[Mimedefang] MIMEDefang drop mails into Maildir mailbox

Jon Rowlan jon.rowlan at sads.com
Sat Apr 12 14:06:21 EDT 2008


I will give that a try David, where do I call it though?

I guess its in the main perl script ... but not sure which function to
call it from ...

jON

-----Original Message-----
From: mimedefang-bounces at lists.roaringpenguin.com
[mailto:mimedefang-bounces at lists.roaringpenguin.com] On Behalf Of David
F. Skoll
Sent: 12 April 2008 18:46
To: mimedefang at lists.roaringpenguin.com
Subject: Re: [Mimedefang] MIMEDefang drop mails into Maildir mailbox

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.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list MIMEDefang at lists.roaringpenguin.com
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang



More information about the MIMEDefang mailing list