From: martin f. krafft Date: Mon, 3 Aug 2009 13:26:37 +0000 (+0200) Subject: delay retrains until tonight X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/e1f41d0317826b0bbfcc2863f42ed4a171f2325d delay retrains until tonight --- diff --git a/procmail/handlespam b/procmail/handlespam index e20a491..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