You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by "Gregory P. Ennis" <Po...@PoMec.Net> on 2005/10/08 17:59:43 UTC

3.1.0 upgrade/installation difficulties

Everyone,

I upgraded from 3.0.3 to 3.1.0 and have had a bunch of problems.  I
finally got a good install, but could not do it via cpan.  There were
many modules that I had to manually install.  I have had it active for
about a week and every night for some reason it stops filtering.  When
this happens unfiltered mail is allowed to go to each users box.  I am
running spamd -d -c -m 6; when I kill the process and start spamd again
filtering resumes.  

I am not sure that results of running spamassassin --lint gives me the
information to resolve the problem but would sure appreciate some help
if any of you have had similar difficulties.

Thanks,

Greg Ennis


Here are the results of spamassassin --lint:

[18110] warn: plugin: failed to parse plugin (from @INC): Can't locate
Mail/DomainKeys/Message.pm in @INC (@INC contains:
lib /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl) at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/DomainKeys.pm line 42.
[18110] warn: BEGIN failed--compilation aborted
at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/DomainKeys.pm
line 42.
[18110] warn: Compilation failed in require at (eval 73) line 1.
[18110] warn: plugin: failed to create instance of plugin
Mail::SpamAssassin::Plugin::DomainKeys: Can't locate object method "new"
via package "Mail::SpamAssassin::Plugin::DomainKeys" at (eval 74) line
1.



Re: 3.1.0 upgrade/installation difficulties

Posted by Chris <cp...@earthlink.net>.
On Saturday 08 October 2005 01:20 pm, Gregory P. Ennis wrote:
> On Sat, 2005-10-08 at 13:28 -0400, Theo Van Dinter wrote:
> > On Sat, Oct 08, 2005 at 12:19:46PM -0500, Gregory P. Ennis wrote:
> > > I have a Red Hat 8.0 system with the plugins stored in :
> > > /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin
> > > which is the normal directory for other SA plugins that are working.
> >
> > Right.  The problem isn't finding the plugin (it's trying to load
> > but can't).  The problem is perl (via the plugin) not finding the
> > Mail::DomainKeys::Message module, which is not part of SpamAssassin.
> > If that hasn't been installed, there's your issue.
>
> Thank you very much!  I installed Mail::DomainKeys::Message module with
> all dependencies and am now getting the following:
>
> [root@Mailin spamassassin]# spamassassin --lint
> [21132] warn: rules: failed to run DK_POLICY_SIGNALL test, skipping:
> [21132] warn: _(Can't locate object method "header" via package
> "Mail::DomainKeys::Message"
> at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/DomainKeys.pm
> line 213.
> [21132] warn: )
> [21132] warn: lint: 1 issues detected, please rerun with debug enabled
> for more information
>
> During the Mail::DomainKey::Message installation there were no errors
> reported and Header.pm is included in the directory :
>
> /usr/lib/perl5/site_perl/5.8.0/Mail/DomainKeys/
>
Exactly the same lint error I'm getting with the exception my perl version 
is 5.8.5.

-- 
Chris
Registered Linux User 283774 http://counter.li.org
17:05:04 up 1 day, 20:27, 2 users, load average: 0.83, 0.94, 1.12
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk

Re: 3.1.0 upgrade/installation difficulties

Posted by OpenMacNews <op...@speakeasy.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Daryl C. W. O'Shea wrote:
> OpenMacNews wrote:
>>> We'll probably have to adapt to the changed API (which may change again
>>> before a 1.0 version).  I'm not familiar with the API, and haven't
>>> looked at it, though.  I'm just recalling what Theo posted last Sunday.
>>
>> that said -- i'e, the "we'll ..." -- could *you*, kindly, (re)raise
>> the issue with Theo?  i
>> can;t contribute much on this one, and i's sure you/he/others don't
>> need my 'noise'!
>>
>> pls lemme know if i *can* help.
> 
> I forgot, a bug was opened:
> 
> http://bugzilla.spamassassin.org/show_bug.cgi?id=4623
> 
> 
> Daryl


allrighty then!  thx! =)

now, back to my nth margarita ... which i'd suggest is the reason my typing sucks worse than usual!

hagw!

richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNR1hgACgkQGnqMy4gvZ6FJgwCeIK7ksqXGmt17e4urwcliJqEC
ni4AmwSM1YXTELHHJHU/Z7VWK/e96tAX
=zN/2
-----END PGP SIGNATURE-----


Re: 3.1.0 upgrade/installation difficulties

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
OpenMacNews wrote:
>>We'll probably have to adapt to the changed API (which may change again
>>before a 1.0 version).  I'm not familiar with the API, and haven't
>>looked at it, though.  I'm just recalling what Theo posted last Sunday.
> 
> that said -- i'e, the "we'll ..." -- could *you*, kindly, (re)raise the issue with Theo?  i
> can;t contribute much on this one, and i's sure you/he/others don't need my 'noise'!
> 
> pls lemme know if i *can* help.

I forgot, a bug was opened:

http://bugzilla.spamassassin.org/show_bug.cgi?id=4623


Daryl


Re: 3.1.0 upgrade/installation difficulties

Posted by OpenMacNews <op...@speakeasy.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

hi daryl,

> We'll probably have to adapt to the changed API (which may change again
> before a 1.0 version).  I'm not familiar with the API, and haven't
> looked at it, though.  I'm just recalling what Theo posted last Sunday.

that said -- i'e, the "we'll ..." -- could *you*, kindly, (re)raise the issue with Theo?  i
can;t contribute much on this one, and i's sure you/he/others don't need my 'noise'!

pls lemme know if i *can* help.

cheers,

richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNR1DIACgkQGnqMy4gvZ6FoFQCeNKhlzykIlWjsSbSadmV6kahO
oF4An3yKwvewBs8pfwbeUFytx/yk9i4b
=+Sty
-----END PGP SIGNATURE-----


Re: 3.1.0 upgrade/installation difficulties

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
OpenMacNews wrote:
> Daryl C. W. O'Shea wrote:
> 
>>I don't think anybody bothered opening a bug on it.
> 
> fair nuf.
> 
> *i* can, of course, but would rather that someone who actually know wtf the issue is does so =:-)
> 
> it's also not clear -- to me, at this juncture -- whether its a SA bug, a DomainKeys bug, or a
> perl/cpan issue ...
> 
> thoughts?

We'll probably have to adapt to the changed API (which may change again 
before a 1.0 version).  I'm not familiar with the API, and haven't 
looked at it, though.  I'm just recalling what Theo posted last Sunday.


Daryl


Re: 3.1.0 upgrade/installation difficulties

Posted by OpenMacNews <op...@speakeasy.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

hi daryl,

Daryl C. W. O'Shea wrote:
> I don't think anybody bothered opening a bug on it.

fair nuf.

*i* can, of course, but would rather that someone who actually know wtf the issue is does so =:-)

it's also not clear -- to me, at this juncture -- whether its a SA bug, a DomainKeys bug, or a
perl/cpan issue ...

thoughts?

cheers!

richard

- --

/"\
\ /  ASCII Ribbon Campaign
 X   against HTML email, vCards
/ \  & micro$oft attachments

[GPG] OpenMacNews
fingerprint: 3F07 3CFD 138A FD91 A4A6  1840 1A7A 8CCB 882F 67A1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNRycQACgkQGnqMy4gvZ6F3EwCeLj/965wOXPDnunKkxnXPSEl6
bGMAnAmYE4IfqC0DX5QVi4UvhCPvnKB5
=n+Yo
-----END PGP SIGNATURE-----


Re: 3.1.0 upgrade/installation difficulties

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
OpenMacNews wrote:
> [16993] dbg: plugin: registering glue method for check_domainkeys_signall
> (Mail::SpamAssassin::Plugin::DomainKeys=HASH(0x5d7060))
> [16993] warn: rules: failed to run DK_POLICY_SIGNALL test, skipping:
> [16993] warn: _(Can't locate object method "header" via package "Mail::DomainKeys::Message" at
> /usr/local/perl_libs/sitelib/Mail/SpamAssassin/Plugin/DomainKeys.pm line 213.
> [16993] warn: )
> [16993] dbg: plugin: registering glue method for check_hashcash_value
> (Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1c56a44))
> [16993] dbg: plugin: registering glue method for check_domainkeys_signsome
> (Mail::SpamAssassin::Plugin::DomainKeys=HASH(0x5d7060))
> ...
> 
> repeating WITH "round-robin" added, per the thread, i, alas, still see the same error ...
> 
> afayk, *has* a bug been filed?

It was brought up last weekend on one of the lists.  The error is caused 
by an API change in the newest version (0.80?) of Mail::DomainKeys. 
Reverting to an older version (~0.30?) will at least restore functionality.

I don't think anybody bothered opening a bug on it.


Daryl


Re: 3.1.0 upgrade/installation difficulties

Posted by OpenMacNews <op...@speakeasy.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

(argh! what's with sending via gmane? <grumble> ... sorry if this is a dupe)

hi greg,

Gregory P. Ennis wrote:
>> > > On Sun, 2005-10-09 at 13:00 -0500, Chris wrote:
>>>> >> >> On Sunday 09 October 2005 12:44 pm, Theo Van Dinter wrote:
>>>>>> >>> >>> On Sat, Oct 08, 2005 at 01:20:10PM -0500, Gregory P. Ennis wrote:
>>>>>>>> >>>> >>>> [21132] warn: _(Can't locate object method "header" via package
>>>>>>>> >>>> >>>> "Mail::DomainKeys::Message"
>>>>>> >>> >>> Hrm.  What version of Mail::DomainKeys are you folks
>>>>>> >>> >>> installing?  The error indicates that a function that should be in
>>>>>> >>> >>> Mail::DomainKeys::Message isn't (the header() function).  0.18 seems to
>>>>>> >>> >>> work fine for me, though a newer version (0.80 is out) may have changed
>>>>>> >>> >>> the API so that our code won't work 100% anymore.
>>>>>> >>> >>>
>>>>>> >>> >>> I'd open up a bugzilla ticket (http://bugzilla.spamassassin.org) about
>>>>>> >>> >>> this.
>>>> >> >> 0.80 is in fact the version I have installed.
>> > >
>> > > 0.80 is the version that I have installed as well

> > i *was* seeing these same errors on a build from a few days ago ... but, now, clean-building SA
> > (svn co r321518) on OSX 10.4.2, w/ Mail::DomainKeys v 0.80, a "(sa) --lint" no longer
complains ...

ok, i lied ... i had an 'issue' with nothing being copied FROM (sa)/rules/ TO my *specified*
DATADIR on intall. (apparently a reported bug:
http://bugzilla.spamassassin.org/show_bug.cgi?id=4634)

now that that's fixed (manually), i DO see the error on "-lint". sorry! :-/

from the dbg output:

...
[16993] dbg: plugin: registering glue method for check_domainkeys_signall
(Mail::SpamAssassin::Plugin::DomainKeys=HASH(0x5d7060))
[16993] warn: rules: failed to run DK_POLICY_SIGNALL test, skipping:
[16993] warn: _(Can't locate object method "header" via package "Mail::DomainKeys::Message" at
/usr/local/perl_libs/sitelib/Mail/SpamAssassin/Plugin/DomainKeys.pm line 213.
[16993] warn: )
[16993] dbg: plugin: registering glue method for check_hashcash_value
(Mail::SpamAssassin::Plugin::Hashcash=HASH(0x1c56a44))
[16993] dbg: plugin: registering glue method for check_domainkeys_signsome
(Mail::SpamAssassin::Plugin::DomainKeys=HASH(0x5d7060))
...

repeating WITH "round-robin" added, per the thread, i, alas, still see the same error ...

afayk, *has* a bug been filed?

cheers,

richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)

iEYEAREDAAYFAkNRr3sACgkQGnqMy4gvZ6HPNACdH6p9mHo/pflotCkkj9zrFFhM
sFEAn0ePUEnHf6ryrRitiBWnjiPP9t50
=vPhn
-----END PGP SIGNATURE-----


Re: 3.1.0 upgrade/installation difficulties

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
On Sun, 2005-10-09 at 13:00 -0500, Chris wrote:
> On Sunday 09 October 2005 12:44 pm, Theo Van Dinter wrote:
> > On Sat, Oct 08, 2005 at 01:20:10PM -0500, Gregory P. Ennis wrote:
> > > [21132] warn: _(Can't locate object method "header" via package
> > > "Mail::DomainKeys::Message"
> >
> > Hrm.  What version of Mail::DomainKeys are you folks
> > installing?  The error indicates that a function that should be in
> > Mail::DomainKeys::Message isn't (the header() function).  0.18 seems to
> > work fine for me, though a newer version (0.80 is out) may have changed
> > the API so that our code won't work 100% anymore.
> >
> > I'd open up a bugzilla ticket (http://bugzilla.spamassassin.org) about
> > this.
> 
> 0.80 is in fact the version I have installed.

0.80 is the version that I have installed as well




Re: 3.1.0 upgrade/installation difficulties

Posted by Chris <cp...@earthlink.net>.
On Sunday 09 October 2005 12:44 pm, Theo Van Dinter wrote:
> On Sat, Oct 08, 2005 at 01:20:10PM -0500, Gregory P. Ennis wrote:
> > [21132] warn: _(Can't locate object method "header" via package
> > "Mail::DomainKeys::Message"
>
> Hrm.  What version of Mail::DomainKeys are you folks
> installing?  The error indicates that a function that should be in
> Mail::DomainKeys::Message isn't (the header() function).  0.18 seems to
> work fine for me, though a newer version (0.80 is out) may have changed
> the API so that our code won't work 100% anymore.
>
> I'd open up a bugzilla ticket (http://bugzilla.spamassassin.org) about
> this.

0.80 is in fact the version I have installed.

-- 
Chris
Registered Linux User 283774 http://counter.li.org
12:59:26 up 2 days, 16:21, 1 user, load average: 0.71, 0.93, 0.92
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk

Re: 3.1.0 upgrade/installation difficulties

Posted by Theo Van Dinter <fe...@apache.org>.
On Sun, Oct 09, 2005 at 01:44:20PM -0400, Theo Van Dinter wrote:
> I'd open up a bugzilla ticket (http://bugzilla.spamassassin.org) about this.

Oh, in the meantime I'd consider just disabling the plugin to avoid getting
the error message, until a solution is implemented.

-- 
Randomly Generated Tagline:
"Download. Compile. Reboot. Repeat."      - From www.slashdot.org

Re: 3.1.0 upgrade/installation difficulties

Posted by Theo Van Dinter <fe...@apache.org>.
On Sat, Oct 08, 2005 at 01:20:10PM -0500, Gregory P. Ennis wrote:
> [21132] warn: _(Can't locate object method "header" via package
> "Mail::DomainKeys::Message"

Hrm.  What version of Mail::DomainKeys are you folks
installing?  The error indicates that a function that should be in
Mail::DomainKeys::Message isn't (the header() function).  0.18 seems to
work fine for me, though a newer version (0.80 is out) may have changed
the API so that our code won't work 100% anymore.

I'd open up a bugzilla ticket (http://bugzilla.spamassassin.org) about this.

-- 
Randomly Generated Tagline:
"Suppose you were an idiot. And suppose you were a member of Congress. But I
 repeat myself."                  - Mark Twain

Re: 3.1.0 upgrade/installation difficulties

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
On Sat, 2005-10-08 at 13:28 -0400, Theo Van Dinter wrote:
> On Sat, Oct 08, 2005 at 12:19:46PM -0500, Gregory P. Ennis wrote:
> > I have a Red Hat 8.0 system with the plugins stored in :
> > /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin
> > which is the normal directory for other SA plugins that are working.  
> 
> Right.  The problem isn't finding the plugin (it's trying to load
> but can't).  The problem is perl (via the plugin) not finding the
> Mail::DomainKeys::Message module, which is not part of SpamAssassin.
> If that hasn't been installed, there's your issue.
> 

Thank you very much!  I installed Mail::DomainKeys::Message module with
all dependencies and am now getting the following:

[root@Mailin spamassassin]# spamassassin --lint
[21132] warn: rules: failed to run DK_POLICY_SIGNALL test, skipping:
[21132] warn: _(Can't locate object method "header" via package
"Mail::DomainKeys::Message"
at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/DomainKeys.pm
line 213.
[21132] warn: )
[21132] warn: lint: 1 issues detected, please rerun with debug enabled
for more information

During the Mail::DomainKey::Message installation there were no errors
reported and Header.pm is included in the directory :

/usr/lib/perl5/site_perl/5.8.0/Mail/DomainKeys/


I know this is an elementary problem but would sure appreciate your
help.

Thanks,

Greg


Re: 3.1.0 upgrade/installation difficulties

Posted by Theo Van Dinter <fe...@apache.org>.
On Sat, Oct 08, 2005 at 12:19:46PM -0500, Gregory P. Ennis wrote:
> I have a Red Hat 8.0 system with the plugins stored in :
> /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin
> which is the normal directory for other SA plugins that are working.  

Right.  The problem isn't finding the plugin (it's trying to load
but can't).  The problem is perl (via the plugin) not finding the
Mail::DomainKeys::Message module, which is not part of SpamAssassin.
If that hasn't been installed, there's your issue.

-- 
Randomly Generated Tagline:
"The adult film industry is like a big family... a big, scary, inbred 
 family."                  - Hardcore TV

Re: 3.1.0 upgrade/installation difficulties

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
On Sat, 2005-10-08 at 13:08 -0400, Theo Van Dinter wrote:

> 
> Is it in a "normal" location that perl will look for it?  (the list of @INC
> dirs from the error message)
> 

I have a Red Hat 8.0 system with the plugins stored in :
/usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin
which is the normal directory for other SA plugins that are working.  

I have the following plugins:
-r--r--r--    1 root     root         4472 Aug 11 19:38 AccessDB.pm
-r--r--r--    1 root     root         4354 Aug 11 19:38 AntiVirus.pm
-r--r--r--    1 root     root         5647 Aug 11 19:38
AutoLearnThreshold.pm
-r--r--r--    1 root     root        14427 Aug 11 19:38 AWL.pm
-r--r--r--    1 root     root        17675 Sep 13 21:07 DCC.pm
-r--r--r--    1 root     root         7291 Sep 13 21:07 DomainKeys.pm
-r--r--r--    1 root     root         9545 Aug 11 19:38 Hashcash.pm
-r--r--r--    1 root     root         5273 Aug 11 19:38 MIMEHeader.pm
-r--r--r--    1 root     root        10698 Sep 13 21:07 Pyzor.pm
-r--r--r--    1 root     root        13651 Sep 13 21:07 Razor2.pm
-r--r--r--    1 root     root         2149 Aug 11 19:38 RelayCountry.pm
-r--r--r--    1 root     root         6557 Aug 11 19:38 ReplaceTags.pm
-r--r--r--    1 root     root         8352 Aug 11 19:38 SpamCop.pm
-r--r--r--    1 root     root        13992 Sep 13 21:07 SPF.pm
-r--r--r--    1 root     root         1676 Aug 11 19:38 Test.pm
-r--r--r--    1 root     root        12394 Aug 11 19:38 TextCat.pm
-r--r--r--    1 root     root        23203 Aug 11 19:38 URIDNSBL.pm
-r--r--r--    1 root     root         3765 Aug 11 19:38
WhiteListSubject.pm

I am also having difficulty getting AWL to work, but have not posted
anything because I have not finished my efforts to solve the problem

Greg



Re: 3.1.0 upgrade/installation difficulties

Posted by Theo Van Dinter <fe...@apache.org>.
On Sat, Oct 08, 2005 at 11:42:13AM -0500, Gregory P. Ennis wrote:
> On Sat, 2005-10-08 at 12:27 -0400, Theo Van Dinter wrote:
> > On Sat, Oct 08, 2005 at 10:59:43AM -0500, Gregory P. Ennis wrote:
> > > Here are the results of spamassassin --lint:
> > > 
> > > [18110] warn: plugin: failed to parse plugin (from @INC): Can't locate
> > > Mail/DomainKeys/Message.pm in @INC (@INC contains:
> > 
> > You've enabled the DomainKeys plugin, disabled by default in 3.1, and you
> > don't have the required Mail::DomainKeys module installed that it needs.
> 
> Thanks for your help.  The problem is that I do have Mail::DomainKeys
> installed as part of the regular installation.

Is it in a "normal" location that perl will look for it?  (the list of @INC
dirs from the error message)

-- 
Randomly Generated Tagline:
Come on, honey.  You work yourself stupid for this family.  If anyone
 deserves to be wrapped up in seaweed and buried in mud, it's you.
 
 		-- Homer Simpson
 		   Home Sweet Homediddly-Dum-Doodily

Re: 3.1.0 upgrade/installation difficulties

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
On Sat, 2005-10-08 at 12:27 -0400, Theo Van Dinter wrote:
> On Sat, Oct 08, 2005 at 10:59:43AM -0500, Gregory P. Ennis wrote:
> > Here are the results of spamassassin --lint:
> > 
> > [18110] warn: plugin: failed to parse plugin (from @INC): Can't locate
> > Mail/DomainKeys/Message.pm in @INC (@INC contains:
> 
> You've enabled the DomainKeys plugin, disabled by default in 3.1, and you
> don't have the required Mail::DomainKeys module installed that it needs.
> 

Thanks for your help.  The problem is that I do have Mail::DomainKeys
installed as part of the regular installation.

The message I am getting indicates that there is a problem with line 42
of DomainKeys.pm which is on my system 

Line 41 and 42 of DomainKeys.pm are as follows :
# Have to do this so that RPM doesn't find these as required perl
modules
BEGIN { require Mail::DomainKeys::Message; require
Mail::DomainKeys::Policy; }

Any other ideas?

Greg




Re: 3.1.0 upgrade/installation difficulties

Posted by Theo Van Dinter <fe...@apache.org>.
On Sat, Oct 08, 2005 at 10:59:43AM -0500, Gregory P. Ennis wrote:
> Here are the results of spamassassin --lint:
> 
> [18110] warn: plugin: failed to parse plugin (from @INC): Can't locate
> Mail/DomainKeys/Message.pm in @INC (@INC contains:

You've enabled the DomainKeys plugin, disabled by default in 3.1, and you
don't have the required Mail::DomainKeys module installed that it needs.

-- 
Randomly Generated Tagline:
Me? I'm 21.    Celsius.

Re: 3.1.0 upgrade/installation difficulties

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
On Sat, 2005-10-08 at 18:15 +0100, Patrick von der Hagen wrote:
> Gregory P. Ennis schrieb:
> > Everyone,
> > 
> > I upgraded from 3.0.3 to 3.1.0 and have had a bunch of problems.  I
> > finally got a good install, but could not do it via cpan.  There were
> > many modules that I had to manually install.  I have had it active for
> > about a week and every night for some reason it stops filtering.  When
> Others already have answered regarding domain-keys, but I doubt that 
> solving that issue will improve stability.
> Perhaps using the traditional prefork-algorithm ("--round-robin") might 
> help?

Patrick,

I wondered if that might make a difference. This is a RH 8.0 very slow
background system.  I'll make the changes and see what happens!!!

Greg



Re: 3.1.0 upgrade/installation difficulties

Posted by "Gregory P. Ennis" <Po...@PoMec.Net>.
On Sun, 2005-10-09 at 09:41 -0500, Gregory P. Ennis wrote:
> On Sat, 2005-10-08 at 18:15 +0100, Patrick von der Hagen wrote:
> > Gregory P. Ennis schrieb:
> > > Everyone,
> > > 
> > > I upgraded from 3.0.3 to 3.1.0 and have had a bunch of problems.  I
> > > finally got a good install, but could not do it via cpan.  There were
> > > many modules that I had to manually install.  I have had it active for
> > > about a week and every night for some reason it stops filtering.  When
> > Others already have answered regarding domain-keys, but I doubt that 
> > solving that issue will improve stability.
> > Perhaps using the traditional prefork-algorithm ("--round-robin") might 
> > help?
> 
Patrick,

Your suggestion worked, looks like my system will need to old routine
for stability. SA is working perfectly on this server now except for the
Mail::DomainKeys::Message issue.

Thanks for your help!!!

Greg



Re: 3.1.0 upgrade/installation difficulties

Posted by Patrick von der Hagen <pa...@wudika.de>.
Gregory P. Ennis schrieb:
> Everyone,
> 
> I upgraded from 3.0.3 to 3.1.0 and have had a bunch of problems.  I
> finally got a good install, but could not do it via cpan.  There were
> many modules that I had to manually install.  I have had it active for
> about a week and every night for some reason it stops filtering.  When
Others already have answered regarding domain-keys, but I doubt that 
solving that issue will improve stability.
Perhaps using the traditional prefork-algorithm ("--round-robin") might 
help?
-- 
CU,
    Patrick.