From 8c230bb3ba13173fd4bc9100fab68a20d008356a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 14 Aug 2007 16:01:48 +0200 Subject: [PATCH] fix detection for messages from my machine --- procmail/justme | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2