On 02/15/2011 02:43 PM, Lawrence @ Rogers wrote: > On 15/02/2011 10:07 AM, J4K wrote: >> >> Its pretty moot any way, because now after running spamassassin >> -lint, sa-compile still fails with the same error. > Hi, > > Just because DCC is running doesn't mean SA is configured to use it. > > Can you post the following: > > - Output of spamassassin --lint > - Contents of /etc/spamassassin/local.cf > > Those should help pinpoint the exact problem. > > Regards, > Lawrence Hi Lawrence,
Here you go. Simon. # spamassassin --lint Feb 15 14:34:22.759 [15147] warn: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": dcc_add_header 1 Feb 15 14:34:24.860 [15147] warn: lint: 1 issues detected, please rerun with debug enabled for more information cat /etc/spamassassin/local.cf | grep -v ^# rewrite_header Subject *****SPAM***** report_safe 0 dns_available yes use_dcc 1 dcc_path /usr/local/bin/dccproc dcc_home /var/dcc dcc_add_header 1 use_pyzor 1 pyzor_path /usr/bin/pyzor pyzor_timeout 5 use_razor2 1 razor_config /etc/razor/razor-agent.conf razor_timeout 5 required_score 6.0 use_bayes 1 skip_rbl_checks 1 bayes_auto_learn 1 bayes_expiry_max_db_size 300000 bayes_auto_expire 1 ifplugin Mail::SpamAssassin::Plugin::Shortcircuit shortcircuit USER_IN_WHITELIST on shortcircuit SUBJECT_IN_WHITELIST on shortcircuit USER_IN_BLACKLIST on shortcircuit SUBJECT_IN_BLACKLIST on loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody endif # Mail::SpamAssassin::Plugin::Shortcircuit