

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
11 messages in net.sourceforge.lists.courier-maildropRE: [maildropl] Maildrop script request| From | Sent On | Attachments |
|---|---|---|
| rob...@digitalphx.com | Dec 23, 2005 1:58 pm | |
| juanmi | Dec 23, 2005 2:02 pm | |
| rob...@digitalphx.com | Dec 23, 2005 2:04 pm | |
| Thorsten Haude | Dec 23, 2005 2:10 pm | |
| juanmi | Dec 23, 2005 2:15 pm | |
| juanmi | Dec 23, 2005 2:23 pm | |
| juanmi | Dec 23, 2005 2:26 pm | |
| rob...@digitalphx.com | Dec 23, 2005 2:28 pm | |
| Pollywog | Dec 23, 2005 2:28 pm | |
| Robert Bartlett | Dec 26, 2005 10:08 am | |
| Rodrigo Campos | Dec 26, 2005 1:54 pm |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | RE: [maildropl] Maildrop script request | Actions... |
|---|---|---|
| From: | juanmi (jua...@planalfa.es) | |
| Date: | Dec 23, 2005 2:15:40 pm | |
| List: | net.sourceforge.lists.courier-maildrop | |
try this i dont know if it works:
`test -d $HOME/Maildir/.Spam && mkdir $HOME/Maildir/.Spam` 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 23:05 Asunto: RE: [maildropl] Maildrop script request
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 Robert
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________ Courier-maildrop mailing list Cour...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/courier-maildrop
Thanks! What happens if the person doesnt have a Spam folder? Yes Im using Spamassassin
Robert
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________ Courier-maildrop mailing list Cour...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/courier-maildrop







