X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/0f4bcee75353935ff9bc605f7e0b31d12e302605..0856d0a1c8825d9d97a490463bc2e0ba58391137:/procmail/handlespam

diff --git a/procmail/handlespam b/procmail/handlespam
index 233234a..9d5e05a 100644
--- a/procmail/handlespam
+++ b/procmail/handlespam
@@ -34,7 +34,10 @@
 {
   LOG="spamfilter:  filing as unsure$NL"
   :0
-  { DEST=retrain.unsure }
+  {
+    DEST=retrain.unsure
+    DELAY=$DELAY_TONIGHT
+  }
 }
 
 :0 E
@@ -42,7 +45,10 @@
 {
   LOG="spamfilter:  filing as disagreed$NL"
   :0
-  { DEST=retrain.disagree }
+  {
+    DEST=retrain.disagree
+    DELAY=$DELAY_TONIGHT
+  }
 }
 
 :0 E
@@ -70,10 +76,10 @@
 {
   LOG="spamfilter:  filing as spam$NL"
   :0
-  { DEST=spam }
+  $SPAM
 }
 
-:0
+:0 E
 { LOG="spamfilter:  allowed to pass$NL" }
 
 #:0 E