Please find the output here:
http://paste2.org/KNtnHHbv

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') ?


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)  ?

  Mark

Reply via email to