On Sun, Sep 24, 2000 at 04:39:21PM -0400, Joel Dinel wrote: > I am still getting mail from [EMAIL PROTECTED]
aren't we all:(
> This is what I have in my ~/.procmail/rc.spam :
>
> :0
> * ^From: [EMAIL PROTECTED]
this should be:
* ^From: <[EMAIL PROTECTED]>
^ ^
> :0
> * ^From: [EMAIL PROTECTED]
procmail uses regexp, not shell globbling, so try:
* ^From: [EMAIL PROTECTED]
--
groetjes, carel

