http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5748
------- Additional Comments From [EMAIL PROTECTED] 2007-12-30 20:33 ------- Looking at the code some more, I see that a separate temporary file is created for each priority of body rules, each file is created sorted, and we do want to use temp files for this because there is a --keep-temp option that must be there for a reason. What all that seems to mean is that the correct fix for this bug is to stay with the original code but simply change "sort $FILE |" to $FILE. Could it be that simple? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
