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? [EMAIL PROTECTED]:~> 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: [EMAIL PROTECTED]:~> rm .spamassassin/bayes* [EMAIL PROTECTED]:~> 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: [EMAIL PROTECTED]:~/hamspam> sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --spam --no-rebuild < spam1.msg >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/hamspam> echo --- >> salearn-debug.20040223.log; sa-learn -D --prefs-file=/home/m8ram/.spamassassin/user_prefs --rebuild >> salearn-debug.20040223.log 2>&1 [EMAIL PROTECTED]:~/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 [EMAIL PROTECTED]:~/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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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 = "<[EMAIL PROTECTED]>" 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" <[EMAIL PROTECTED]>" debug: tokenize: header tokens for X-MimeOLE = "Produced By Microsoft MimeOLE V6.00.2800.1106" debug: tokenize: header tokens for X-Evolution-Source = "pop://[EMAIL PROTECTED]/" 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) <[EMAIL PROTECTED]>; " debug: tokenize: header tokens for *r = " sloeberlfdvwho (D5760488.kabel.telenet.be [213.118.4]) by astra.telenet-ops.be (Postfix) <[EMAIL PROTECTED]>; localhost (astra.telenet-ops.be [195.130.132]) by boreas.telenet-ops.be (Postfix) <[EMAIL PROTECTED]>; " debug: bayes: Learned '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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 = "<[EMAIL PROTECTED]>" 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" <[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]/" 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) <[EMAIL PROTECTED]>; envelope- <[EMAIL PROTECTED]>)" 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) <[EMAIL PROTECTED]>; envelope- <[EMAIL PROTECTED]>) kira.skynet.be (195.238.2) by more.aliens.be ; " debug: bayes: Learned '[EMAIL PROTECTED]' 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 = "<[EMAIL PROTECTED]>" 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://[EMAIL PROTECTED]" 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 '[EMAIL PROTECTED]' 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" <[EMAIL PROTECTED]> 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 #
