https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6136
--- Comment #5 from John Hardin <[email protected]> 2009-07-01 20:48:08 PST --- I've been running the patched trunk (3.3) ReplaceTags.pm on my live and testing 3.2.5 installs without any obvious problems. Apart from the multipass change here's the diff between 3.2 and 3.3: --- branches/3.2/lib/Mail/SpamAssassin/Plugin/ReplaceTags.pm 2009-07-01 20:41:35.000000000 -0700 +++ trunk/lib/Mail/SpamAssassin/Plugin/ReplaceTags.pm 2009-07-01 20:42:16.000000000 -0700 @@ -56,6 +56,7 @@ use strict; use warnings; use bytes; +use re 'taint'; use vars qw(@ISA); @ISA = qw(Mail::SpamAssassin::Plugin); @@ -179,7 +180,7 @@ sub set_config { my ($self, $conf) = @_; - my @cmds = (); + my @cmds; =head1 RULE DEFINITIONS AND PRIVILEGED SETTINGS ...those don't look substantive. Should I just go ahead and copy ReplaceTags.pm in toto from trunk to 3.2? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
