From: "Bob Proulx" <[EMAIL PROTECTED]> > jdow wrote: > > Bob Proulx wrote: > > > I could find no other scores for that rule in system or private > > > rules. > > > > You overrode it in /etc/mail/spamassassin/local.cf or if you use per user > > preferences in your ~/.spamassassin/user_prefs files? > > I thought maybe so too. But as I said, I could find no other scores > for those rules anywhere on the system. > > grep -r RCVD_FAKE_HELO_DOTCOM /etc/mail/spamassassin/ # [1] > grep -r RCVD_FAKE_HELO_DOTCOM /etc/spamassassin/ > grep -r RCVD_FAKE_HELO_DOTCOM ~/.spamassassin/ > > Nothing. > > grep -r score.*RCVD_FAKE_HELO_DOTCOM /usr/share/spamassassin/ > /usr/share/spamassassin/50_scores.cf:score RCVD_FAKE_HELO_DOTCOM 0.899 0.034 0.969 0.424 > > Bob > > [1] On my Debian system /etc/mail/spamassassin is a symlink to > /etc/spamassassin.
Um, maybe testing the message with "spamassassin -D -t" would tell you where it picked up the value. Is it using an SQL database for any of the user prefs? {^_^}