2 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] xfilter and spamassassin
FromSent OnAttachments
Pedro MeloOct 29, 2001 10:50 am 
Pedro MeloOct 30, 2001 12:33 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] xfilter and spamassassinActions...
From:Pedro Melo (me@isp.novis.pt)
Date:Oct 30, 2001 12:33:40 am
List:net.sourceforge.lists.courier-maildrop

Hi, sorry... I figure it out.

You need to do

xfilter "/usr/bin/spamassassin -P"

Thanks,

Hi,

I'm trying to setup maildrop and spamassassin.

I tried the following .mailfilter:

logfile "/home/melo/MyMail/logfile.txt"

xfilter "/usr/bin/spamassassin"

if ( /^X-Spam-Flag: YES/ ) { to /home/melo/MyMail/SPAM/ }

THe message is passed through spamassassin, but the rest of the rules are ignored.

I read the man page several times, but i can't figure out what am I doing wrong...

Anybody got these two working?

Best regards