procmail
[Top] [All Lists]

Re: Matching literal dot in To

2015-06-12 16:02:53


On 06/11/2015 11:27 PM, Bart Schaefer wrote:
On Thu, Jun 11, 2015 at 9:00 PM, Moby <moby(_at_)mobsternet(_dot_)com> wrote:
I use the following to match a literal dot in the To field, the dot (period)
has to occur prior to the @ character.  The recipe is:

"^To:.*\..*@.*"
Could you post the entire actual recipe, please?  And the relevant
fragment of log file, since you have it.
____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)de
http://mailman.rwth-aachen.de/mailman/listinfo/procmail


Thanks Bart.  The recipe is:
:0w
* ^To:.*\..*@.*
| $DELIVERTO -a $CYUSER -m "jdotrejects" $CYUSER

The log snippet is:
procmail: Match on "^To:.*\..*@.*"

Here are header snippets from the particular email:

From: "GameStop PowerUp Rewards" <GameStop(_at_)e(_dot_)gamestop(_dot_)com>
To: "gamestop(_at_)abc-def(_dot_)com" <gamestop(_at_)abc-def(_dot_)com>

(abc-def.com is made up)


--
--Moby

They that can give up essential liberty to obtain a little temporary safety 
deserve neither libert

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)de
http://mailman.rwth-aachen.de/mailman/listinfo/procmail