https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7981
--- Comment #27 from Henrik Krohns <apa...@hege.li> --- Ok I just stumbled on some eval functions returning undef wrongly.. Like OLEVBMacro sub check_olemacro { my ($self, $pms) = @_; return $pms->{olemacro_exists}; } Or HTMLEval sub html_test { my ($self, $pms, undef, $test) = @_; return $pms->{html}{$test}; } All would be fixed days ago already, if Michael simply had reported which plugins or functions are affected, if he already went through all this. But I'm looking for all now, atleast most are found with a little bit of extra debugging from Check.pm. -- You are receiving this mail because: You are the assignee for the bug.