X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/5af333ca3b83425e5cb3aa704b37654d576856c1..d270441c4681f7e512d18b4bb1ef66d70b223286:/procmail/justme diff --git a/procmail/justme b/procmail/justme index af7db20..b174b35 100644 --- a/procmail/justme +++ b/procmail/justme @@ -1,8 +1,9 @@ +VERBOSE=yes :0 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-addresses { :0 H - *$ MSGID ?? <.+@$RE_MYDOMAIN> + *$ MSGID ?? ^<.+@$RE_MYDOMAIN> { LOG="justme: passing; from machine in my domain$NL" :0 fw @@ -69,4 +70,5 @@ } } +VERBOSE=no # vim:ft=procmail