Networking

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • sa-update woring with 3.1.8 ?

    10 answers - 336 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Just upgraded from 3.1.7 to 3.1.8 on Suse 10.0.
    When I run "sa-update -D" I get:
    Can't locate object method "finish" via package
    "Mail::SpamAssassin::Timeout" at
    / line 187.
    before it returns to shell.
    I am unsure if this is bad, it looked different with 3.1.7 ;)
    Thanks, Stefan.
  • No.1 | | 524 bytes | |

    Thu, Feb 15, 2007 at 10:09:19PM +0100, Stefan G. Weichinger wrote:
    Can't locate object method "finish" via package
    "Mail::SpamAssassin::Timeout" at
    / line 187.

    I am unsure if this is bad, it looked different with 3.1.7 ;)

    Well, M::SA::Timeout in fact does not have a finish method. But it's
    also not a plugin, so it shouldn't be called by PluginHandler at all,
    nor does it need said finish method.

    I think you have a bad config somewhere doing something it shouldn't.
  • No.2 | | 776 bytes | |

    Theo Van Dinter schrieb:
    Thu, Feb 15, 2007 at 10:09:19PM +0100, Stefan G. Weichinger wrote:
    >Can't locate object method "finish" via package
    >"Mail::SpamAssassin::Timeout" at
    >/ line 187.
    >>

    >I am unsure if this is bad, it looked different with 3.1.7 ;)


    Well, M::SA::Timeout in fact does not have a finish method. But it's
    also not a plugin, so it shouldn't be called by PluginHandler at all,
    nor does it need said finish method.

    I think you have a bad config somewhere doing something it shouldn't.

    I suspected FCR first, but deactivating it didn't change things.
    Any suggestion on how to fix this?

    Thanks, Stefan
  • No.3 | | 1058 bytes | |

    PGP SIGNED MESSAGE
    Hash: SHA1

    Theo Van Dinter wrote:
    Thu, Feb 15, 2007 at 10:09:19PM +0100, Stefan G. Weichinger wrote:
    >Can't locate object method "finish" via package
    >"Mail::SpamAssassin::Timeout" at
    >/ line 187.
    >>

    >I am unsure if this is bad, it looked different with 3.1.7 ;)


    Well, M::SA::Timeout in fact does not have a finish method. But it's
    also not a plugin, so it shouldn't be called by PluginHandler at all,
    nor does it need said finish method.

    I think you have a bad config somewhere doing something it shouldn't.

    I have the exact same error. I do have FCR installed.
    - --
    David Morton
    Maia Mailguard - http://www.maiamailguard.com
    Morton Software Design and Consulting - http://www.dgrmm.net
    PGP SIGNATURE
    Version: GnuPG v1.4.2.2 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

    Q3++7Gf2QMlyH6EG67sUQgc=
    =WMYc
    PGP SIGNATURE
  • No.4 | | 1264 bytes | |

    PGP SIGNED MESSAGE
    Hash: SHA1

    David Morton wrote:
    Theo Van Dinter wrote:
    Thu, Feb 15, 2007 at 10:09:19PM +0100, Stefan G. Weichinger wrote:
    Can't locate object method "finish" via package
    "Mail::SpamAssassin::Timeout" at
    / line 187.

    I am unsure if this is bad, it looked different with 3.1.7 ;)
    Well, M::SA::Timeout in fact does not have a finish method. But it's
    also not a plugin, so it shouldn't be called by PluginHandler at all,
    nor does it need said finish method.

    I think you have a bad config somewhere doing something it shouldn't.

    I have the exact same error. I do have FCR installed.

    I commented out these two lines in v310.pre, and it went through:

    loadplugin F /etc/mail/spamassassin/F
    loadplugin Mail::SpamAssassin::Timeout

    I uncommented them, and the update works now, perhaps because it's up to date?

    - --
    David Morton
    Maia Mailguard - http://www.maiamailguard.com
    Morton Software Design and Consulting - http://www.dgrmm.net
    PGP SIGNATURE
    Version: GnuPG v1.4.2.2 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

    LgXBe1GfrNu+rHAfJC8qXiU=
    =6Vw1
    PGP SIGNATURE
  • No.5 | | 827 bytes | |

    David Morton schrieb:
    Theo Van Dinter wrote:
    >Thu, Feb 15, 2007 at 10:09:19PM +0100, Stefan G. Weichinger wrote:

    Can't locate object method "finish" via package
    "Mail::SpamAssassin::Timeout" at
    / line 187.

    I am unsure if this is bad, it looked different with 3.1.7 ;)
    >Well, M::SA::Timeout in fact does not have a finish method. But it's
    >also not a plugin, so it shouldn't be called by PluginHandler at all,
    >nor does it need said finish method.


    >I think you have a bad config somewhere doing something it shouldn't.


    I have the exact same error. I do have FCR installed.

    FCR and Botnet here

    "spamassassin -D " runs through K.

    Stefan
  • No.6 | | 1078 bytes | |

    David Morton schrieb:
    David Morton wrote:
    >Theo Van Dinter wrote:

    Thu, Feb 15, 2007 at 10:09:19PM +0100, Stefan G. Weichinger wrote:
    Can't locate object method "finish" via package
    "Mail::SpamAssassin::Timeout" at
    / line 187.

    I am unsure if this is bad, it looked different with 3.1.7 ;)
    Well, M::SA::Timeout in fact does not have a finish method. But it's
    also not a plugin, so it shouldn't be called by PluginHandler at all,
    nor does it need said finish method.

    I think you have a bad config somewhere doing something it shouldn't.


    >I have the exact same error. I do have FCR installed.


    I commented out these two lines in v310.pre, and it went through:

    loadplugin F /etc/mail/spamassassin/F
    loadplugin Mail::SpamAssassin::Timeout

    I uncommented them, and the update works now, perhaps because it's up to date?

    Confirmed! Works here as described.
    Thanks, David, best regards.

    Stefan
  • No.7 | | 351 bytes | |

    Thu, Feb 15, 2007 at 04:32:24PM -0600, David Morton wrote:
    loadplugin Mail::SpamAssassin::Timeout

    I uncommented them, and the update works now, perhaps because it's up to date?

    As I said previously, Mail::SpamAssassin::Timeout isn't a plugin. You 100%
    should not include a loadplugin line that tries to treat it as such.
  • No.8 | | 368 bytes | |

    Thu, 2007-02-15 at 16:32 -0600, David Morton wrote:

    I commented out these two lines in v310.pre, and it went through:

    loadplugin F /etc/mail/spamassassin/F
    loadplugin Mail::SpamAssassin::Timeout

    I uncommented them, and the update works now, perhaps because it's up to date?

    because Timeout is not a plugin.
    -Raul Dias
  • No.9 | | 666 bytes | |

    Raul Dias schrieb:
    Thu, 2007-02-15 at 16:32 -0600, David Morton wrote:

    >I commented out these two lines in v310.pre, and it went through:
    >>

    >loadplugin F /etc/mail/spamassassin/F
    >loadplugin Mail::SpamAssassin::Timeout
    >>

    >I uncommented them, and the update works now, perhaps because it's up to date?
    >>

    because Timeout is not a plugin.

    Seems as if both David and I have followed the same erroneous Howto back
    then. Let's see if we find out ;)

    Thanks, Stefan
  • No.10 | | 1028 bytes | |

    PGP SIGNED MESSAGE
    Hash: SHA1

    Raul Dias wrote:
    Thu, 2007-02-15 at 16:32 -0600, David Morton wrote:

    >I commented out these two lines in v310.pre, and it went through:
    >>

    >loadplugin F /etc/mail/spamassassin/F
    >loadplugin Mail::SpamAssassin::Timeout
    >>

    >I uncommented them, and the update works now, perhaps because it's up to date?
    >>

    because Timeout is not a plugin.

    Well, then who told me it was?

    lol.

    Since it was right below the CR stuff, I assume it was in a howto for that
    at one time.
    - --
    David Morton
    Maia Mailguard - http://www.maiamailguard.com
    Morton Software Design and Consulting - http://www.dgrmm.net
    PGP SIGNATURE
    Version: GnuPG v1.4.2.2 (GNU/Linux)
    Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

    Qub9PgpkKdE+5hQW3po2Xbc=
    =8F5t
    PGP SIGNATURE

Re: sa-update woring with 3.1.8 ?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 6 + 5 =
QUESTION ON "Networking"

EMSDN.COM