procmail
[Top] [All Lists]

Re: Matching literal dot in To

2015-06-12 19:41:49
You need to match to not contain the @. 

To:(.*\<)[^@]+\.[^@]+@

Something like that. I'm away from my computer, so I can't check the syntax, 
but that should be close enough.

Also, adding .* at the end of a procmail match pattern is pointless.


-- 
This is my signature. There are many like it, but this one is mine.

On Jun 12, 2015, at 16:51, Moby <moby(_at_)mobsternet(_dot_)com> wrote:

Many thanks.  I see the issue now - but cannot think of an easy fix short of 
sending the message to an external script for processing. Would you have any 
ideas on how to handle situations like this?

____________________________________________________________
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