From 784ac0c32cb82faef590e7344b6576a81d58d0ec Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Wed, 4 Nov 2015 16:48:02 -0500 Subject: [PATCH] remove colon from procmailrc regex this fixes an issue related to some messages from the mailer daemon being treated as normal messages. --- procmailrc.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procmailrc.example b/procmailrc.example index d251ea5..ad27a1c 100644 --- a/procmailrc.example +++ b/procmailrc.example @@ -25,7 +25,7 @@ LOGFILE=$HOME/edward.log /dev/null :0: -* ^From:.*MAILER-DAEMON.* +* ^From.*MAILER-DAEMON.* /dev/null :0 -- 2.25.1