X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/cd898064101f6cf9a55af2c98514574a6ec7f94a..016e0df0c545dddb3ef9097b1a52032e38ecd8ef:/procmail/spool diff --git a/procmail/spool b/procmail/spool index 61a7321..b7e5108 100644 --- a/procmail/spool +++ b/procmail/spool @@ -1,5 +1,6 @@ :0 c *$ ! $MSG_DEJAVU +* ! MSG_TEST ?? . { LOG="spool: saving message $MSGID to spool$NL" TRAP @@ -8,6 +9,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