http://bugzilla.spamassassin.org/show_bug.cgi?id=3565
Summary: Use of envelope_sender_header produces warnings
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: NetBSD
Status: NEW
Severity: major
Priority: P3
Component: Libraries
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Using "envelope_sender_header Return-Path" with 3.0.0-pre1 I see this 6 times:
Jul 3 23:19:26 silence spamd[2664]: Use of uninitialized value in substitution
(s///) at /usr/pkg/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm
line 2433.
If envelope_sender_header is specified, the variable $cfhdr (line 2373-2375) is
used instead of
$envf so $envf is undefined in line 2434/2435.
PerMsgStatus.pm from 3.0.0-pre1 is the same as the version in SVN, so the patch
applies there
as well.
Fix: replace $cfhdr with $envf.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.