4 messages in net.sourceforge.lists.courier-maildrop[maildropl] howto check if maildrop i...
FromSent OnAttachments
active-servers[admin]Apr 26, 2005 2:15 pm 
active-servers[admin]Apr 26, 2005 2:19 pm 
Jay LeeApr 26, 2005 2:36 pm 
Devin RubiaApr 27, 2005 6:09 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:[maildropl] howto check if maildrop is using the /etc/maildroprcActions...
From:active-servers[admin] (adm@active-servers.com)
Date:Apr 26, 2005 2:19:49 pm
List:net.sourceforge.lists.courier-maildrop

Hi!

howto check if maildrop is using the maildroprc file, located in /etc ??? my spammails won't go to the spamfolder. I'm using maildrop 1.6.3 compiled with mysql support(working fine). my maildroprc file:

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

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

best regards, AsT