PDA

View Full Version : pyzor problem


dante
17th December 2008, 14:50
hi,

i seam to be getting this error when /etc/ini.../spamassa.... restart

Restarting SpamAssassin Mail Filter Daemon: [31656] info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": pyzor_add_header 1
spamd.


here is whats in local.cf

#pyzor
use_pyzor 1
pyzor_path /usr/bin/pyzor
pyzor_add_header 1

#razor
use_razor2 1
razor_config /etc/razor/razor-agent.conf

#bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1

works on my other servers just fine?:confused:

thanx

dante
17th December 2008, 15:02
ok so i did a little digging around, seams that you dont need the "pyzor_add_header 1" ... so i # it out and restarted it....and it seams fine now.

Will this fix be ok as a permanent fix?


/etc/spam.../local.cf looks like this now

#pyzor
use_pyzor 1
pyzor_path /usr/bin/pyzor
#pyzor_add_header 1

#razor
use_razor2 1
razor_config /etc/razor/razor-agent.conf

#bayes
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1




thanx again

falko
18th December 2008, 13:55
It seems that SpamAssassin doesn't know the option pyzor_add_header, so I think it's fine to leave it out.