diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-18 21:01:00 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-18 21:01:00 -0300 | 
| commit | d5511f3a89630968a1846c23df014e30ea39b7d4 (patch) | |
| tree | bff0da2f2915e75ec1eeb539c6a819d05b6ae473 /modules/mutt | |
| parent | ff21ea38ce4b16aebacdf4d2489946fd132d8d7a (diff) | |
| download | metadot-d5511f3a89630968a1846c23df014e30ea39b7d4.tar.gz metadot-d5511f3a89630968a1846c23df014e30ea39b7d4.tar.bz2  | |
Add custom procmail recipes befor SPAM handling to avoid false positives
Diffstat (limited to 'modules/mutt')
| -rw-r--r-- | modules/mutt/procmailrc.dot.link | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mutt/procmailrc.dot.link b/modules/mutt/procmailrc.dot.link index b77ca9d..95129a9 100644 --- a/modules/mutt/procmailrc.dot.link +++ b/modules/mutt/procmailrc.dot.link @@ -27,6 +27,9 @@ NL="  :0fw  | /usr/bin/bogofilter -uep +# Custom recipes +INCLUDERC=$HOME/.custom/procmailrc +  # Put mail bogofilter deems as spam in spam folder  :0:  * ^X-Bogosity: Spam, tests=bogofilter @@ -53,9 +56,6 @@ INBOX.Trash/new  *^X-Bogosity:.*Yes  INBOX.Trash/new -# Custom recipes -INCLUDERC=$HOME/.custom/procmailrc -  ################################  # Last rule: mail that gets    #  # this far goes in default box #  | 
