https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7541
Bug ID: 7541
Summary: Use of uninitialized value in lc at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Registr
yBoundaries.pm line 205
Product: Spamassassin
Version: 3.4 SVN branch
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: spamassassin
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
I don't know what causes this or how to reproduce.
Jan 30 00:16:19 bwimail01 amavis[29768]: (29768-01) _WARN: Use of uninitialized
value in lc at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/RegistryBoundaries.pm line 205.
Jan 30 00:16:19 bwimail01 amavis[29768]: (29768-01) _WARN: plugin: eval failed:
Can't locate object method "trim_domain" via package "[email protected]"
(perhaps you forgot to load "[email protected]"?) at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/RegistryBoundaries.pm line 230.
203 sub uri_to_domain {
204 my $self = shift;
205 my $uri = lc shift;
206
227 # keep IPs intact
228 if ($uri !~ /^\d+\.\d+\.\d+\.\d+$/) {
229 # get rid of hostname part of domain, understanding delegation
230 $uri = $self->trim_domain($uri);
231
--
You are receiving this mail because:
You are the assignee for the bug.