Are you using procmail for local mail only? Over the last few days, I've been learning how exim integrates with procmail. I just got this working: an exim mail server accepts incoming mail, and determines if it is local or not. Remote mail is passed through procmail, which is filtered then passed back to exim, which then sends it off to an internal exchange server. The first time the email enters the system it gets a header, "X-procmail: filtered". Upon the second time exim notices the header and sends it as normal. Currently the only filter I'm using is a perl oneliner that capitalizes everything: ;) :0bf * ^Subject: up | perl -p -e 'y/[a-z]/[A-Z]/' Is anyone else doing something like this, using procmail for a relay server? On Wed, Aug 01, 2001 at 02:20:04PM -0700, Christopher Maujean wrote: > SirCam Subjects that I have found: > > * signature > * Jill Resume > * Checklist1 > * metabolism > * Ruggeri's Note > * recom > * special 04-04-2001 > * Blue 2 > * Malaga Resume of MA achievements > * Letter from Spain > * Fondue > * clubs 2000 > * Document > > many copies of the above. My procmail system filters mail for over > 1000 email addresses, so I catch multiple copies addressed to every > email at a domain, etc, etc. > > I also catch 2 or 3 snow white emails every day. > > > > > > > > > > On Wed, Aug 01, 2001 at 02:10:20PM -0700, Ben Barrett wrote: > > Maybe you could share a (partial) list of the subject lines? > > I'm curious, I have not seen it first-hand either... > > > > ben > > > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > "slide" to www.euglug.org and benb.org ~ shanti ~ in lake'ch, my kin... > > Finally, I (this text) would be delighted to be included, in whole or in > > part, in your next discussion of self-reference. With that in mind, > > please allow me to appologize in advance for infecting you. > > > > > > > > On Wed, 1 Aug 2001, Christopher Maujean wrote: > > > > > > > > I have about 500 in my procmailbased > > > anti-viral quarantine folder if you want one. > > > > > > > > > On Wed, Aug 01, 2001 at 12:49:23PM -0700, Tim Howe wrote: > > > > Hmm, I never got a Sircam message.. I feel left out.. > > > > > > > > Tim > > -- > > Christopher Maujean > IT Director > Premierelink Communications > www.premierelink.com > [EMAIL PROTECTED] > > PLEASE encrypt all sensitive information using the following: > GnuPG: 0x5DE74D38 > Fingerprint: 91D4 09FE 18D0 27C1 A857 0E45 F8A4 7858 5DE7 4D38 > > http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0x5DE74D38
