pyzor problem

Discussion in 'Installation/Configuration' started by Daisy, May 24, 2007.

  1. Daisy

    Daisy New Member

    running FC5 - perfect setup w/ ispconfig. Pyzor doesn't seem to be working. this is a fresh install. I had installed it once before without problem but now I'm not sure what I've done wrong. Debugged spamassasin and got

    [17096] dbg: plugin: loading Mail::SpamAssassin::plugin::pyzor from @INC
    [17096] dbg: pyzor: network tests on, attempting Pyzor
    [17096] dbg: plugin: registered Mail::SpamAssassin::plugin::pyzor=HASH(0xa5aa908)

    but then

    [17096] info: config: failed to parse line, skipping: pyzor_add_header 1
    [17096] info: config: failed to parse line, skipping: use_dcc 1
    [17096] info: config: failed to parse line, skipping: dcc_path /usr/local/bin/dccproc
    [17096] info: config: failed to parse line, skipping: dcc_add_header 1
    [17096] info: config: failed to parse line, skipping: dcc_dccifd_path /usr/local/bin/dccifd

    so it doesn't seem either pyzor or DCC are working. Not sure what I did wrong. There's no header for either in emails. Suggestions?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Can you post your SpamAssassin configuration file where where Pyzor and DCC are configured?
     
  3. Daisy

    Daisy New Member

    P.S. I'm making changes here: /home/admispconfig/ispconfig/tools/spamassassin/etc/mail/spamassassin/local.cf

    is this the right place?

    Code:
    #   Set headers which may provide inappropriate cues to the Bayesian
    #   classifier
    #
    # bayes_ignore_header X-Bogosity
    # bayes_ignore_header X-Spam-Flag
    # bayes_ignore_header X-Spam-Status
    
    #pyzor
    use_pyzor 1
    pyzor_path /usr/bin/pyzor
    pyzor_add_header 1
    
    # dcc
    use_dcc 1
    dcc_path /usr/local/bin/dccproc
    dcc_add_header 1
    dcc_dccifd_path /usr/local/bin/dccifd
     
    Last edited: May 25, 2007
  4. falko

    falko Super Moderator Howtoforge Staff

    That's the correct file, and the configuration is ok. I think the log entries are normal, I have seen them before, Pzor and DCC work nonetheless. :)
     
  5. Daisy

    Daisy New Member

    If I remember correctly, Pyzor should be adding it's own header. I don't have any of those.
     

Share This Page