From: martin f. krafft Date: Sun, 23 Sep 2007 22:56:29 +0000 (+0200) Subject: deliver spam directly, not late X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/a1da13bec5188842b3cd49a51e0bc19521142bdf deliver spam directly, not late --- diff --git a/procmail/defines b/procmail/defines index 6f7d408..9d53e91 100644 --- a/procmail/defines +++ b/procmail/defines @@ -77,6 +77,7 @@ NULL=/dev/null DELAYED_QUEUE=$BASE/.delayed/ TICKLER_QUEUE=$BASE/.tickler/ DISCARD=$BASE/.discard/ +SPAM=$BASE/.spam/ #DISCARD="'|$DELIVER -m BASE.discard'" DELAY_NEXT_WEEKEND='next sunday 30 hours ago' # fri night, 18:00 diff --git a/procmail/handlespam b/procmail/handlespam index f87951a..e20a491 100644 --- a/procmail/handlespam +++ b/procmail/handlespam @@ -70,7 +70,7 @@ { LOG="spamfilter: filing as spam$NL" :0 - { DEST=spam } + $SPAM } :0 E