SpamAssassin version 3.0.1 running on Perl version 5.8.5 Solaris 8 I get the following warnings when reporting spam:
# spamassassin -r < m1.msg Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Reporter.pm line 435. Use of uninitialized value in concatenation (.) or string at /usr/local/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/Reporter.pm line 435. 1 message(s) examined. The errors appear to be in the Spamcop reporting code: my $body = <<"EOM"; This is a multi-part message in MIME format. --$boundary Content-Type: message/rfc822; x-spam-type=report Content-Description: $description Content-Disposition: attachment Content-Transfer-Encoding: 8bit X-Spam-Relays-Trusted: $trusted X-Spam-Relays-Untrusted: $untrusted $original --$boundary-- EOM Thanks, Larry Rosenbaum Oak Ridge National Laboratory