Well all I did was run spamd -D /path/to/message

Here is my local.cf. Am I missing something out of here?

user_scores_dsn                  DBI:mysql:spamassassin:localhost:3306
user_scores_sql_password         *****
user_scores_sql_username         *****
user_scores_sql_custom_query     SELECT preference, value FROM _TABLE_ WHERE
username = _USERNAME_ OR username = '$GLOBAL' OR username =
CONCAT('%',_DOMAIN_) ORDER BY username ASC
score ALL_TRUSTED 0
report_safe             1
use_bayes               1
bayes_auto_learn        0
use_dcc                 1
ok_languages            en
ok_locales              en
use_auto_whitelist      0

If I am missing something that would make it check the headers please let me
know. The command line that runs in the init.d file is:

-q -x -d -m10 -H -v -u spamuser

Thanks
Robert

-----Original Message-----
From: Matt Kettler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 23, 2005 8:44 AM
To: [EMAIL PROTECTED]; users@spamassassin.apache.org
Subject: RE: Low scoring spam


At 10:31 AM 2/23/2005, Robert Bartlett wrote:
>Do you suggest until resolved disable this? If to disable it what exactly
do
>I need to disable?

Upon closer inspection are you sure you fed SA the actual message with
complete headers?

Are you sure that's not the output of spamassasin --lint??

It looks like the test message is missing a LOT of headers.. No Subject, no
Date, no From:, no Received headers.

Note it doesn't look like it failed to parse the Received: headers.. it
looks like the are absent entirely.. There's no complaint about an
unparsable Received header in the debug..There's no mention of even trying
to parse one...


This part looks very much like --lint:
>debug: all '*From' addrs: [EMAIL PROTECTED]

Also suspicious:
>MISSING_DATE,MISSING_SUBJECT


Reply via email to