|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T l
Length: 893 (0x37d) Types: TextFile Names: »localm.cpp«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec8/ease/config-files/FINIS/localm.cpp«
/*********************************************************** *********************************************************** **** **** Local and Program Mailer specification **** **** $Id: localm.cpp,v 1.4 85/07/10 22:38:09 acu Exp $ **** *********************************************************** ***********************************************************/ mailer local { Path = "/bin/mail", Flags = { f_rfrom, f_locm, f_strip, f_date, f_from, f_mesg, f_mult, f_noufrom }, Sender = MAGIC_RW, Recipient = UNIMPLEMENTED, Argv = "mail -d ${m_ruser}", Maxsize = "200000" }; prog { Path = "/bin/sh", Flags = { f_locm, f_strip, f_date, f_from, f_mesg, f_upperu }, Sender = MAGIC_RW, Recipient = UNIMPLEMENTED, Argv = "sh -c ${m_ruser}", Maxsize = "200000" }; ruleset MAGIC_RW { if ( @ ) return ( "MAILER-DAEMON" ); /* errors to mailer-daemon */ }