https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7020
Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Martin <[email protected]> --- In my case, the source of the problem was Rhyolite DCC which was activated in v310.pre: loadplugin Mail::SpamAssassin::Plugin::DCC Commenting this line out removed the error immediately. Digging further I found out you really need to pass an Argument --libexecdir= to the ./configure (do this in /var/dcc/build if you plan to update DCC autmatically), e.g.: ./configure --disable-IPv6 --disable-server --disable-dccm --libexecdir=/var/dcc/libexec With this option given DCC works without errors and can be re-enabled. -- You are receiving this mail because: You are the assignee for the bug.
