X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/8ecfdf9e75d85409edbbff1d077ef6742fdf3002..b950ed9b38f03bb658650d6e6e52a122ab5c1fc8:/procmail/spool diff --git a/procmail/spool b/procmail/spool index 325fe7c..b7e5108 100644 --- a/procmail/spool +++ b/procmail/spool @@ -1,4 +1,6 @@ :0 c +*$ ! $MSG_DEJAVU +* ! MSG_TEST ?? . { LOG="spool: saving message $MSGID to spool$NL" TRAP @@ -6,4 +8,12 @@ $BASE/.spool/ } +: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