On Fri, 13 Aug 2004, Theo Van Dinter wrote:

On Fri, Aug 13, 2004 at 03:08:22PM -0400, Dave Stern - Former Rocket Scientist wrote:
  This is the current list of tests SpamAssassin(tm) performs on mail
  messages to determine if they're spam or not. If you
  wish to change the score from the default, add a line like this to your
  ~/.spamassassin.cf:

I don't know where you found that, it's not on our website or in the SA 3.0 distro at all.

Procmail says it's running spamassassin. Why am I not getting
X-Spam-Status, X-Spam-Report headers?

It sounds like your config is disabling them. Do you have a "clear_headers" option somewhere? Alternatively, you may have another config error that's causing parsing to fail. If you run with "-D --lint", it'll give you more information.
Near as I can tell the lint trap ;) looks good:

debug: SpamAssassin version 3.0.0-rc1
debug: Score set 0 chosen.
debug: running in taint mode? no
debug: diag: module not installed: DBI ('require' failed)
debug: diag: module installed: DB_File, version 1.810
debug: diag: module installed: Digest::SHA1, version 2.07
debug: diag: module installed: IO::Socket::UNIX, version 1.2
debug: diag: module installed: MIME::Base64, version 2.18
debug: diag: module installed: Net::DNS, version 0.48
debug: diag: module not installed: Net::LDAP ('require' failed)
debug: diag: module not installed: Razor2::Client::Agent ('require' failed)
debug: diag: module installed: Storable, version 2.13
debug: diag: module installed: URI, version 1.23
debug: ignore: using a test message to lint rules
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/spamassassin" for site rules dir
debug: using "//.spamassassin" for user state dir
debug: using "//.spamassassin/user_prefs" for user prefs file
debug: config: read file //.spamassassin/user_prefs
debug: using "//.spamassassin" for user state dir
debug: bayes: 11985 tie-ing to DB file R/O //.spamassassin/bayes_toks
debug: bayes: 11985 tie-ing to DB file R/O //.spamassassin/bayes_seen
debug: bayes: found bayes db version 3
debug: using "//.spamassassin" for user state dir
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 11985 untie-ing
debug: bayes: 11985 untie-ing db_toks
debug: bayes: 11985 untie-ing db_seen
debug: Score set 1 chosen.
debug: ---- MIME PARSER START ----
debug: main message type: text/plain
debug: parsing normal part
debug: added part, type: text/plain
debug: ---- MIME PARSER END ----
debug: bayes: 11985 tie-ing to DB file R/O //.spamassassin/bayes_toks
debug: bayes: 11985 tie-ing to DB file R/O //.spamassassin/bayes_seen
debug: bayes: found bayes db version 3
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 11985 untie-ing
debug: bayes: 11985 untie-ing db_toks
debug: bayes: 11985 untie-ing db_seen
debug: metadata: X-Spam-Relays-Trusted: debug: metadata: X-Spam-Relays-Untrusted: debug: decoding: no encoding detected
debug: Loading languages file...
debug: metadata: X-Languages: debug: Running tests for priority: 0
debug: running header regexp tests; score so far=0
debug: running body-text per-line regexp tests; score so far=2.1
debug: running uri tests; score so far=2.1
debug: running raw-body-text per-line regexp tests; score so far=2.1
debug: running full-text regexp tests; score so far=2.1
debug: Running tests for priority: 500
debug: running meta tests; score so far=2.1
debug: running header regexp tests; score so far=2.1
debug: running body-text per-line regexp tests; score so far=2.1
debug: running uri tests; score so far=2.1
debug: running raw-body-text per-line regexp tests; score so far=2.1
debug: running full-text regexp tests; score so far=2.1
debug: is spam? score=2.1 required=4
debug: tests=NONLOCAL
debug: subtests=



I reinstalled (This time 3.0.0-rc1) but again, I'm using a different location for the install and config ie:


%perl Makefile.PL PREFIX=/someplace/spamassassin/sausr \
  SYSCONFIG=/someplace/spamassassin/saetc
% make
% make install

Using perl 5.8


=-=-=-=-=-=-=-=-=-=- generated by /dev/dave -=-=-=-=-=-=-=-=-=-=-=-= David Stern University of Maryland Institute for Advanced Computer Studies

Reply via email to