<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Scott Silva wrote:
<blockquote cite="mid:fj78hg$iae$1@ger.gmane.org" type="cite">on
12/4/2007 5:57 PM Budi Febrianto spake the following:
<br>
<blockquote type="cite">Scott Silva wrote:
<br>
<blockquote type="cite">
<blockquote type="cite">This is what I currently have in
sendmail.mc
<br>
<br>
FEATURE(`dnsbl',`sbl-xbl.spamhaus.org', `"554 Rejected "
$&{client_addr} " - see <a class="moz-txt-link-freetext" href="http://www.spamhaus.org/SBL/">http://www.spamhaus.org/SBL/</a>"')dnl
<br>
FEATURE(`dnsbl', `dnsbl.njabl.org', `"554 Rejected "
$&{client_addr} " - see <a class="moz-txt-link-freetext" href="http://dnsbl.njabl.org/method.html">http://dnsbl.njabl.org/method.html</a>"')dnl
<br>
FEATURE(`dnsbl', `bl.spamcop.net', `"554 Rejected "
$&{client_addr} " found in bl.spamcop.net"')dnl
<br>
FEATURE(`dnsbl', `chinanet.blackholes.us', `"554 Rejected "
$&{client_addr} " found in chinanet.blackholes.us"')dnl
<br>
<br>
<br>
<br>
</blockquote>
If you put your spamhaus lookups at the bottom, you will generate less
traffic to them. The sendmail RBL lookups are serial and stop on the
first positive.
<br>
</blockquote>
ah, so if I put zen.spamhaus.org at the bottom of the list, it will
reduce a lot of query to spamhaus, so I should be safe ( I hope so).
<br>
I will put bl.spamcop.net at first, and two or three others before
zen.spamhaus.org.
<br>
<br>
</blockquote>
Spamcop will probably catch a large portion, at least 60% or better.
<br>
You could also put cbl.abuseat.org before spamhaus, even if it is a
double lookup, because that list is a significant portion of the zen
list, and will cut lookups to zen even more.
<br>
<br>
</blockquote>
Because of your message I was looking on the website of the
cbl.abuseat.org and founf on <a class="moz-txt-link-freetext" href="http://cbl.abuseat.org/faq.html">http://cbl.abuseat.org/faq.html</a> the
following text: <br>
------------------------------------------------------------------------------------------<br>
If you wish to download the CBL zone, YOU MUST register<br>
<br>
WARNING: it is CBL policy that spam filter and spam filter service
vendors MUST obtain a paid-for feed from Spamhaus. Filter providers
that do not have a paid-for feed from Spamhaus, or who have not
registered for the CBL feed, MAY find themselves inhibited from
obtaining a CBL feed without warning.<br>
------------------------------------------------------------------------------------------<br>
<br>
I do not know how they count the connections to the servers, but
officially you will still need an paid-for feed from Spamhaus.<br>
<br>
<p><font face="Verdana, Arial, Helvetica" size="2"><br>
</font></p>
<br>
</body>
</html>