Mailing List Archive

What is wrong with this configuration?
Hi

I ran the following command to test my SA setup:
m8ram@linux:~> spamassassin -t -D rulesrun=255 < spam.txt >& spam.log4

And the output contains the following:
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin" for user state dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: Failed to parse line in SpamAssassin configuration, skipping: report_header 1
debug: Failed to parse line in SpamAssassin configuration, skipping: defang_mime 0
debug: Failed to parse line in SpamAssassin configuration, skipping: RCVD_IN_BL_SPAMCOP_NET 3.00

The first two options (report header and defang_mime) are set in
/etc/mail/spamassassin/local.cf which was installed when I installed SA
and haven't been touched since.

The third option is set in ~/.spamassassin/user_prefs:
RCVD_IN_BL_SPAMCOP_NET 3.00

Can anybody tell me what is wrong with these options?

If it matters: I started spamd with 'spamd -d -c -a'.

I also noticed:
debug: bayes: 18288 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 18288 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 0
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 18288 untie-ing
debug: bayes: 18288 untie-ing db_toks
debug: bayes: 18288 untie-ing db_seen
debug: Score set 1 chosen.
debug: Initialising learner
debug: using "/home/m8ram/.spamassassin" for user state dir
debug: bayes: 18288 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 18288 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 0
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 18288 untie-ing
debug: bayes: 18288 untie-ing db_toks
debug: bayes: 18288 untie-ing db_seen

So bayes isn't being used? I piped all my mail through sa-learn last
night using the commands I posted earlier. According to the output SA
learned from +8000 messages (both ham and spam). What could be wrong
here?

TIA

Bram
--
# Mertens Bram "M8ram" <bram-mertens@linux.be> Linux User #249103 #
# SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM #
# 10:46am up 30 days 14:24, 9 users, load average: 0.00, 0.03, 0.05 #
Re: What is wrong with this configuration? [ In reply to ]
From: "Bram Mertens" <bram-mertens@linux.be>

> Hi
>
> I ran the following command to test my SA setup:
> m8ram@linux:~> spamassassin -t -D rulesrun=255 < spam.txt >& spam.log4
>
> And the output contains the following:
> debug: using "/usr/share/spamassassin" for default rules dir
> debug: using "/etc/mail/spamassassin" for site rules dir
> debug: using "/home/m8ram/.spamassassin" for user state dir
> debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
> debug: Failed to parse line in SpamAssassin configuration, skipping:
report_header 1

There's no such option of which I am aware.

> debug: Failed to parse line in SpamAssassin configuration, skipping:
defang_mime 0

There's no such option of which I am aware.

> debug: Failed to parse line in SpamAssassin configuration, skipping:
RCVD_IN_BL_SPAMCOP_NET 3.00

Betcha it would not skip "score RCVD_IN_BL_SPAMCOP_NET 3.00" instead.

>
> The first two options (report header and defang_mime) are set in
> /etc/mail/spamassassin/local.cf which was installed when I installed SA
> and haven't been touched since.
>
> The third option is set in ~/.spamassassin/user_prefs:
> RCVD_IN_BL_SPAMCOP_NET 3.00

You left off the "score" from the front of the above line.

> Can anybody tell me what is wrong with these options?
>
> If it matters: I started spamd with 'spamd -d -c -a'.

See comments above. Is this an imported local.cf from a much older version
of spamassassin?

> I also noticed:
> debug: bayes: 18288 tie-ing to DB file R/O
/home/m8ram/.spamassassin/bayes_toks
> debug: bayes: 18288 tie-ing to DB file R/O
/home/m8ram/.spamassassin/bayes_seen
> debug: bayes: found bayes db version 0
> debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
> debug: bayes: 18288 untie-ing
> debug: bayes: 18288 untie-ing db_toks
> debug: bayes: 18288 untie-ing db_seen
> debug: Score set 1 chosen.
> debug: Initialising learner
> debug: using "/home/m8ram/.spamassassin" for user state dir
> debug: bayes: 18288 tie-ing to DB file R/O
/home/m8ram/.spamassassin/bayes_toks
> debug: bayes: 18288 tie-ing to DB file R/O
/home/m8ram/.spamassassin/bayes_seen
> debug: bayes: found bayes db version 0
> debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
> debug: bayes: 18288 untie-ing
> debug: bayes: 18288 untie-ing db_toks
> debug: bayes: 18288 untie-ing db_seen
>
> So bayes isn't being used? I piped all my mail through sa-learn last
> night using the commands I posted earlier. According to the output SA
> learned from +8000 messages (both ham and spam). What could be wrong
> here?

I hope you fed the ham and spam through on two separate runs. Else you
have to delete the bayes databases and do it over correctly. The
spamassassin faq (wiki) can help you understand this all a little better,
I suspect. It looks for all the world like you fed all "+8000 messages"
on the ham track with none fed through as spam. That WILL leave your
bayes database hosed and useless. If this is indeed what you did then
delete ~/.spamassassin/bayes*. Then start over using the --ham and --spam
options with separated ham and spam mailbox files. In common with all other
software of which I am aware to date spamassassin cannot read your mind for
you when it learns your preferences for ham from spam.

Modulo where you stored the ham and spam, the commands would look something
like this.
sa-learn --ham --showdots --mbox ~/ham
sa-learn --spam --showdots --mbox ~/spam

{^_^}
Re: What is wrong with this configuration? [ In reply to ]
On Sun, 2004-02-22 at 15:18, jdow wrote:
[...]
> report_header 1
>
> There's no such option of which I am aware.
>
> > debug: Failed to parse line in SpamAssassin configuration, skipping:
> defang_mime 0
>
> There's no such option of which I am aware.

I didn't edit /etc/mail/spamassass/local.cf so if these options are
deprecated and according to man Mail::SpamAssassin::Conf it looks as if
they are than they must have been leftovers from my previous install...
I'll remove these.

> > debug: Failed to parse line in SpamAssassin configuration, skipping:
> RCVD_IN_BL_SPAMCOP_NET 3.00
>
> Betcha it would not skip "score RCVD_IN_BL_SPAMCOP_NET 3.00" instead.
[...]

Thx, no more errors but still no bayes...

> See comments above. Is this an imported local.cf from a much older version
> of spamassassin?

AFAIK those files must have been created by the previous stable version
of SA.

[...]
> I hope you fed the ham and spam through on two separate runs. Else you
> have to delete the bayes databases and do it over correctly. The
> spamassassin faq (wiki) can help you understand this all a little better,
> I suspect. It looks for all the world like you fed all "+8000 messages"
> on the ham track with none fed through as spam. That WILL leave your
> bayes database hosed and useless. If this is indeed what you did then
> delete ~/.spamassassin/bayes*. Then start over using the --ham and --spam
> options with separated ham and spam mailbox files. In common with all other
> software of which I am aware to date spamassassin cannot read your mind for
> you when it learns your preferences for ham from spam.

I used a script that looks like this:
---- train-sa ---
#!/bin/bash
LOGFILE=/data/logs/train-sa.log
PREFS=/home/m8ram/.spamassassin/user_prefs
(
cd
evolution --force-shutdown
sa-learn --prefs-file=$PREFS --ham --showdots --no-rebuild --mbox evolution/local/ces/mbox
[...]
sa-learn --prefs-file=$PREFS --spam --showdots --no-rebuild --mbox evolution/loc
al/SPAM/mbox
sa-learn --prefs-file=$PREFS --rebuild
) >> $LOGFILE 2>&1
---- train-sa ---

With one sa-learn command for every mbox file in the ~/evolution
directory...

(When I first posted I didn't have the --prefs-file option specified but
I reran the script in the mean time.)

But still 'sa-learn --dump magic' and 'sa-learn
--prefs-file=/home/m8ram/.spamassassin/user_prefs --dump magic' give:
0.000 0 0 0 non-token data: bayes db version
0.000 0 0 0 non-token data: nspam
0.000 0 0 0 non-token data: nham
0.000 0 0 0 non-token data: ntokens
0.000 0 0 0 non-token data: oldest atime
0.000 0 0 0 non-token data: current scan-count
0.000 0 0 0 non-token data: last expiry atime

> Modulo where you stored the ham and spam, the commands would look something
> like this.
> sa-learn --ham --showdots --mbox ~/ham
> sa-learn --spam --showdots --mbox ~/spam

I guess my script does this?

TIA
--
# Mertens Bram "M8ram" <bram-mertens@linux.be> Linux User #249103 #
# SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM #
# 7:43pm up 30 days 23:21, 11 users, load average: 0.09, 0.11, 0.04 #
Re: What is wrong with this configuration? [ In reply to ]
On Sun, Feb 22, 2004 at 08:13:16PM +0100, Bram Mertens wrote:
> But still 'sa-learn --dump magic' and 'sa-learn
> --prefs-file=/home/m8ram/.spamassassin/user_prefs --dump magic' give:
> 0.000 0 0 0 non-token data: bayes db version

You have something funky going on. Run with -D and see what the output says.

--
Randomly Generated Tagline:
Bureaucrats cut red tape... Lengthwise...
Re: What is wrong with this configuration? [ In reply to ]
On Sun, 2004-02-22 at 20:15, Theo Van Dinter wrote:
> On Sun, Feb 22, 2004 at 08:13:16PM +0100, Bram Mertens wrote:
> > But still 'sa-learn --dump magic' and 'sa-learn
> > --prefs-file=/home/m8ram/.spamassassin/user_prefs --dump magic' give:
> > 0.000 0 0 0 non-token data: bayes db version
>
> You have something funky going on. Run with -D and see what the output says.

Here is the output of:
sa-learn -p /home/m8ram/.spamassassin/user_prefs -D --dump magic >> /data/logs/sa-learn-dump-magic.20040222-2 2>&1
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 0
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 29656 untie-ing
debug: bayes: 29656 untie-ing db_toks
debug: bayes: 29656 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 0
debug: bayes: 29656 untie-ing
debug: bayes: 29656 untie-ing db_toks
debug: bayes: 29656 untie-ing db_seen
debug: bayes: 29656 untie-ing
0.000 0 0 0 non-token data: bayes db version
0.000 0 0 0 non-token data: nspam
0.000 0 0 0 non-token data: nham
0.000 0 0 0 non-token data: ntokens
0.000 0 0 0 non-token data: oldest atime
0.000 0 0 0 non-token data: current scan-count
0.000 0 0 0 non-token data: last expiry atime

Or do you need the -D output of the sa-learn --ham and --spam commands?

TIA
--
# Mertens Bram "M8ram" <bram-mertens@linux.be> Linux User #249103 #
# SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM #
# 11:18pm up 31 days 2:57, 11 users, load average: 0.23, 0.12, 0.03 #
Re: What is wrong with this configuration? [ In reply to ]
On Sun, Feb 22, 2004 at 11:25:53PM +0100, Bram Mertens wrote:
> debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
> debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
> debug: bayes: found bayes db version 0

See, that's the thing... Your SA install hasn't updated the DB to v2 yet.

> 0.000 0 0 0 non-token data: nspam
> 0.000 0 0 0 non-token data: nham
> 0.000 0 0 0 non-token data: ntokens

And there's apparently nothing in your DB. Is this a new DB, or one
that you used before? If new, try "rm -f bayes*" and relearn messages.
If old, did you follow the upgrade instructions (sa-learn --import, etc)?

> Or do you need the -D output of the sa-learn --ham and --spam commands?

Well, what I was wondering about was are you learning to the same DB
you're trying to read from, but it looks like you have other stuff
going on. A single message sa-learn -D would be good though, just to
see what it says.

--
Randomly Generated Tagline:
My boss is tempermental. 50% temper and 50% mental.
Re: What is wrong with this configuration? (LONG) [ In reply to ]
On Mon, 2004-02-23 at 00:42, Theo Van Dinter wrote:
> On Sun, Feb 22, 2004 at 11:25:53PM +0100, Bram Mertens wrote:
> > debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
> > debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
> > debug: bayes: found bayes db version 0
>
> See, that's the thing... Your SA install hasn't updated the DB to v2 yet.

How would that be possible? I completely erased ~/.spamassassin before
installing the new version from CPAN? Does this shed any more light?
m8ram@linux:~> file .spamassassin/bayes_*
.spamassassin/bayes_toks: Berkeley DB (Hash, version 7, native byte-order)

[...]
> And there's apparently nothing in your DB. Is this a new DB, or one
> that you used before? If new, try "rm -f bayes*" and relearn messages.
> If old, did you follow the upgrade instructions (sa-learn --import, etc)?

In an earlier post I explained how I screwed my setup up so I decided to
completely start over. It should be a nw db.

Still I now deleted the bayes files in my home dir:
m8ram@linux:~> rm .spamassassin/bayes*
m8ram@linux:~> ls -lh .spamassassin/
total 3.4M
-rw------- 1 m8ram root 324K 2003-09-28 15:42 auto-whitelist
-rw------- 2 m8ram users 1.7M 2004-02-23 09:34 auto-whitelist.dir
-rw------- 2 m8ram users 1.7M 2004-02-23 09:34 auto-whitelist.pag
-rw-rw-rw- 1 m8ram users 2.0K 2004-02-22 19:50 user_prefs
-rw-r--r-- 1 m8ram users 1.5K 2004-02-22 10:22 user_prefs.20040222
-rw-rw-rw- 1 m8ram users 2.0K 2004-02-22 11:17 user_prefs~

I include the full listing in case there should still be issues with the
permissions...

[...]
> Well, what I was wondering about was are you learning to the same DB
> you're trying to read from, but it looks like you have other stuff
> going on. A single message sa-learn -D would be good though, just to
> see what it says.

I have edited '/etc/mail/spamassassin/local.cf' again last night because
it does indeed appere to have been left over from a previous install.
It's contents is now (created through the web-interface):
# SpamAssassin config file for version 2.5x
# generated by http://www.yrex.com/spam/spamconfig.php (version 1.01)

# How many hits before a message is considered spam.
required_hits 5.0

# Whether to change the subject of suspected spam
rewrite_subject 0

# Text to prepend to subject if rewrite_subject is used
subject_tag *****SPAM*****

# Encapsulate spam in an attachment
report_safe 1

# Use terse version of the spam report
use_terse_report 0

# Enable the Bayes system
use_bayes 1

# Enable Bayes auto-learning
auto_learn 1

# Enable or disable network checks
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1

# Mail using languages used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_languages all

# Mail using locales used in these country codes will not be marked
# as being possibly spam in a foreign language.
ok_locales all

I hope this is still ok for 2.63?

I tested with these commands:
m8ram@linux:~/hamspam> sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam1.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam1.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam2.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam3.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam4.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam5.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam6.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --ham --no-rebuild < ham1.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --ham --no-rebuild < ham2.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --ham --no-rebuild < ham3.msg >> salearn-debug.20040223.log 2>&1
m8ram@linux:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1
And here's the logfile: (sorry it is long but I think it shows it is
working now!:
Learned from 0 message(s) (1 message(s) examined).
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: no dbs present, cannot scan: /home/m8ram/.spamassassin/bayes_toks
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: no dbs present, cannot scan: /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 1948 untie-ing
ERROR: the Bayes learn function returned an error, please re-run with -D for more information
Learned from 0 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: no dbs present, cannot scan: /home/m8ram/.spamassassin/bayes_toks
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2018 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2018
debug: lock: 2018 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2018 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2018 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2018 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 0
debug: bayes: new db, set db version 2 and 0 tokens
debug: Syncing complete.
debug: bayes: 2018 untie-ing
debug: bayes: 2018 untie-ing db_toks
debug: bayes: 2018 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2018 unlink /home/m8ram/.spamassassin/bayes.lock
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2037 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2037 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 2037 untie-ing
debug: bayes: 2037 untie-ing db_toks
debug: bayes: 2037 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2037 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2037
debug: lock: 2037 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2037 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2037 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2037 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: Syncing complete.
debug: bayes: 2037 untie-ing
debug: bayes: 2037 untie-ing db_toks
debug: bayes: 2037 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2037 unlink /home/m8ram/.spamassassin/bayes.lock
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2052 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2052 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 2052 untie-ing
debug: bayes: 2052 untie-ing db_toks
debug: bayes: 2052 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: 2052 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2052 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*elnargeprediction D*fairmail.com D*com"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " patxgjni 4562078ahqfoip Braemblaausfkzyq com "
debug: tokenize: header tokens for *F = "U*elnargeprediction D*fairmail.com D*com"
debug: tokenize: header tokens for To = "U*brecht D*linux.be D*be U*xxxx-xxxxx D*linux.be D*be"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "/html; charset=iso-8859-1"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for Content-Transfer-Encoding = "8bit"
debug: tokenize: header tokens for *r = " za13.neoplus.adsl.tpnet.pl (HELO brecht) (80.54.146) by more.aliens.be ; "
debug: tokenize: header tokens for *r = " za13.neoplus.adsl.tpnet.pl (HELO brecht) (80.54.146) by more.aliens.be ; (qmail 670 invoked network); "
debug: bayes: Learned 'patxgjni.4562078ahqfoip@Braemblaausfkzyq.com'
debug: bayes: 2052 untie-ing
debug: bayes: 2052 untie-ing db_toks
debug: bayes: 2052 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2067 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2067 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 2067 untie-ing
debug: bayes: 2067 untie-ing db_toks
debug: bayes: 2067 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: 2067 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2067 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*bsKenney D*netroamer.com D*com"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " XJYFQEFRGGKOJSETKVSICOF cableol co uk "
debug: tokenize: header tokens for X-Habeas-SWE-1 = "winter into spring"
debug: tokenize: header tokens for X-Habeas-SWE-2 = "brightly anticipated"
debug: tokenize: header tokens for X-Habeas-SWE-3 = "like Habeas SWE (tm)"
debug: tokenize: header tokens for X-Habeas-SWE-4 = "Copyright 2002 Habeas (tm)"
debug: tokenize: header tokens for X-Habeas-SWE-5 = "Sender Warranted Email (SWE) (tm). The sender of this"
debug: tokenize: header tokens for X-Habeas-SWE-6 = "email in exchange for a license for this Habeas"
debug: tokenize: header tokens for X-Habeas-SWE-7 = "warrant mark warrants that this is a Habeas Compliant"
debug: tokenize: header tokens for X-Habeas-SWE-8 = "Message (HCM) and not spam. Please report use of this"
debug: tokenize: header tokens for X-Habeas-SWE-9 = "mark in spam to <http://www.habeas.com/report/>."
debug: tokenize: header tokens for *F = "U*bsKenney D*netroamer.com D*com"
debug: tokenize: header tokens for *R = "U*bsKenney D*netroamer.com D*com"
debug: tokenize: header tokens for To = "U*xxxxxxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for *x = "Lotus Notes Release 5.07a May 14, 2001"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "multipart/alternative; -- HHHHHHHHHHHHHHHH"
debug: tokenize: header tokens for X-Priority = "5"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for *r = " 159.116.82 by 68.124.57; "
debug: tokenize: header tokens for *r = " 159.116.82 by 68.124.57; adsl-68-124-57-115.dsl.irvnca.pacbell.net (68.124.57) by more.aliens.be ; "
debug: bayes: Learned 'XJYFQEFRGGKOJSETKVSICOF@cableol.co.uk'
debug: bayes: 2067 untie-ing
debug: bayes: 2067 untie-ing db_toks
debug: bayes: 2067 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2082 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2082 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 2082 untie-ing
debug: bayes: 2082 untie-ing db_toks
debug: bayes: 2082 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: 2082 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2082 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*UPVFZGBNFF D*yahoo.com D*com"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " DWPGJZCKJRGXNKYZRUCVBNQNU msn com "
debug: tokenize: header tokens for *F = "U*UPVFZGBNFF D*yahoo.com D*com"
debug: tokenize: header tokens for *R = "U*UPVFZGBNFF D*yahoo.com D*com"
debug: tokenize: header tokens for To = "U*xxxxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "multipart/alternative; -- HHHHHHHHHHHHHHH"
debug: tokenize: header tokens for X-Originating-IP = "217.71.123.185"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for *r = " 96.134.56 by 217.86.1; "
debug: tokenize: header tokens for *r = " 96.134.56 by 217.86.1; pd95601e0.dip.t-dialin.net (217.86.1) by more.aliens.be ; "
debug: bayes: Learned 'DWPGJZCKJRGXNKYZRUCVBNQNU@msn.com'
debug: bayes: 2082 untie-ing
debug: bayes: 2082 untie-ing db_toks
debug: bayes: 2082 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2101 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2101 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 0 spam(s) in Bayes DB < 200
debug: bayes: 2101 untie-ing
debug: bayes: 2101 untie-ing db_toks
debug: bayes: 2101 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2101 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2101
debug: lock: 2101 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2101 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2101 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2101 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2

debug: Syncing complete.
debug: bayes: 2101 untie-ing
debug: bayes: 2101 untie-ing db_toks
debug: bayes: 2101 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2101 unlink /home/m8ram/.spamassassin/bayes.lock
synced Bayes databases from journal in 0 seconds: 264 unique entries (264 total entries)
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2106 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2106 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 3 spam(s) in Bayes DB < 200
debug: bayes: 2106 untie-ing
debug: bayes: 2106 untie-ing db_toks
debug: bayes: 2106 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: 2106 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2106 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*italy D*canephrams.com D*com"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " QSGELEVOIEPKMAMGBZJDIZEZY qqmeds3 com "
debug: tokenize: header tokens for *F = "U*italy D*canephrams.com D*com"
debug: tokenize: header tokens for *R = "U*italy D*canephrams.com D*com"
debug: tokenize: header tokens for To = "U*bert.aueenaert D*linux.be D*be"
debug: tokenize: header tokens for *x = "Microsoft Outlook, Build 10.0.2616"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "multipart/alternative; -- HHHHHHHHHHHHHHHHHHHH"
debug: tokenize: header tokens for X-Priority = "3"
debug: tokenize: header tokens for X-MSMail-Priority = "Normal"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for *r = " 62.200.137 by 24.57.210; "
debug: tokenize: header tokens for *r = " 62.200.137 by 24.57.210; d57-210-20.home.cgocable.net (24.57.210) by more.aliens.be ; "
debug: bayes: Learned 'QSGELEVOIEPKMAMGBZJDIZEZY@qqmeds3.com'
debug: bayes: 2106 untie-ing
debug: bayes: 2106 untie-ing db_toks
debug: bayes: 2106 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2123 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2123 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 3 spam(s) in Bayes DB < 200
debug: bayes: 2123 untie-ing
debug: bayes: 2123 untie-ing db_toks
debug: bayes: 2123 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2123 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2123
debug: lock: 2123 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2123 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2123 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2123 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2

debug: Syncing complete.
debug: bayes: 2123 untie-ing
debug: bayes: 2123 untie-ing db_toks
debug: bayes: 2123 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2123 unlink /home/m8ram/.spamassassin/bayes.lock
synced Bayes databases from journal in 0 seconds: 104 unique entries (104 total entries)
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2126 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2126 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 4 spam(s) in Bayes DB < 200
debug: bayes: 2126 untie-ing
debug: bayes: 2126 untie-ing db_toks
debug: bayes: 2126 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: 2126 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2126 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*lavwson_24 D*hotmail.com D*com"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for To = "U*xxxxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for *F = "U*flight21joanna D*hotmail.com D*com"
debug: tokenize: header tokens for *m = " 1077526280 15329 excite com "
debug: tokenize: header tokens for *c = "/plain;"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for Mime-Version = "1.0"
debug: tokenize: header tokens for Content-Transfer-Encoding = "8bit"
debug: tokenize: header tokens for *r = " unknown (HELO kybshocks.com) (207.245.246) by more.aliens.be ; "
debug: tokenize: header tokens for *r = " unknown (HELO kybshocks.com) (207.245.246) by more.aliens.be ; (qmail 13313 invoked network); "
debug: bayes: Learned '1077526280-15329@excite.com'
debug: bayes: 2126 untie-ing
debug: bayes: 2126 untie-ing db_toks
debug: bayes: 2126 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2129 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2129 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 4 spam(s) in Bayes DB < 200
debug: bayes: 2129 untie-ing
debug: bayes: 2129 untie-ing db_toks
debug: bayes: 2129 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2129 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2129
debug: lock: 2129 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2129 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2129 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2129 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2

debug: Syncing complete.
debug: bayes: 2129 untie-ing
debug: bayes: 2129 untie-ing db_toks
debug: bayes: 2129 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2129 unlink /home/m8ram/.spamassassin/bayes.lock
synced Bayes databases from journal in 0 seconds: 79 unique entries (79 total entries)
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2132 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2132 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 5 spam(s) in Bayes DB < 200
debug: bayes: 2132 untie-ing
debug: bayes: 2132 untie-ing db_toks
debug: bayes: 2132 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Spam
debug: uri tests: Done uriRE
debug: bayes: 2132 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2132 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*MTAyMzI5ODk2_bounce_102329896 D*groundedenviouslavers.com D*com"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *F = "U*MTAyMzI5ODk2_reply_102329896 D*groundedenviouslavers.com D*com"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "/html"
debug: tokenize: header tokens for *m = " MTAyMzI5ODk2 groundedenviouslavers com "
debug: tokenize: header tokens for To = "U*xxxxxxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for Content-Transfer-Encoding = "8bit"
debug: tokenize: header tokens for *r = "by mail1-1.discoverynetworks.net (Postfix, userid 0) ; "
debug: tokenize: header tokens for *r = "by mail1-1.discoverynetworks.net (Postfix, userid 0) ; 65.118.185.discoverynetworks.net (HELO mail1-1.discoverynetworks.net) (65.118.185) by more.aliens.be ; "
debug: bayes: Learned 'MTAyMzI5ODk2@groundedenviouslavers.com'
debug: bayes: 2132 untie-ing
debug: bayes: 2132 untie-ing db_toks
debug: bayes: 2132 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2135 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2135 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 5 spam(s) in Bayes DB < 200
debug: bayes: 2135 untie-ing
debug: bayes: 2135 untie-ing db_toks
debug: bayes: 2135 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2135 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2135
debug: lock: 2135 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2135 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2135 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2135 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2

debug: Syncing complete.
debug: bayes: 2135 untie-ing
debug: bayes: 2135 untie-ing db_toks
debug: bayes: 2135 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2135 unlink /home/m8ram/.spamassassin/bayes.lock
synced Bayes databases from journal in 0 seconds: 303 unique entries (303 total entries)
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2138 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2138 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 6 spam(s) in Bayes DB < 200
debug: bayes: 2138 untie-ing
debug: bayes: 2138 untie-ing db_toks
debug: bayes: 2138 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Ham
debug: uri tests: Done uriRE
debug: bayes: 2138 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2138 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*xxxxxxxxx D*pandora.be D*be"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " OEA000c OEB2340 OEC880476d5 sloeberlfdvwho "
debug: tokenize: header tokens for *F = "U*xxxxxxxxxxx D*pandora.be D*be"
debug: tokenize: header tokens for To = "U*xxxxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for *f = "<1073491077.2029.64.camel@linux.local>"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "/plain; charset="ISO-8859-15""
debug: tokenize: header tokens for X-Priority = "3"
debug: tokenize: header tokens for X-MSMail-Priority = "Normal"
debug: tokenize: header tokens for *x = "Microsoft Outlook Express 6.00.2800.1106"
debug: tokenize: header tokens for Disposition-Notification-To = ""xxxxxxxxxxxx" <xxxxxxxxx@pandora.be>"
debug: tokenize: header tokens for X-MimeOLE = "Produced By Microsoft MimeOLE V6.00.2800.1106"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxx@pop.xs4all.be/"
debug: tokenize: header tokens for Content-Transfer-Encoding = "8bit"
debug: tokenize: header tokens for *r = " sloeberlfdvwho (D5760488.kabel.telenet.be [213.118.4]) by astra.telenet-ops.be (Postfix) <xxxxxxxxxx@linux.be>; "
debug: tokenize: header tokens for *r = " sloeberlfdvwho (D5760488.kabel.telenet.be [213.118.4]) by astra.telenet-ops.be (Postfix) <xxxxxxxxxx@linux.be>; localhost (astra.telenet-ops.be [195.130.132]) by boreas.telenet-ops.be (Postfix) <xxxxxx@linux.be>; "
debug: bayes: Learned '000c01c3d54e$23405590$880476d5@sloeberlfdvwho'
debug: bayes: 2138 untie-ing
debug: bayes: 2138 untie-ing db_toks
debug: bayes: 2138 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2141 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2141 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 6 spam(s) in Bayes DB < 200
debug: bayes: 2141 untie-ing
debug: bayes: 2141 untie-ing db_toks
debug: bayes: 2141 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Ham
debug: uri tests: Done uriRE
debug: bayes: 2141 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2141 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*xxxxxxxxxxxx D*skynet.be D*be"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " OEA0029 OEB2a51 OEC783088d9 computernaam "
debug: tokenize: header tokens for *F = "U*xxxxxxxxx D*skynet.be D*be"
debug: tokenize: header tokens for To = "U*xxxxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for *f = "<1074025614.2278.50.camel@linux.local>"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *c = "/plain; charset="Windows-1252""
debug: tokenize: header tokens for X-Priority = "3"
debug: tokenize: header tokens for X-MSMail-Priority = "Normal"
debug: tokenize: header tokens for *x = "Microsoft Outlook Express 6.00.2800.1158"
debug: tokenize: header tokens for Disposition-Notification-To = ""xxxxxx Borremans" <xxxxxxxxxxxxxxx@skynet.be>"
debug: tokenize: header tokens for X-MimeOLE = "Produced By Microsoft MimeOLE V6.00.2800.1165"
debug: tokenize: header tokens for X-RAVMilter-Version = "8.4.3(snapshot 20030212) (kira.skynet.be)"
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxxx@pop.xs4all.be/"
debug: tokenize: header tokens for Content-Transfer-Encoding = "8bit"
debug: tokenize: header tokens for *r = " computernaam (120.48-136-217.adsl.skynet.be [217.136.48]) by kira.skynet.be (8.12.9/8.12.9/Skynet-OUT-2.21) <xxxxxxxxxx@linux.be>; envelope- <xxxxxxxxxx@skynet.be>)"
debug: tokenize: header tokens for *r = " computernaam (120.48-136-217.adsl.skynet.be [217.136.48]) by kira.skynet.be (8.12.9/8.12.9/Skynet-OUT-2.21) <xxxxxxxxxx@linux.be>; envelope- <xxxxxxxxxx@skynet.be>) kira.skynet.be (195.238.2) by more.aliens.be ; "
debug: bayes: Learned '002901c3dadb$2a51e910$783088d9@computernaam'
debug: bayes: 2141 untie-ing
debug: bayes: 2141 untie-ing db_toks
debug: bayes: 2141 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2144 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2144 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 6 spam(s) in Bayes DB < 200
debug: bayes: 2144 untie-ing
debug: bayes: 2144 untie-ing db_toks
debug: bayes: 2144 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2144 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2144
debug: lock: 2144 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2144 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2144 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2144 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2

debug: Syncing complete.
debug: bayes: 2144 untie-ing
debug: bayes: 2144 untie-ing db_toks
debug: bayes: 2144 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2144 unlink /home/m8ram/.spamassassin/bayes.lock
synced Bayes databases from journal in 1 seconds: 482 unique entries (482 total entries)
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2147 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2147 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 6 spam(s) in Bayes DB < 200
debug: bayes: 2147 untie-ing
debug: bayes: 2147 untie-ing db_toks
debug: bayes: 2147 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Learning Ham
debug: uri tests: Done uriRE
debug: bayes: 2147 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2147 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: tokenize: header tokens for *p = "U*xxxxxxxxx.Sampain D*BZ.Antwerpen.be D*Antwerpen.be D*be"
debug: tokenize: header tokens for X-XS4ALL-To = "<xxxxxxxxx@maildrop.xs4all.be>"
debug: tokenize: header tokens for *M = " 59983D655FD9D711AEEC0090274D5D1A2F86A8 sthntms6 antwerpen be "
debug: tokenize: header tokens for *F = "U*xxxxxxxxx.Sampain D*BZ.Antwerpen.be D*Antwerpen.be D*be"
debug: tokenize: header tokens for To = "U*xxxxxxx D*linux.be D*be"
debug: tokenize: header tokens for MIME-Version = ""
debug: tokenize: header tokens for *x = "Internet Mail Service (5.5.2650.21)"
debug: tokenize: header tokens for *c = "/plain; charset="iso-8859-1""
debug: tokenize: header tokens for X-Evolution-Source = "pop://xxxxxxxx@pop.xs4all.be"
debug: tokenize: header tokens for Content-Transfer-Encoding = "8bit"
debug: tokenize: header tokens for *r = "by ICANTMS2 Internet Mail Service (5.5.2650.21) id <SJS35XMA>; "
debug: tokenize: header tokens for *r = "by ICANTMS2 Internet Mail Service (5.5.2650.21) id <SJS35XMA>; icantms2.DMA (192.168.254 [192.168.254]) by mail-gw1.antwerpen.be (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) ; "
debug: bayes: Learned '59983D655FD9D711AEEC0090274D5D1A2F86A8@sthntms6.antwerpen.be'
debug: bayes: 2147 untie-ing
debug: bayes: 2147 untie-ing db_toks
debug: bayes: 2147 untie-ing db_seen
Learned from 1 message(s) (1 message(s) examined).
---
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting PATH
debug: PATH included '/home/m8ram/bin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: PATH included '/opt/gnome2/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: PATH included '/opt/kde3/bin', keeping.
debug: PATH included '/usr/lib/java/jre/bin', keeping.
debug: PATH included '/opt/gnome/bin', keeping.
debug: Final PATH set to: /home/m8ram/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/jre/bin:/opt/gnome/bin
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/m8ram/.spamassassin/user_prefs" for user prefs file
debug: bayes: 2150 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2150 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2
debug: bayes: Not available for scanning, only 6 spam(s) in Bayes DB < 200
debug: bayes: 2150 untie-ing
debug: bayes: 2150 untie-ing db_toks
debug: bayes: 2150 untie-ing db_seen
debug: Score set 0 chosen.
debug: Initialising learner
debug: Initialising learner
debug: Syncing Bayes journal and expiring old tokens...
debug: lock: 2150 created /home/m8ram/.spamassassin/bayes.lock.linux.local.2150
debug: lock: 2150 trying to get lock on /home/m8ram/.spamassassin/bayes with 0 retries
debug: lock: 2150 link to /home/m8ram/.spamassassin/bayes.lock: link ok
debug: bayes: 2150 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_toks
debug: bayes: 2150 tie-ing to DB file R/W /home/m8ram/.spamassassin/bayes_seen
debug: bayes: found bayes db version 2

debug: Syncing complete.
debug: bayes: 2150 untie-ing
debug: bayes: 2150 untie-ing db_toks
debug: bayes: 2150 untie-ing db_seen
debug: bayes: files locked, now unlocking lock
debug: unlock: 2150 unlink /home/m8ram/.spamassassin/bayes.lock
synced Bayes databases from journal in 0 seconds: 69 unique entries (69 total entries)

[.I edited some e-mail addresses, other than that I included the complete
log.]

So I guess everything is as it should be now. Doesn't it?

If so, can I ask you to take a look at the script I'd like to use to train SA?
You can find it at:
http://www.xs4all.be/~bmertens/spamassassin/train-sa

TIA
--
# Mertens Bram "M8ram" <bram-mertens@linux.be> Linux User #249103 #
# SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM #
# 9:52am up 31 days 13:30, 11 users, load average: 0.78, 0.41, 0.16 #
Re: What is wrong with this configuration? - FIXED [ In reply to ]
On Mon, 2004-02-23 at 10:37, Bram Mertens wrote:
> On Mon, 2004-02-23 at 00:42, Theo Van Dinter wrote:
> > On Sun, Feb 22, 2004 at 11:25:53PM +0100, Bram Mertens wrote:
> > > debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_toks
> > > debug: bayes: 29656 tie-ing to DB file R/O /home/m8ram/.spamassassin/bayes_seen
> > > debug: bayes: found bayes db version 0
> >
> > See, that's the thing... Your SA install hasn't updated the DB to v2 yet.

Thanks Theo! That did it!

m8ram@linux:~> sa-learn -p /home/m8ram/.spamassassin/user_prefs --dump magic
0.000 0 2 0 non-token data: bayes db version
0.000 0 8736 0 non-token data: nspam
0.000 0 62058 0 non-token data: nham
0.000 0 136848 0 non-token data: ntokens
0.000 0 1058120598 0 non-token data: oldest atime
0.000 0 1077607934 0 non-token data: newest atime
0.000 0 1077608525 0 non-token data: last journal sync atime
0.000 0 1077574102 0 non-token data: last expiry atime
0.000 0 2764800 0 non-token data: last expire atime delta
0.000 0 1272932 0 non-token data: last expire reduction count

And more than 50% of all messages SA previously misclassified as ham are
now classified as spam!

Should I add this [problem with the db-version] to the wiki?

Regards

Bram
--
# Mertens Bram "M8ram" <bram-mertens@linux.be> Linux User #249103 #
# SuSE Linux 8.2 (i586) kernel 2.4.20-4GB i686 256MB RAM #
# 9:11am up 32 days 12:50, 7 users, load average: 0.12, 0.05, 0.06 #