[Mimedefang] MIMEDefang drop mails into Maildir mailbox

David F. Skoll dfs at roaringpenguin.com
Sat Apr 12 13:46:24 EDT 2008


Jon Rowlan wrote:

> However, for now, can anyone give me a quick rundown of what the bare
> minimum is to allow me to accept all mail without change but copy the
> mails to a maildir folder please?

Well, I don't know about maildir because that has a particular
format.  But the minimal filter to copy all mail somewhere else is:


sub filter_begin
{
	system('cp', 'INPUTMSG', '/some/where/else');
}

Regards,

David.



More information about the MIMEDefang mailing list