pyzor problem

Discussion in 'Server Operation' started by dante, Dec 17, 2008.

  1. dante

    dante New Member

    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
     
  2. dante

    dante New Member

    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
     
  3. falko

    falko Super Moderator Howtoforge Staff

    It seems that SpamAssassin doesn't know the option pyzor_add_header, so I think it's fine to leave it out.
     

Share This Page