5 messages in net.sourceforge.lists.courier-maildrop[maildropl] spamassassin for selected...
FromSent OnAttachments
Doc WalkerFeb 7, 2005 7:56 pm 
denis moellerFeb 8, 2005 12:28 am 
Sam VarshavchikFeb 8, 2005 4:19 am 
Doc WalkerFeb 9, 2005 10:52 am 
Sam VarshavchikFeb 9, 2005 4:07 pm 
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:[maildropl] spamassassin for selected mailboxes?Actions...
From:denis moeller (nim@latrina.de)
Date:Feb 8, 2005 12:28:01 am
List:net.sourceforge.lists.courier-maildrop

Hi guys,

I'm using courier and mysql to get the user maildirs and passwords. my maildroprc looks like this:

if ( $SIZE < 26144 ) { exception { xfilter "/usr/bin/spamassassin" } }

if (/^X-Spam-Flag: *YES/) { exception { to "$HOME/$DEFAULT/.Spam/" } } else { exception { to "$HOME/$DEFAULT" } }

I want to set a column in my users-table to disable spamassassin for certain users. Is there a way to evaluate this in maildroprc? What variables are being passed to maildroprc anyway? TIA!