Rich Shepard wrote:
  Every now and then a message that should be rejected by one of my UCE
filters makes it though to my inbox. Today, three of them did so. I'd like
to learn how to find why the lists aren't working on occasion.

  The most frequently involved list is badip (IP addresses in CIDR format).
In main.cf it's found in two lines within smtpd_client_restrictions:

    check_client_access hash:/etc/postfix/badip,

As others noted, the above should be cidr: rather than hash:

    check_sender_access hash:/etc/postfix/badip,

And this one won't ever match anything. check_sender_access uses the envelope sender email address (ie. [EMAIL PROTECTED]) as the key; it won't ever be an IP address.


  Why might a message with the top-most "Received: " header having an IP
address within one of the listed blocks not be rejected?

Rich

--
Noel Jones

Reply via email to