X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/39624250646933161646aa1de574cfc4965f2916..aaa7cf0ae15dcece4738ad727d2f288b69d661f1:/procmail/justme?ds=sidebyside 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 }