SpamAssassin-Fehler

  • Thread starter Thread starter informant
  • Start date Start date
I

informant

Guest
Hallo,
kann mir jemand sagen, wie ich diese Fehlermeldung behebe? Wobei autolearn=failed in Mail-Headern ebenfalls kommt.
~/.spamassassin# /etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [26227] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": use_dcc 1
[26227] info: config: failed to parse, now a plugin, skipping, in "/etc/spamassassin/local.cf": ok_languages all
spamd.

local.cf
# SpamAssassin config file for version 3.x

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

# Whether to change the subject of suspected spam
rewrite_header subject *****SPAM*****

# Encapsulate spam in an attachment
report_safe 1

# Add report into headers
add_header spam Report _REPORT_

# Enable the Bayes system
use_bayes 1

# Enable Bayes auto-learning
bayes_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
 
Hi,
was mir als erstes einfallen würde ist, dass du in der v310.pre das DCC Plugin nicht lädst.
Code:
loadplugin Mail::SpamAssassin::Plugin::DCC
Diese Zeile ist bei einem frischen spamassassin auskommentiert, also die # weg und sa durchstarten.

Ansonsten versuch mal einen pfad zu dcc mit anzugeben:
Code:
use_dcc 1
dcc_path /usr/bin/dccproc
(muss natürlich auch der richtige Pfad sein)

MfG
Rudi
 
Hallo, danke, das mit dem auskommentieren hatte ich vergessen.

Nun kommt nur noch der Fehler:
/etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [1945] info: config: failed to parse, now a plugin, skipping, in "/etc/spamassassin/local.cf": ok_languages all
spamd.
 
Last edited by a moderator:
Diese beiden Einstellungen (languages und locales) sind eh nur für multilinguale Mailserver soweit ich weiß, wenn du überwiegend deutsche Mails bekommst kann es dir ja egal sein, wenn englische oder anderssprachige Emails _eher_ als Spam gelten als deutsche.
Bei Punktwerten jenseits von 20 ist das aber eh alles egal :D
 
Last edited by a moderator:
MOD: Full-Quote entfernt!

Gut zu wissen, danke für die Information.
 
Last edited by a moderator:
Back
Top