http://bugzilla.spamassassin.org/show_bug.cgi?id=2912





------- Additional Comments From [EMAIL PROTECTED]  2004-02-19 15:35 -------
A proposal:

Add a "priority" configuration item (not part of tflags, a separate line) with
an integer flag.  Default priority for each test is 0.  negative priority
indicates a test should be run earlier.  Positive priority indicates a test
should be run later.

For now, implement as simply as possible, probably something like this in the
main scanning function:

for each sorted priority:
  do_head_tests_of_that_priority()
  do_body_tests_of_that_priority()
  ...
done

Later, we can experiment with assigning different default priorities and
so forth.  I think meta tests can just be run after this loop for now, but
maybe we want to integrate them later.




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

Reply via email to