Are you starting spamd before your networking and local dns are started? Regards, KAM
On April 22, 2015 8:44:59 PM EDT, Thom Miller <t...@cagroups.com> wrote: >On Sat, 18 Apr 2015 08:16:40 -0700 >Michael Williamson <michael.h.william...@gmail.com> wrote: > >> Hi, >> >> I have another question. >> >> It appears to me that spamassassin can produce different spam scores >> for the same email. >> In particular, I have noticed that points are omitted for >> RCVD_IN_SBL_CSS (Spamhaus blacklist) sometimes. Why? > >In the past I noticed that network tests were sometimes completely >omitted. I believe sa checks for network connectivity before perfoming >these tests, and incorrectly determines that there is no network >available. > >In my case, adding: > >dns_available yes > >to my local.cf solved this issue. > >-Thom