Re: [Mimedefang] open(FOO, bar |) vs. `bar`

2005-11-01 Thread Jan Pieter Cornet
On Mon, Oct 31, 2005 at 03:02:40PM -0800, [EMAIL PROTECTED] wrote: I've been experimenting with various MIMEDefang features... I notice that the Virus:BDC plugin in particular does an open(HANDLE, command |) call to capture the output, whereas my Spamc feature uses `spamc`... I see that

[Mimedefang] OT: Aliases | message processing

2005-11-01 Thread Ben Kamen
Has anyone ever written a script to process email's from the aliases file via | command? I know this is little OT, but the sendmail list is usually bogged. I'd like to make a bouncer and another script to forward from a non-user email addy to me and respond back to the original sender. (which

[Mimedefang] MIME::PARSER and adding headers

2005-11-01 Thread Eric Langheinrich
I'm new to this list, but have been using MIME::Parser for quite some time now. I would like to start adding headers to the messages as I process them prior to storage. Are there any examples that do this? Any guidance would be greatly appreciated. Thank you,