https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7728
--- Comment #9 from Henrik Krohns <[email protected]> --- I've added check to load_plugin() to warn gracefully about things like this. # Bug 7728 if ($package eq 'Mail::SpamAssassin::Plugin::HashCash') { warn "plugin: $package is deprecated, remove loadplugin clause from your configuration\n"; return; } Sending lib/Mail/SpamAssassin/PluginHandler.pm Transmitting file data .done Committing transaction... Committed revision 1874052. -- You are receiving this mail because: You are the assignee for the bug.
