procmail
[Top] [All Lists]

Re: rule not working

2004-07-01 15:52:44
Ruud H.G. van Tol wrote:

<> Toen wij Curtis Maurand kietelden, kwam er dit uit:
<> 
<> > :0:
<> > * ^received: from 69.49.141.146 !.*69.49.141.146
<> > spam
<> 
<>   :0:
<>   * ^Received: from 69\.49\.141\.146 \(\[\/.*
<>   * ! MATCH ?? ^^69\.49\.141\.146]
<>   spam

I have been using nearly the same recipe as Ruud suggests for a while:

  myMXips="(69\.49\.141\.146|1\.2\.3\.4)" # Put any/all MX IPAddrs in here

  :0 :
  * $ ^Received: from $myMXips \([^0-9]*\[\/[0-9.]+
  * $ ! MATCH ?? ^^$myMXips
  spam

The only difference is that my MATCH string looks only for 0 through 9
and "."

Reto
-- 
R A Lichtensteiger      rali(_at_)tifosi(_dot_)com

  "Any food with the word "food" in the name bothers me.  What the hell is
   this stuff?  Am I supposed to feed it to the cheese?" - Dean Cookson

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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