8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Stripping headers?
FromSent OnAttachments
Casey Allen Shobe - SeattleServer Mailing ListsMay 4, 2005 4:43 pm 
PollywogMay 4, 2005 6:00 pm 
Casey Allen Shobe - SeattleServer Mailing ListsMay 5, 2005 1:01 am 
Chris HollemanMay 5, 2005 1:21 am 
Ed WMay 5, 2005 1:50 am 
Thorsten HaudeMay 5, 2005 1:56 am 
Ed WMay 5, 2005 2:52 am 
Thorsten HaudeMay 5, 2005 4:36 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Stripping headers?Actions...
From:Casey Allen Shobe - SeattleServer Mailing Lists (lis@seattleserver.com)
Date:May 5, 2005 1:01:00 am
List:net.sourceforge.lists.courier-maildrop

On Thursday 05 May 2005 00:59, Pollywog wrote:

I believe that can be done in your MTA, I know you can do it in Postfix header_checks by setting the header to IGNORE

I don't believe qmail includes such functionality, as it seems beyond what an MTA should be thinking about.

In any case, the MTA cannot do the work, as maildrop relies on the headers to determine the delivery location before they should be removed.

So basically what I want is:

* Qmail hands mail to maildrop. * Maildrop calls spamassassin via xfilter. SpamAssassin adds header(s). * If the header says one thing, filter it to INBOX/Spam, otherwise deliver to INBOX. Regardless, remove the SpamAssassin headers before writing the file to disk.

Cheers,