DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T l

⟦b7a5f13d8⟧ TextFile

    Length: 745 (0x2e9)
    Types: TextFile
    Names: »local-examp.mf«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/doc/manual/volume3/local-examp.mf« 

TextFile

PATH="/usr/local/lib/mh:/usr/local/bin:/usr/bin:/bin:/usr/ucb";
folder = FALSE;
if ($(to) == /jpo/ || $(to) == /onions/) {
	pipe "rcvstore +to"; folder = "to";
} else if ($(sender) == /bind-request/) {
	pipe "rcvstore +bind"; folder = "bind";
} else if ($(sender) == /mailgroup/) {
	pipe "rcvstore +janet/mailgroup"; folder = "janet/mailgroup";
} else if ($(sender) == /namedropper/) {
	pipe "rcvstore +mail/namedroppers"; folder = "namedroppers";
} else if ($(sender) == /pp.*-request/) {
	pipe "rcvstore +pp"; folder = "pp";
}
if (!delivered) {
	pipe "rcvstore +inbox";
	if (!delivered) {
		ignore pipe "flagmail -f 'DELIVERY FAILED'";
		exit (TEMPFAIL);
	}
	folder = "inbox";
}
if (folder)
	ignore pipe "xclient -s $(size) -e '$(folder): '";