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 2017/04/10 10:04:44 UTC

[Bug 7401] New: Uninitialised values in URIDNSBL.pm line 1042

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7401

            Bug ID: 7401
           Summary: Uninitialised values in URIDNSBL.pm line 1042
           Product: Spamassassin
           Version: 3.4.1
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Plugins
          Assignee: dev@spamassassin.apache.org
          Reporter: martin@gregorie.org
  Target Milestone: Undefined

From time to time I see this sequence of errors in my daily logwatch reports,
usually in the next logwatch report after I've rebooted the mail server
following a kernel update.

    Use of uninitialized value $4 in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDNSBL.pm line
1042.: 8 Time(s)
    Use of uninitialized value $3 in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDNSBL.pm line
1042.: 8 Time(s)
    Use of uninitialized value $2 in concatenation (.) or string at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/URIDNSBL.pm line
1042.: 8 Time(s)

I'm running spamd 3.4.1 on Fedora 25, with updates applied on a weekly basis.
The environment is nonstandard: I'm using getmail to retrieve incoming mail
from a POP3 mailbox on my ISP's mail host. Spamc is called as part of getmail's
MDA, a script that runs spamc before piping its output into a C program that
quarantines spam and passes ham to Postfix via Postfix.sendmail.

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

[Bug 7401] Uninitialised values in URIDNSBL.pm line 1042

Posted by bu...@bugzilla.spamassassin.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7401

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #1 from Kevin A. McGrail <km...@pccc.com> ---
I found the discussion on this I had been looking for.  The initialized vs
initialised internationalization issue reared up!

This should be fixed in Trunk per this discussion:

http://spamassassin.1065346.n5.nabble.com/Uninitialized-values-in-URIDNSBL-td123864.html

Will leave this open to confirm!

KAM

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

[Bug 7401] Uninitialised values in URIDNSBL.pm line 1042

Posted by bu...@bugzilla.spamassassin.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7401

Giovanni Bechis <gi...@paclan.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |giovanni@paclan.it

--- Comment #3 from Giovanni Bechis <gi...@paclan.it> ---
Fixed in r1695122 (trunk) and r1791573 (3.4)

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

[Bug 7401] Uninitialised values in URIDNSBL.pm line 1042

Posted by bu...@bugzilla.spamassassin.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7401

--- Comment #2 from Kevin A. McGrail <km...@apache.org> ---
See https://590338.bugs.gentoo.org/attachment.cgi?id=452626 if needed and
confirm this is fixed in 3.4 and trunk

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