X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/4b042b91f8b7bcec952b1325e8eeeecff557eb22..e1f41d0317826b0bbfcc2863f42ed4a171f2325d:/procmail/handlespam diff --git a/procmail/handlespam b/procmail/handlespam index f87951a..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,7 +76,7 @@ { LOG="spamfilter: filing as spam$NL" :0 - { DEST=spam } + $SPAM } :0 E