Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Seeker on March 28, 2006, 09:38:34 PM

Title: RBLList and SBLList
Post by: Seeker on March 28, 2006, 09:38:34 PM
What is the difference with these and what does the SBLList=dsn.rfc-ignorant.org do?

I see in the config
RBLList=sbl-xbl.spamhaus.org,whois.rfc-ignorant.org,dnsbl.njabl.org,relays.ordb.org

and

SBLList=dsn.rfc-ignorant.org
Title: Re: RBLList and SBLList
Post by: raem on March 29, 2006, 05:05:15 AM
Seeker

Read this thread
http://no.longer.valid/phpwiki/index.php/DevList

and search devinfo list on RHSBL
Title: RBLList and SBLList
Post by: Seeker on March 29, 2006, 01:41:21 PM
Thanks for the heads up on that resource.

I did a search for RBLList and saw what I pretty much know now. A search for SBLList came up empty so I'm no farther ahead.
Title: RBLList and SBLList
Post by: chris burnat on March 30, 2006, 11:51:53 AM
From bug#596 [http://bugs.contribs.org/show_bug.cgi?id=596] - courtesy Shad Lords

A RBL list looks up the IP address of the connecting host to see if it has been
involved in spam.  A SBL list looks up the domain of the helo/mail from/from
entries and checks against different things.

The default entry rejects domains that don't allow bounce messages.

These two lookup are very similar one just does it on IP and the other on
domain name.

Hope it helps.
chris
Title: RBLList and SBLList
Post by: Seeker on March 30, 2006, 02:05:22 PM
Yes thanks!