procmail
[Top] [All Lists]

Re: rule not working

2004-07-01 16:24:36
Toen wij R A Lichtensteiger kietelden, kwam er dit uit:

  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

Variant:

   OCTET   = "[01]?[0-9]?[0-9]|2([0-4][0-9]|5[0-5)"
   DOTQUAD = "$OCTET[.]$OCTET[.]$OCTET[.]$OCTET"

   myMXips = "69.49.141.146|1.2.3.4"  # Put all MX-IPs in here
 
   :0:
   *$ ^Received: from $\myMXips \(.*\[\/$DOTQUAD
   *$ ! MATCH ?? ^^$\myMXips
   spam

-- 
Grtz, Ruud

____________________________________________________________
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>