Are there problems with mail header identification?
Am I in the wrong list with this question?
Thanks
Lars Dierich
> Mar 13 01:16:18 ns spamd[28893]: processing message
> <[EMAIL PROTECTED]> for web321p1:104.
> Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in
> concatenation (.) or string at
> /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/NoMailAudit.pm line
> 184.
This is line 184 of NoMailAudit.pm (one line)
my(@ret) = $self->{headers_pristine} =~ /^(?:$hdr:[
]+(.*\n(?:\s+\S.*\n)*))/mig;
> Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in pattern
> match (m//) at
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm line
> 875.
this is line 875 of PerMsgStatus.pm
my(@pristine_headers) = grep(!/^X-Spam-(?!Prev-)/i,
$self->{msg}->get_pristine_header() =~ /^([^:]+:[
\t]*(?:.*\n(?:\s+\S.*\n)*))/mig);