From: martin f. krafft Date: Wed, 9 Sep 2009 07:38:43 +0000 (+0200) Subject: do not insist on spaces in from emails X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/9ad2d49ba3ef23f08fa59de55fb2dd4a869567c2 do not insist on spaces in from emails --- diff --git a/procmail/defines b/procmail/defines index f6c40e9..64dfd53 100644 --- a/procmail/defines +++ b/procmail/defines @@ -123,11 +123,11 @@ INCLUDERC=$PMDIR/get-msgid { FROM="$MATCH" } :0 -* FROM ?? ^.+ <\/.+@[^>]+ +* FROM ?? ^.+<\/.+@[^>]+ { FROMEMAIL="$MATCH" } :0 E -* FROM ?? ^.+ \(\/.+@[^\)]+ +* FROM ?? ^.+\(\/.+@[^\)]+ { FROMEMAIL="$MATCH" } :0 E