Re: spamhaus dbl implementation

2010-03-04 Thread Ralf Hildebrandt
* Stan Hoeppner : > Ralf Hildebrandt put forth on 3/4/2010 1:55 AM: > > > "The Spamhaus DBL is a realtime database of domains (typically web site > > domains) found in spam messages. Mail server software capable of > > scanning email message body contents for URIs can use the DBL to > > identify,

Re: spamhaus dbl implementation

2010-03-04 Thread Stan Hoeppner
Ralf Hildebrandt put forth on 3/4/2010 1:55 AM: > "The Spamhaus DBL is a realtime database of domains (typically web site > domains) found in spam messages. Mail server software capable of > scanning email message body contents for URIs can use the DBL to > identify, classify or reject spam contai

Re: spamhaus dbl implementation

2010-03-03 Thread Ralf Hildebrandt
* Stan Hoeppner : > What's the best way to integrate the Spamhaus DBL for folks not already > using SA et al? None. Quote: "The Spamhaus DBL is a realtime database of domains (typically web site domains) found in spam messages. Mail server software capable of scanning email message body conten

Re: spamhaus dbl implementation

2010-03-03 Thread Stan Hoeppner
/dev/rob0 put forth on 3/3/2010 10:31 PM: > On Wed, Mar 03, 2010 at 09:29:50PM -0600, Stan Hoeppner wrote: >> Noel Jones put forth on 3/3/2010 7:16 PM: >> > smtpd_recipient_restrictions = > reject_rhsbl_client dbl.spamhaus.org >> (note for the archives: that's not a complete smtpd

Re: spamhaus dbl implementation

2010-03-03 Thread /dev/rob0
On Wed, Mar 03, 2010 at 09:29:50PM -0600, Stan Hoeppner wrote: > Noel Jones put forth on 3/3/2010 7:16 PM: > > >>> smtpd_recipient_restrictions = > >>> reject_rhsbl_client dbl.spamhaus.org > > >> (note for the archives: that's not a complete > >> smtpd_recipient_restrictions statement.) > > BTW,

Re: spamhaus dbl implementation

2010-03-03 Thread Stan Hoeppner
Noel Jones put forth on 3/3/2010 7:16 PM: >>> smtpd_recipient_restrictions = >>> reject_rhsbl_client dbl.spamhaus.org >> (note for the archives: that's not a complete >> smtpd_recipient_restrictions statement.) BTW, what is incomplete WRT the above restriction example I gave? reject_rhsbl_clien

Re: spamhaus dbl implementation

2010-03-03 Thread Stan Hoeppner
Noel Jones put forth on 3/3/2010 7:16 PM: > additionally, it appears that dbl.spamhaus.org lists wildcard > subdomains. So for example if dbl lists "spammer.tld" and the HELO name > is random.foo.spammer.tld it should still be caught by reject_rhsbl_helo. Checking the HELO name against the DBL i

Re: spamhaus dbl implementation

2010-03-03 Thread Noel Jones
On 3/3/2010 6:40 PM, Noel Jones wrote: On 3/3/2010 6:13 PM, Stan Hoeppner wrote: What's the best way to integrate the Spamhaus DBL for folks not already using SA et al? Will the following work, or does it check only the entire hostname, and not the domain portion in isolation as well? smtpd_re

Re: spamhaus dbl implementation

2010-03-03 Thread Noel Jones
On 3/3/2010 6:13 PM, Stan Hoeppner wrote: What's the best way to integrate the Spamhaus DBL for folks not already using SA et al? Will the following work, or does it check only the entire hostname, and not the domain portion in isolation as well? smtpd_recipient_restrictions = reject_rh

spamhaus dbl implementation

2010-03-03 Thread Stan Hoeppner
What's the best way to integrate the Spamhaus DBL for folks not already using SA et al? Will the following work, or does it check only the entire hostname, and not the domain portion in isolation as well? smtpd_recipient_restrictions = reject_rhsbl_client dbl.spamhaus.org -- Stan