X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/90b680896df34b1a64d4541ceea5491a58136558..935de264355e2d9ece92897148936d22c014e68e:/procmail/handlespam

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