8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] How to get extra info...
FromSent OnAttachments
Dan HorneSep 28, 2005 2:28 pm 
Jay LeeSep 28, 2005 2:47 pm 
Jay LeeSep 28, 2005 2:49 pm 
Dan HorneSep 29, 2005 6:44 am 
Dan HorneSep 29, 2005 6:45 am 
Jay LeeSep 29, 2005 7:10 am 
Dan HorneSep 29, 2005 7:14 am 
Jay LeeSep 29, 2005 7:17 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] How to get extra info from MySQL db into filtersActions...
From:Jay Lee (jl@pbu.edu)
Date:Sep 28, 2005 2:49:17 pm
List:net.sourceforge.lists.courier-maildrop

Dan Horne wrote:

if ( $SIZE < 26144 ) { exception { xfilter "/usr/bin/spamassassin --prefspath=$HOME/$DEFAULT/.spamassassin/user_prefs " } }

You also really, really want to be using spamc here and have the spamd daemon running. It makes a *huge* difference in performance. If you call the spamassassin binary each time, the first 100 emails in 10 minutes will bring your shiny new mail server to it's knees...

Jay