]> gitweb.fluxo.info Git - metadot.git/commitdiff
SPAM handling on procmail
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 25 May 2013 21:25:23 +0000 (18:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 25 May 2013 21:25:23 +0000 (18:25 -0300)
modules/mutt/procmailrc.dot.link

index cc63544ba396bb4cd24e521100b095ca0f7bd864..f07c011fdd1f6ca1b5f32c1186c228e5865747ea 100644 (file)
@@ -16,14 +16,25 @@ NL="
 ##conditions are anded and everything after * is fed straight into egrep
 ##one action line follows the conditions, in this case it is a mailbox name
 
-# Custom recipes
-INCLUDERC=$HOME/.custom/procmailrc
-
+#
 # SPAM handling
+#
+
 :0:
 * ^X-Spam-Flag: YES
 INBOX.Trash/new
 
+:0:
+*^Subject:.*(SPAM)
+INBOX.Trash/new
+
+:0:
+*^X-Bogosity:.*Yes
+INBOX.Trash/new
+
+# Custom recipes
+INCLUDERC=$HOME/.custom/procmailrc
+
 ################################
 # Last rule: mail that gets    #
 # this far goes in default box #