On Tuesday 20 January 2015 04:44:01 Mark Martinec wrote:
> Thanks. Seems like the array @INC contains a tainted element,
> don't know why.
> 
> Try inserting the following two lines:
> 
>    use Scalar::Util qw(tainted);
>    dbg("rules: INC: %s", join(", ", map("$_: ".(tainted($_)?'Y':'n'),
> @INC)));
> 
> right before the debug line which you commented out previously.
> (that debug line is no longer needed, it may be commented-out again).
> 
> Search for 'rules: INC:' in the resulting debug output.
> Is any of the reported elements reported as tainted (with an 'Y') ?
I don't see tainted elements. But please check here:
http://paste2.org/HzINJUwL

> Does the problem go away if you disable the Rule2XSBody plugin,
> i.e. by commenting-out a line:
>    loadplugin Mail::SpamAssassin::Plugin::Rule2XSBody
> in one of the .pre config files (probably in v320.pre)  ?
My mailserver runs on ubuntu 14.04 and Rule2XSBody is commented out by default 
in /etc/spamassassin/v320.pre

Regards,

mls

Reply via email to