<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Mar 20, 2009, at 1:33 PM, support wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>I cannot for the life of me work out why this is not working; I guess I am<br>missing some small detail that is big!<br><br>No spam is being blocked - DNS is fine, this has been 2 weeks since I made<br>the following changes:<br>----------------------------------------------------------------------------<br>--------------------------<br>#cd /etc/mail/<br>#vi sendmail.mc<br>find the lines:<br><span class="Apple-tab-span" style="white-space:pre">        </span>dnl FEATURE(enhdnsbl,`bl.spamcop.net',`',`t',`Spam blocked see:<br><a href="http://spamcop.net/bl.shtml?$&">http://spamcop.net/bl.shtml?$&</a>{client_addr}')dnl<br><span class="Apple-tab-span" style="white-space:pre">      </span>dnl FEATURE(enhdnsbl,`sbl-xbl.spamhaus.org',`',`t',`Spam blocked - see<br><a href="http://ordb.org/')dnl">http://ordb.org/')dnl</a><br>Add: (just above the "FEATURE(enhdnsbl...")<br><span class="Apple-tab-span" style="white-space:pre">    </span>FEATURE(enhdnsbl,`zen.spamhaus.org',`',`t',`Spam blocked - see<br>http://www.spamhaus.org/')dnl<br>#cp sendmail.mc /usr/sausalito/configs/sendmail/sendmail.mc<br>#service sendmail restart<br>----------------------------------------------------------------------------<br>--------------------------<br>I can see no-one barred and I'm still getting spam from IP's that are listed<br>in zen.spamhaus.org.<br><br>Any help or pointers appreciated.<br><br>Charles</div></blockquote><br></div><div>Did you compile the macro file with M4 into sendmail.cf before you restarted the sendmail service?</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">       </span><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: -webkit-monospace; font-size: 10px; line-height: 20px; white-space: pre; ">m4 sendmail.mc > /etc/sendmail.cf</span></div><br></body></html>