procmail
[Top] [All Lists]

Re: handling spacing in patterns

1997-08-19 14:50:12
As David W. Tamkin has pointed out, my pattern is suboptimal. Where I
had
        remove['">]?\>*(as|in)
I need to have only
        remove\>*(as|in)
since \> will match all of the listed punctuation marks.

As others have posited in an earlier thread, \> and \< expand to
something like ([^_A-Za-z0-9]|$).

-- 
Rik Kabel          Old enough to be an adult              
rik(_at_)netcom(_dot_)com

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