X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/016e0df0c545dddb3ef9097b1a52032e38ecd8ef..181b5daf9bdd6aa6e0398499b1b169278485abb9:/procmail/spool

diff --git a/procmail/spool b/procmail/spool
index b7e5108..0600c9a 100644
--- a/procmail/spool
+++ b/procmail/spool
@@ -1,8 +1,9 @@
 :0 c
 *$ ! $MSG_DEJAVU
 * ! MSG_TEST ?? .
+* ! IS_SPAM ?? .
 {
-  LOG="spool:       saving message $MSGID to spool$NL"
+  LOG="spool:       saving message $MSGID$NL"
   TRAP
   :0
   $BASE/.spool/
@@ -10,10 +11,14 @@
 
 :0 E
 * MSG_TEST ?? .
-{ LOG="spool:       not saving test message to spool$NL" }
+{ LOG="spool:       not saving test message$NL" }
 
 :0 E
 *$ $MSG_DEJAVU
-{ LOG="spool:       not saving resubmitted message to spool$NL" }
+{ LOG="spool:       not saving resubmitted message$NL" }
+
+:0
+* ORIGINAL_TO ?? ^madduck\+spool@madduck\.net$
+$NULL
 
 # vim:ft=procmail