3 messages in net.sourceforge.lists.courier-maildrop[maildropl] maildrop and sqwebmail's ...
FromSent OnAttachments
alexusJan 28, 2003 12:24 pm 
Sam VarshavchikJan 28, 2003 3:07 pm 
alexusJan 29, 2003 12:30 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] maildrop and sqwebmail's filtersActions...
From:alexus (ml@db.nexgen.com)
Date:Jan 28, 2003 12:24:44 pm
List:net.sourceforge.lists.courier-maildrop

Hello

i'm trying to get sqwebmail's filters to work, however i dont seem to be geting anywhere, maybe some of you guys can help me out here..

i installed maildrop in order to enable it globally i did this

# cat /var/qmail/control/defaultdelivery | maildrop ./Maildir/ #

no errors in any logs so i assume this is about right.. i have also installed latest version of qmail-scanner which includes spam assassin, now what i'm trying to do is that whenever in the header i see X-Spam-Status: Yes then it'd just move that mail into "Junk" folder, seems like very simple rule .. but even when this rule supposedly match sqwebmail/maildrop doesn't move that e-mail to Junk folder

here is the filter itself, this filter was created through sqwebmail's filter gui.. it was *NOT* created nor edited manually

# cat .mailfilter #MFMAILDROP=2 # # DO NOT EDIT THIS FILE. This is an automatically generated filter.

FROM='post@alexus.org' import SENDER if ($SENDER eq "") { SENDER=$FROM }

##Op:contains ##Header:X-Spam-Status ##Value:Yes ##Folder:.Junk ##From: ##PlainString ##Name:SAY

if ((/^X-Spam-Status:.*Yes/)) { to "./Maildir/.Junk/." }

to "./Maildir/." #

any ideas would be very welcome

thanks in advance