You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/09/19 15:19:49 UTC

[Bug 4592] New: SpamAssassin 3.1.0 complains when starting service

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

           Summary: SpamAssassin 3.1.0 complains when starting service
           Product: Spamassassin
           Version: 3.1.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: jkosin@support.intcomgrp.com


When starting SpamAssassin 3.1.0 in Fedora RedHat FC1, the DnsResolver.pm file 
complains about the property at line 99.  I'm not sure if this is a BIG 
problem.  I just wanted to be sure everyone was aware of the problem.

rpm -q perl
perl-5.8.3-16

Let me know if you need any more information.
James Kosin



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4592] SpamAssassin 3.1.0 complains when starting service

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4592





------- Additional Comments From jkosin@support.intcomgrp.com  2005-09-19 12:26 -------
Net::DNS->version == 0.31

Error Message:
Sep 16 19:09:43 beta spamd: [30623] error: persistent_udp: no such method 
at /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/DnsResolver.pm line 99





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4592] SpamAssassin 3.1.0 complains when starting service

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4592





------- Additional Comments From jkosin@support.intcomgrp.com  2005-09-19 13:09 -------
Thanks.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4592] SpamAssassin 3.1.0 complains when starting service

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4592





------- Additional Comments From felicity@apache.org  2005-09-19 09:20 -------
Subject: Re:   New: SpamAssassin 3.1.0 complains when starting service

On Mon, Sep 19, 2005 at 06:19:49AM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> When starting SpamAssassin 3.1.0 in Fedora RedHat FC1, the DnsResolver.pm file 
> complains about the property at line 99.  I'm not sure if this is a BIG 
> problem.  I just wanted to be sure everyone was aware of the problem.

Can you cut/paste the warning/error into the ticket?  What version of
Net::DNS are you using?

Line 99 in DnsResolver.pm is:

      $self->{res}->persistent_udp(0);  # bug 3997

which would make me think you're running an old version of Net::DNS.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4592] SpamAssassin 3.1.0 complains when starting service

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4592





------- Additional Comments From felicity@apache.org  2005-09-19 12:36 -------
Subject: Re:  SpamAssassin 3.1.0 complains when starting service

On Mon, Sep 19, 2005 at 12:26:42PM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> Net::DNS->version == 0.31
> 
> Error Message:
> Sep 16 19:09:43 beta spamd: [30623] error: persistent_udp: no such method 
> at /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/DnsResolver.pm line 99

Per the INSTALL doc, you need 0.34 or higher:

  - Net::DNS (from CPAN)

    Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
    perform MX checks, used when manually reporting spam to SpamCop,
    and used by sa-update to gather version information.  Recommended.
        
    If this is installed and you are using network tests of any variety
    (which is the default), then you need to make sure the Net::DNS
    version is sufficiently up-to-date:

      - version 0.34 or higher on Unix systems
      - version 0.46 or higher on Windows systems





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4592] SpamAssassin 3.1.0 complains when starting service

Posted by bu...@bugzilla.spamassassin.org.
http://bugzilla.spamassassin.org/show_bug.cgi?id=4592


sidney@sidney.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From sidney@sidney.com  2005-09-19 12:45 -------
The INSTALL file that comes with SpamAssassin says that it requires Net::DNS
version 0.34 or higher. The current version is 0.53 and quite a few bugs have
been fixed in the intervening versions.

Note that after version 0.49 Net::DNS changed the directory under /usr/lib/perl5
that it installed itself in. I'm not sure what platforms it makes a difference
with, but if you update Net:DND to the latest version in CPAN, check that you
are not bitten by the problem of the new version not overwriting the old version
in the perl library directory tree and the old one being earlier in the INC path
than the new one. I had to delete the old Net::DNS tree by hand after installing
my first version > 0.49 using CPAN.

Closing the bug as WORKSFORME




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.