View | Details | Raw Unified | Return to bug 1685
Collapse All | Expand All

(-)Mail-SpamAssassin-2.52.orig/lib/Mail/SpamAssassin.pm (+3 lines)
Lines 258-263 Link Here
258
258
259
  $self->{save_pattern_hits} ||= 0;
259
  $self->{save_pattern_hits} ||= 0;
260
260
261
  # Make sure that we clean $PATH if we're tainted
262
  Mail::SpamAssassin::Util::clean_path_in_taint_mode();
263
261
  # this could probably be made a little faster; for now I'm going
264
  # this could probably be made a little faster; for now I'm going
262
  # for slow but safe, by keeping in quotes
265
  # for slow but safe, by keeping in quotes
263
  if (Mail::SpamAssassin::Util::am_running_on_windows()) {
266
  if (Mail::SpamAssassin::Util::am_running_on_windows()) {

Return to bug 1685