On 2023-08-19 at 23:07:48 UTC-0400 (Sat, 19 Aug 2023 23:07:48 -0400)
Alex <mysqlstud...@gmail.com>
is rumored to have said:

Hi,

Just upgraded to fedora38, using the spamassassin included with it and have
the following warning:

Aug 19 23:02:27 xavier amavis[3615]: (03615-10) _WARN: Use of uninitialized
value $result in string eq at
/usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/AuthRes.pm line 302.

   292  sub check_authres_result {
   293    my ($self, $pms, $method, $wanted_result) = @_;
   294
   295    my $result = $pms->{authres_result}->{$method};
   296    $wanted_result = lc($wanted_result);
   297
   298    if ($wanted_result eq 'missing') {
   299      return !defined($result) ? 1 : 0;
   300    }
   301
   302    return ($wanted_result eq $result);
   303  }

Perhaps there's an interim fix?

Yes. Fixed in trunk by r1907983:

http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm?r1=1907938&r2=1907937&pathrev=1907938


--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire

Reply via email to