<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/06/2013 03:46 PM, Stephanie
      Sullivan wrote:<br>
    </div>
    <blockquote cite="mid:03ea01cedb39$a26d1640$e74742c0$@com"
      type="cite">
      <pre wrap="">
Hi,

Is anyone having issues with greylisting or RBL's suddenly blocking many more emails? I have the solarspeed AV-SPAM system and it appears that certain sites who were working in mid-October suddenly stopped getting through until I at least disabled greylisting. If this were one provider I'd not be so concerned, but it appears to be a wide smattering of disparate senders. 


</pre>
    </blockquote>
    look in maillog spamd entries and see if this is there <b>URIBL_BLOCKED</b><br>
    or cat /varlog/maillog | grep URIBL_BLOCKED<br>
    <br>
    I had some servers with a similar problem rejecting email, not
    spambeing blocked by urbil.com<br>
    <br>
    I had to remove the check from urbil.com<br>
    see <a
href="http://www.sourcepole.com/2013/5/7/disabling-uribl-in-spamassassin">http://www.sourcepole.com/2013/5/7/disabling-uribl-in-spamassassin</a><br>
    <br>
    /etc/mail/spamassassin/local.cf and /etc/mail/spamassassin/sql.cf<br>
    added this to the last line of those files<br>
        score URIBL_BLOCKED 0<br>
    <br>
    then restart spamd<br>
    <br>
    This change will be lost if you make changes to SpamAssassin in the
    GUI
    <div class="moz-signature">-- <br>
      Gerald</div>
  </body>
</html>