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/06/25 03:09:02 UTC

[Bug 4429] New: uninitialized values in dbg/warns

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

           Summary: uninitialized values in dbg/warns
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: spamassassin@dostech.ca


[dos@cyan dos]$ sudo grep seconds /var/log/maillog -c
3200
[dos@cyan dos]$ sudo grep "uninitialized value" /var/log/maillog | cut -d" "
-f6- | sort | uniq -c
     73 Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Plugin/DCC.pm line 523.
      8 Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Plugin/URIDNSBL.pm line 711.
     13 Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/SpamdForkScaling.pm line 115.
     13 Use of uninitialized value in concatenation (.) or string at
/usr/local/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/SpamdForkScaling.pm line 279.
[dos@cyan dos]$


107 warnings scattered throughout the log for the last 3200 messages scanned.



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

[Bug 4429] [review] uninitialized values in dbg/warns

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


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|                            |trivial, needs review






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

[Bug 4429] [review] uninitialized values in dbg/warns

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





------- Additional Comments From parkerm@pobox.com  2005-07-07 05:37 -------
+1



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

[Bug 4429] [review] uninitialized values in dbg/warns

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


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|uninitialized values in     |[review] uninitialized
                   |dbg/warns                   |values in dbg/warns






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

[Bug 4429] [review] uninitialized values in dbg/warns

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





------- Additional Comments From jm@jmason.org  2005-07-08 18:26 -------
+1



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

[Bug 4429] uninitialized values in dbg/warns

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





------- Additional Comments From spamassassin@dostech.ca  2005-07-05 17:46 -------
Created an attachment (id=2984)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2984&action=view)
patch

This should take care of the remaining warnings (Justin already fixed the
SpamdForkScaling ones).



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

[Bug 4429] uninitialized values in dbg/warns

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


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.1.0






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

[Bug 4429] [review] uninitialized values in dbg/warns

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


spamassassin@dostech.ca changed:

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




------- Additional Comments From spamassassin@dostech.ca  2005-07-11 16:10 -------
Sending        lib/Mail/SpamAssassin/Plugin/DCC.pm
Sending        lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm
Transmitting file data ..
Committed revision 215895.



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