Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Rich Shepard
On Thu, 7 Aug 2008, Noel Jones wrote: 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. Thanks, Noel. I missed this, too.

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Noel Jones
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

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Rich Shepard
On Thu, 7 Aug 2008, Ralf Hildebrandt wrote: Use cidr: instead of hash: Thank you very much, Ralf. I certainly missed this when I read your book. Much appreciated, Rich

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Rich Shepard
On Thu, 7 Aug 2008, Brian Evans - Postfix List wrote: Ralf is pointing out that you are using a HASH table which cannot do CIDR, only a single IP. A CIDR table can do CIDR. A-ha! I will make the change immediately. Thank you, Brian, Rich

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Ralf Hildebrandt
* Rich Shepard <[EMAIL PROTECTED]>: > On Thu, 7 Aug 2008, Ralf Hildebrandt wrote: > >> These are NOT CIDR format. > > I don't understand, Ralf. The contents of badip are in CIDR format. What > have I missed? Use cidr: instead of hash: -- Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PRO

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Brian Evans - Postfix List
Rich Shepard wrote: On Thu, 7 Aug 2008, Ralf Hildebrandt wrote: These are NOT CIDR format. I don't understand, Ralf. The contents of badip are in CIDR format. What have I missed? Ralf is pointing out that you are using a HASH table which cannot do CIDR, only a single IP. A CIDR table

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Duane Hill
On Thu, 7 Aug 2008, 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 (I

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Rich Shepard
On Thu, 7 Aug 2008, Ralf Hildebrandt wrote: These are NOT CIDR format. I don't understand, Ralf. The contents of badip are in CIDR format. What have I missed? Thanks, Rich

Re: Tracing Cause of UCE Filter Failures

2008-08-07 Thread Ralf Hildebrandt
* Rich Shepard <[EMAIL PROTECTED]>: > 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 badi

Tracing Cause of UCE Filter Failures

2008-08-07 Thread Rich Shepard
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