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 2004/11/18 05:39:51 UTC

[Bug 3977] New: MIME::Base64 and QuotedPrint required?

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

           Summary: MIME::Base64 and QuotedPrint required?
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: felicity@kluge.net


I was just noticing in Message/Node.pm:

use MIME::Base64;
use MIME::QuotedPrint;

internally the module calls Util's versions, so I think we can just remove those two use calls.



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