http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5465





------- Additional Comments From [EMAIL PROTECTED]  2007-05-24 04:50 -------
Unfortunately, proposed patch did not fix the problem.

Edit:
  open(my $fh, "sort $FILE |") || die "open($FILE): $!";
# read ruleset name from the first line in the file
  my $ruleset_name;
  $_ = <$fh>;
  local $1; #bugfix?
  if (/^name\s+(\S+)/) {
    $ruleset_name = $1;
  }

Result:
 cd /tmp/.spamassassin178442ZVCbftmp
Insecure dependency in mkdir while running with -T switch at ./sa-compile line
319, <$fh> line 1.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to