3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] From_-header in maild...
FromSent OnAttachments
Stefan DaschekMar 24, 2002 9:30 am 
Chris JohnsonMar 24, 2002 9:52 am 
noniqMar 24, 2002 10:01 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] From_-header in maildir-deliveriesActions...
From:Chris Johnson (cjoh@palomine.net)
Date:Mar 24, 2002 9:52:40 am
List:net.sourceforge.lists.courier-maildrop

On Sun, Mar 24, 2002 at 06:31:18PM +0100, Stefan Daschek wrote:

Using maildrop together with qmail I noticed that mails written to a maildir by maildrop start with a From_-header. This is not the case for mails written by qmail and seems to be wrong according to the maildir-specification.

$ cat ~/.qmail |preline maildrop

$ cat /etc/maildroprc xfilter "spamassassin -P" to "Maildir/"

That's spamassassin putting the From_ in there. Try:

spamassassin -P -F0

man spamassassin

Chris