PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Mandrake 9.2 Evolution 1.4.x Spamassassin 2.7 Erkennungsquote



Bübchen
06.01.04, 20:27
Hallo,

ich wollte Spamassassin was beibringen, da noch viele SPAM Mails durchkommen, folgenden Befehl wandte ich an:

spamassassin -rR -D < spam1.txt (in der Textdatei war eine SPAM Mail)

Bei der Ausgabe erschien dann:

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 '/usr/bin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '.', which is not absolute, dropping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/usr/games', keeping.
debug: Final PATH set to: /usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games
debug: using "/usr/share/spamassassin" for default rules dir
debug: using "/etc/mail/spamassassin" for site rules dir
debug: using "/home/an/.spamassassin" for user state dir
debug: using "/home/an/.spamassassin/user_prefs" for user prefs file
debug: bayes: DB_File module not installed, cannot use Bayes
debug: Score set 1 chosen.
debug: Initialising learner
debug: Learning Spam
debug: decoded MIME header: "You get More and Pay Less!"
debug: uri tests: Done uriRE
debug: bayes: DB_File module not installed, cannot use Bayes
debug: Removing Markup
debug: Razor2 is not available
debug: Current PATH is: /usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games
debug: DCC is not available: no executable dccproc found.
debug: Pyzor is not available: pyzor not found
SpamAssassin: no Internet hashing methods available, so couldn't report.
Warning, unable to report spam
For more information, re-run with -D option to see debug output.

Da steht wohl das man Bayes nicht benutzen kann, wieso? Ich habe normal installiert:

perl Makefile.PL
Make
Make install

Dann habe ich versucht mit

sa-learn --spam --dir /home/an/evolution/local/Inbox/subfolders/SPAMlernen

Dann erscheint:

Learned from 0 message(s) (6 message(s) examined).

Es sind komischerweise aber 31 Mails in diesem Ordner.

Weiß da jemand rat?

Danke
Andreas

Virus2500
07.01.04, 14:53
Hast du alle Spams in einer Datei oder in einem Verzeichniss?

Wenns in einer Datei ist musst du

sa-learn --spam --mbox /home/an/evolution/local/Inbox/subfolders/SPAMlernen

machen!

lg

Mike

Bübchen
07.01.04, 15:26
Hallo,

mittlerweile kam ich darauf das von Perl noch das "db_file" gefehlt hat, jetzt verhält sich Spamassassin schon ganz anders, sprich er kann jetzt auch Bayes nutzen.

Andere Frage noch: Was mache ich wenn ich neu installiere, welche Datei muß ich sichern damit ich den Lernproßess nicht nochmal von vorne beginnen muß?

Andreas