http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5638
Summary: Use of uninitialized value in string eq at
...../Mail/DomainKeys/Key/Public.pm line 67
Product: Spamassassin
Version: 3.2.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I have been seeing this message each few minutes in my mail log:
spamd[8627]: Use of uninitialized value in string eq
at /usr/lib/perl5/site_perl/5.8.7/Mail/DomainKeys/Key/Public.pm line 67,
<GEN194> line 42.
perl v5.8.7
Mail::DomainKeys v1.0
Spamassassin 3.2.3
Mail::DKIM v0.28
I dont know, but shouldnt spamassassin use DKIM instead of DomainKeys?
The error seems related to a call to fetch without proper vars:
Line 67:
($prms{'Protocol'} eq "dns") or
Before:
my $type = shift;
my %prms = @_;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.