You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2015/12/22 11:21:30 UTC

[Bug 7020] Util.pm refusing to untaint

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

Martin <ms...@wsap.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ms@wsap.net

--- Comment #3 from Martin <ms...@wsap.net> ---
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.