X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/90270bf88153b9fe0029d0b52aad47bc91ea1064..42a5256de2c5182ddcece78d3da54ea91cfbf088:/procmail/spool diff --git a/procmail/spool b/procmail/spool index 61a7321..1463366 100644 --- a/procmail/spool +++ b/procmail/spool @@ -1,5 +1,7 @@ :0 c *$ ! $MSG_DEJAVU +* ! MSG_TEST ?? . +* ! IS_SPAM ?? . { LOG="spool: saving message $MSGID to spool$NL" TRAP @@ -8,6 +10,11 @@ } :0 E +* MSG_TEST ?? . +{ LOG="spool: not saving test message to spool$NL" } + +:0 E +*$ $MSG_DEJAVU { LOG="spool: not saving resubmitted message to spool$NL" } # vim:ft=procmail