At 12:49 AM 12/27/2005, Matt Kettler wrote:
server:~# spamassassin -V
SpamAssassin version 2.20
My provider have configured the system. Perhaps there is anything false.
And spamassassin --lint works?? That's quite strange indeed.
Nevermind.. I re-read your original message. you never used --lint, you
used -D.
In any event. SA 2.20 is a very ancient version of spamassassin, from May
of 2002, over 3 and a half years ago. Many of the features you are trying
to use were added until much later in the SA development.
Really, if SA 2.20 is all you have available, you're probably better off
not even bothering. The efficacy of a three-year old version of SA against
modern spam will be almost nil.
But if you must, I'd suggest consulting perldoc Mail::SpamAssassin::Conf on
your machine. Most people here are using at least SA 2.63 with backported
fixes from 2.64, or newer, so few will be able to help you with the setup
and configuration. Heck, many people here, myself included, have never run
a version that old. For example I started with SA 2.31.
>debug: Failed to parse line in SpamAssassin configuration, skipping:
report_safe 1
Message encapsulation, aka report_safe, was not added until SA 2.40
(Released November 2002)
>debug: Failed to parse line in SpamAssassin configuration, skipping:
use_bayes 1
>debug: Failed to parse line in SpamAssassin configuration, skipping:
auto_learn 1
The Bayes system was not added till SA 2.50 (released Feb 2003)
>debug: Failed to parse line in SpamAssassin configuration, skipping:
use_razor2 1
>debug: Failed to parse line in SpamAssassin configuration, skipping:
use_pyzor 1
Pyzor and Razor2 support were not added until SA 2.40
>debug: Failed to parse line in SpamAssassin configuration, skipping:
use_dcc 1
>debug: Failed to parse line in SpamAssassin configuration, skipping:
ok_languages all
>debug: Failed to parse line in SpamAssassin configuration, skipping:
user_scores_sql_table spampref
I don't know when DCC, ok_languages or SQL support were added, however
apparently they are not supported by 2.20.