Koozali.org: home of the SME Server

RBLList and SBLList

Seeker

RBLList and SBLList
« 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

Offline raem

  • *
  • 3,972
  • +4/-0
Re: RBLList and SBLList
« Reply #1 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
...

Seeker

RBLList and SBLList
« Reply #2 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.

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
RBLList and SBLList
« Reply #3 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
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.

Seeker

RBLList and SBLList
« Reply #4 on: March 30, 2006, 02:05:22 PM »
Yes thanks!