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