procmail
[Top] [All Lists]

Re: Problem with ^TO_

2004-04-22 08:01:54
Timur Tabi wrote:

:0
* ^TO_ \/(_dot_)*(_at_)subdomain\(_dot_)domain\(_dot_)com
* MATCH ?? ()\/[^(_at_)]+

I guess what I need is a way to strip out everything to left of and
including the < if found.  Can anyone tell me how to do that?

Actually, I'd recommend getting all spaces and less-than signs out of the way in the first place:

 * ^TO_\/[^ <]+*(_at_)subdomain\(_dot_)domain\(_dot_)com
 * MATCH ?? ()\/[^(_at_)]+


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>