On Fri, Feb 16, 2001 at 11:23:57PM -0500 or thereabouts, Bruce A. Petro wrote:
> Hi - I'm new at regexp's and don't know how to do this...
> The main question is from procmail regexp I did that is
> not working. I want it to find all mail where the TO:
> contains "@about.com" ("[EMAIL PROTECTED], [EMAIL PROTECTED]).
> Any suggestions why its not working?
> :0:
> * ^[EMAIL PROTECTED]
> about.com
> If anyone can help - I'd really appreciate it!
> Thanks,
> Bruce.
Hi Bruce,
In Procmail, these are called recipes. Try this, which will take care of
*about.com either as TO or Cc.
:O:
* (^(To|Cc):*@about.com*)
about.com
I find it strange that you name a mbox "about.com" but that is what it will
come out to.
--
Best regards,
Gary
Today's thought: Before you criticize someone walk a mile in his shoes.
That way if he gets angry he'll be a mile away -- and barefoot.