X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/39624250646933161646aa1de574cfc4965f2916..f3ea78382551b4dde6f4d130d7b37450f6ff56a7:/procmail/justme diff --git a/procmail/justme b/procmail/justme index e4b9c60..eae6a7d 100644 --- a/procmail/justme +++ b/procmail/justme @@ -19,7 +19,7 @@ :0 E * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-address-exceptions - { + { JUSTME="explicitly excepted address" LOG="justme: passing; $JUSTME$NL" } @@ -55,8 +55,11 @@ } :0 E - { + { LOG="justme: discarding$NL" + + INCLUDERC=$PMDIR/addheaders + :0 $DISCARD }