From: martin f. krafft Date: Tue, 14 Aug 2007 14:01:48 +0000 (+0200) Subject: fix detection for messages from my machine X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/8c230bb3ba13173fd4bc9100fab68a20d008356a fix detection for messages from my machine --- 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