OK... I did the greps you recommended and didn't find any use_dcc lines... I even did:
grep use_dcc /home/sites/*/users/*/.spamassassin/user_prefs and still didn't find anything (checking all user directories). (actually, my running SA build is in /home/spam-filter... (bin, share, etc. - I'm on a cobalt RAQ and can't upgrade the primary PERL to PERL 5.8 - so I made a little subsystem) I found the report_contact flag in the 10_misc.cf in both /usr/share/spamassassin & /home/spam-filter/share/spamassassin. I have an old build in /usr/share/spamassassin that I need to delete (thanks for reminding me). I think I'll hold out until V3.1.2 is released since, according to traffic here, it is fairly close. (Maybe I'll download & install the latest razor and be razoring as well now). Thanks Matt! --Will -----Original Message----- From: Matt Kettler [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 11:40 AM To: Will Nordmeyer Cc: users@spamassassin.apache.org Subject: Re: Bayes troubles Will Nordmeyer wrote: > Matt, > > I ran lint this AM (I frequently forget that part :-)), and only had 2 > issues - > > warn: config: failed to parse line, skipping: use_dcc 1 > warn: config: warning: score set for non-existent rule RAZOR2_CHECK > > I can't find where the use_dcc or the RAZOR2_CHECK are set though. None of > the .cf files in /etc/mail/spamassassin have them. Perhaps a user_prefs has them. Or if you have "inherited" a system,someone edited the /usr/share/ files? Or maybe someone put it in a .pre file in /etc/mail/spamassassin? grep use_dcc /usr/share/spamassassin/*.cf grep use_dcc /etc/mail/spamassassin/*.cf grep use_dcc /etc/mail/spamassassin/*.pre grep use_dcc ~/.spamassassin/user_prefs > > I tried running the spamassassin --lint --debug and dump the dbg output to a > file, but apparently I'm screwing up the redirect because my output file > always is empty. You can't redirect the debug output with > or |. It is output to stderr, not stdout. In bash type shells you can re-direct stderr using 2> instead of > > > I'm running via spamd and have restarted spamd. By the way, I'm running > V3.1.1 (and for some reason it puts @@CONTACT_ADDRESS@@ in the emails saying > that spam detection software running on blah blah blah - know how I can > easily fix that without having to rebuild?). That makes me fairly concerned about the integrity of the build. I'd strongly suggest rebuilding anyway. That said, you can edit /usr/share/spamassassin/10_misc.cf and edit the report_contact option there. BE VERY careful editing this, and be sure to lint afterwards. Note: In the general case I would advise against editing any of the .cf files in /usr/share/spamassassin. They will all be obliterated and re-written if you upgrade or re-install. In this case, that's perfectly fine.