From: martin f. krafft Date: Wed, 26 May 2010 17:58:57 +0000 (+0200) Subject: no need to scan bodies for test and ignore patterns X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/7e7f50ee2f6d2ab4e392c75e0a9d96e53f6bac35?hp=0c16b401e7aa24c05c875f709707f438713552fb no need to scan bodies for test and ignore patterns --- diff --git a/procmail/flag-test-messages b/procmail/flag-test-messages index a247504..eeb6a31 100644 --- a/procmail/flag-test-messages +++ b/procmail/flag-test-messages @@ -1,4 +1,4 @@ -:0 BH +:0 * ? $EGREP -qif $CONF/test-messages { LOG="flag-test: flagging test message $MSGID$NL" diff --git a/procmail/ignore b/procmail/ignore index 682cc4e..19cf5cd 100644 --- a/procmail/ignore +++ b/procmail/ignore @@ -1,4 +1,4 @@ -:0 BH +:0 * ? $EGREP -qif $CONF/ignore { LOG="ignore: discarding ignored message$NL"