Karamanga wrote:
Dear Daryl, ty for your reply,
I got rid of the anti-drug.cf error buh just renaming this cf file.
The error on DCC i dont understand. The plugin is installed and uncommentent
in the v310.pre file in the sa directory and i cheked the path to the dcc
dirs. Then i restarted sa and the error still appears ?
Do you mean to tell me that the Pyzor error is a bogus message and that
Pyzor is working ?
(the pyzor setting was also uncommented in the v310.pre file an this path
is also correct)
When i run spamassassin --lint test now, this the the result:
[15347] warn: config: failed to parse line, skipping: dcc_add_header 1
That's not a valid config option. See the
Mail::SpamAssassin::Plugin::DCC perldoc.
[15347] warn: config: SpamAssassin failed to parse line, "/usr/sbin/dccifd"
is not valid for "dcc_dccifd_path", skipping: dcc_dccifd_path
/usr/sbin/dccifd
Either the DCC plugin isn't loading... run --lint with -D to find out,
or you've got an old copy of SpamAssassin still installed somewhere that
is being used.
In any case, once you do get the DCC plugin working, "/usr/sbin/dccifd"
if quite unlikely to be the path the the dccifd SOCKET.
[15347] warn: config: failed to parse line, skipping: pyzor_add_header 1
That's not a valid config option. See the
Mail::SpamAssassin::Plugin::Pyzor perldoc.
[15347] warn: lint: 3 issues detected, please rerun with debug enabled for
more information
Is there a way to debug this further ?
spamassassin --lint -D
Daryl