X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/ad1d64c3df127f0da629bf66b36696294c11a8cb..d54682894f13d340c4561e4bdd3fc6f74dea2510:/procmail/handlespam

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