https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7991

--- Comment #5 from Henrik Krohns <apa...@hege.li> ---
I think this is correct

sub _reorder_dir {
  if ($a eq 'updates_spamassassin_org.cf') {
    return -1;
  } elsif ($b eq 'updates_spamassassin_org.cf') {
    return 1;
  }
  return $a cmp $b;
}

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

Reply via email to