Re: Matching literal dot in To
LuKreme <[email protected]> Fri, 12 Jun 2015 17:41:32 -0700
| Newsgroups | gmane.mail.procmail |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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?