https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7195

            Bug ID: 7195
           Summary: PerMsgStatus & Util warnings
           Product: Spamassassin
           Version: 3.4.1
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: spamassassin
          Assignee: dev@spamassassin.apache.org
          Reporter: mysqlstud...@gmail.com

I reported the following on users@ and Mark determined the two warning messages
below were independent bugs that should be addressed:

>> I have v3.4.1 with amavisd v2.9.1 on fedora20 and receiving the
>> following warnings:
>>
>> May 13 23:32:31 mail01 amavis[17306]: (17306-10) _WARN: plugin: eval
>> failed: Undefined subroutine
>> &Mail::SpamAssassin::Util::RegistrarBoundaries::trim_domain called at
>> /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Util.pm line 1236.
>>
>> May 13 23:35:43 mail01 amavis[17386]: (17386-12) _WARN: Use of
>> uninitialized value in concatenation (.) or string at
>> /usr/share/perl5/vendor_perl/Mail/SpamAssassin/PerMsgStatus.pm line
>> 3082.

The second warning is independent from the first, I'm seeing these too.

It's because the RegistryBoundaries::uri_to_domain returns undef
when it sees %hh encoding in an URL, and the caller then tries to
concatenate it with 'dummy@', which produces this warning.
Seems harmless but annoying, should be fixed.

Please open a bug report (one should do, even though these are two
independent issues).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to