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:Thorsten Haude (list@thorstenhau.de)
Date:May 5, 2005 1:56:57 am
List:net.sourceforge.lists.courier-maildrop

Hi,

* Casey Allen Shobe - SeattleServer Mailing Lists wrote (2005-05-05 10:01):

* 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.

Untested: if (/^X-Spam-Status: YES/) { xfilter reformail -I'X-Spam-Status:' to $spambox } else { xfilter reformail -I'X-Spam-Status:' to $inbox }

Thorsten