|
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 p
Length: 995 (0x3e3) Types: TextFile Names: »pclm.cpp«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec8/ease/config-files/FINIS/pclm.cpp«
/**************************************************************************** **************************************************************************** **** **** PCL11 Mailer specification **** **** Messages processed by this configuration are assumed to remain **** in the same domain. Hence, they may not necessarily correspond **** to RFC822 in all details. **** **** $Id: pclm.cpp,v 1.4 85/06/26 15:10:46 acu Exp $ **** **************************************************************************** ****************************************************************************/ mailer pcl { Path = "[IPC]", Flags = { f_mult, f_date, f_from, f_mesg, f_upperu, f_addrw, f_dot, f_smtp }, Sender = HOSTNAME_RW, Recipient = HOSTNAME_RW, Argv = "IPC ${m_rhost}", Maxsize = "100000" }; ruleset HOSTNAME_RW { if ( anypath < @path > anypath ) return ( $1<@$2>$3 ); /* already ok */ if ( path ) return ( $1<@$m_sitename ); /* tack on our hostname */ }