11 messages in net.sourceforge.lists.courier-maildropRE: [maildropl] Maildrop script request
FromSent OnAttachments
rob...@digitalphx.comDec 23, 2005 1:58 pm 
juanmiDec 23, 2005 2:02 pm 
rob...@digitalphx.comDec 23, 2005 2:04 pm 
Thorsten HaudeDec 23, 2005 2:10 pm 
juanmiDec 23, 2005 2:15 pm 
juanmiDec 23, 2005 2:23 pm 
juanmiDec 23, 2005 2:26 pm 
rob...@digitalphx.comDec 23, 2005 2:28 pm 
PollywogDec 23, 2005 2:28 pm 
Robert BartlettDec 26, 2005 10:08 am 
Rodrigo CamposDec 26, 2005 1:54 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:RE: [maildropl] Maildrop script requestActions...
From:rob...@digitalphx.com (rob@digitalphx.com)
Date:Dec 23, 2005 2:04:42 pm
List:net.sourceforge.lists.courier-maildrop

Try with this:

I call Spamassasin here if you work in other form change it.

Bye, and sorry for my english.

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

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

-----Mensaje original----- De: rob@digitalphx.com Para: cour@lists.sourceforge.net Enviado el: 23/12/05 22:59 Asunto: [maildropl] Maildrop script request

I thought I saw the maildrop script earlier. If someone could help me out I would appreciate it. I need a maildrop script that checks if the email is spam. If the email is tagged as spam then i want it to be delivered to the users folder called spam. If the folder doesnt exist then create it and then deliver it to the spam folder.

If the spam score is above a certain number though I want it to "eat" the email.

Thanks! What happens if the person doesnt have a Spam folder? Yes Im using Spamassassin