Hi Dwight,
On Mon, 12 Aug 2002 00:42:27 -0500, you wrote:

> I am currently running the following filter
> 
>    ^CC:.*[EMAIL PROTECTED]
> 
> This works fine IF the header says 'cc: [EMAIL PROTECTED]'

I may have unscrewed something in my head somewhere, but might not a * on the
end of the line help?  It has been a while since I did proper regexp stuff, and
even then it was very basic.  Your line may want to look something like:

^CC:.*[EMAIL PROTECTED]*

I'm not sure how the wildcards work in TB!s regexp, but IIRC in procmail *
matches all, while . matches all but new line (or something like that).

-- 
Jonathan Angliss
([EMAIL PROTECTED])

______________________________________________________
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to