From a1da13bec5188842b3cd49a51e0bc19521142bdf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 24 Sep 2007 00:56:29 +0200 Subject: [PATCH] deliver spam directly, not late --- procmail/defines | 1 + procmail/handlespam | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2