List Info

Thread: Re: SA 3.1.8




Re: SA 3.1.8
country flaguser name
United States
2007-02-15 16:21:45
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Stefan G. Weichinger wrote:
> Greets,
> 
> does SA 3.1.8 work for you with Maia 1.0.2 ?
> 
> 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
>
/usr/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/PluginHandl
er.pm line 187.
> 
> before it returns to shell.
> 

I get it too. :(



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


iD8DBQFF1Nz4Uy30ODPkzl0RAkgqAJ0Q6gljbIDfXMie8/SDpIHosvNi+gCg
1Orh
I/csgI9epsHfumRSsB1H5Z4=
=jAWP
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: SA 3.1.8
country flaguser name
Austria
2007-02-15 16:26:11
David Morton schrieb:
> Stefan G. Weichinger wrote:
>> Greets,
> 
>> does SA 3.1.8 work for you with Maia 1.0.2 ?
> 
>> 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
>>
/usr/lib/perl5/site_perl/5.8.7/Mail/SpamAssassin/PluginHandl
er.pm line 187.
> 
>> before it returns to shell.
> 
> 
> I get it too. :(

What a "relief" ;)

spamassassin -D --lint runs through ok and /var/log/mail
looks OK, so I
assume it's not too bad.

Although I would prefer a solution ...

S
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: SA 3.1.8
country flaguser name
United States
2007-02-15 16:56:33
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Stefan G. Weichinger wrote:
> David Morton schrieb:
>> Stefan G. Weichinger wrote:
>>> Greets,
>>> does SA 3.1.8 work for you with Maia 1.0.2 ?
>>> 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

> 
> Although I would prefer a solution ...

according to the SA list, It was a line in our v310.pre
file:

loadplugin Mail::SpamAssassin::Timeout

It's not a plugin, and shouldn't be loaded as such.

I assume it was in the fuzzyOCR HOWTO that we used to
install.


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


iD8DBQFF1OUhUy30ODPkzl0RAoEHAKC0WtzkoZqyMQHqKUBP/G783GJp0gCf
ez7y
0O01VGgvkYdOdMb+BiB/0U4=
=Hr/H
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: SA 3.1.8
country flaguser name
Canada
2007-02-15 17:14:54
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Morton wrote:

> according to the SA list, It was a line in our v310.pre
file:
> 
> loadplugin Mail::SpamAssassin::Timeout
> 
> It's not a plugin, and shouldn't be loaded as such.
> 
> I assume it was in the fuzzyOCR HOWTO that we used to
install.

Yes, the older (2.x) versions of FuzzyOCR relied on a
Timeout module
that shipped with SpamAssassin 3.1.1 and later.

The "error" stems from the fact that SpamAssassin
3.1.8 has gotten
stricter about the structure of its plugins.  The Timeout
module was
never intended to be used as a plugin, but previous versions
of
SpamAssassin allowed it.  In the new plugin model, plugins
can include
other Perl modules directly, so I suspect that newer
versions of
FuzzyOCR simply do this for the Timeout module, rather than
use the
plugin interface to get at it.

You should also note that the proper place to load plugins
like FuzzyOCR
and Botnet is in a *.pre file (e.g. v310.pre), not in a *.cf
file.  The
point of the *.pre files is that they get loaded before any
of the *.cf
files, so plugins are available to be referenced by any of
the rules in
any of the *.cf files.  The FuzzyOCR author in particular
has an
annoying habit of including a "loadplugin" line
for his plugin at the
top of the *.cf file he ships, which is not where it
belongs.  That line
should be moved from the *.cf file to a *.pre file.  You
only need that
line in one place; having it in both places will generate an
error message.

- --
Robert LeBlanc <rjlrenaissoft.com>
Renaissoft, Inc.
Maia Mailguard <http://www.maiamail
guard.com/>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF1OluGmqOER2NHewRAtdpAJ0YcuwW/nQWAKb+saIqvCYjghnibACg
jmyy
qTDE7dOIYKKVX6ejDjNaqaU=
=eGgj
-----END PGP SIGNATURE-----
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

Re: SA 3.1.8
country flaguser name
Austria
2007-02-16 03:29:42
David Morton schrieb:
> Stefan G. Weichinger wrote:
>> David Morton schrieb:
>>> Stefan G. Weichinger wrote:
>>>> Greets,
>>>> does SA 3.1.8 work for you with Maia 1.0.2
?
>>>> 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
> 
>> Although I would prefer a solution ...
> 
> according to the SA list, It was a line in our v310.pre
file:
> 
> loadplugin Mail::SpamAssassin::Timeout
> 
> It's not a plugin, and shouldn't be loaded as such.
> 
> I assume it was in the fuzzyOCR HOWTO that we used to
install.

Yes, you were right. I already disabled this line on all my
servers.
Didn't yet get back to you because it was late at night
already.

Thanks, Stefan
_______________________________________________
Maia-users mailing list
Maia-usersrenaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )