From: "Thomas Booms" <[EMAIL PROTECTED]> > Here's the content of my local.cf: > > rewrite_subject 1 > report_safe 2 > trusted_networks **** > user_scores_dsn DBI:mysql:****:**** > user_scores_sql_username **** > user_scores_sql_password **** > user_scores_sql_custom_query SELECT preference, value FROM _TABLE_ > WHERE username = _USERNAME_ OR username = '$GLOBAL' OR username = > CONCAT('%',_DOMAIN_) ORDER BY username ASC > razor_config /etc/mail/spamassassin/.razor/razor-agent.conf > urirhssub URIBL_BLACK multi.uribl.com. A 2 > body URIBL_BLACK eval:check_uridnsbl('URIBL_BLACK') > describe URIBL_BLACK Contains an URL listed in the URIBL blacklist > tflags URIBL_BLACK net > score URIBL_BLACK 3.0 > > urirhssub URIBL_GREY multi.uribl.com. A 4 > body URIBL_GREY eval:check_uridnsbl('URIBL_GREY') > describe URIBL_GREY Contains an URL listed in the URIBL greylist > tflags URIBL_GREY net > score URIBL_GREY 1.0 > > The 1st 3 lines were added a few minutes ago.
They may help the RBLs work. You might add either of these two lines dns_available yes dns_available test: <address to test> I presume you did not have the sublime silliness to edit the permanent configuration files such as "/usr/share/spamassassin/25_uribl.cf". It appears you did and most of the BLs are not hitting for you. The other alternative is that you zeroed their scores in an alternate configuration file in /etc/mail/spamassassin. {^_^}