Luis Daniel Lucio Quiroz wrote: > You are right > > > it is for short-circuit. Because likehood of being SPAM is higher than > a Mail with virii, and because virii test needs more power, Id like to > send to back virii test. Fair enough. Just be careful with shortcircuit if you're doing it based on scores that aren't really large. Shortcircuit stops the scan, and can cause a message to miss negative scoring rules that might bring it back down if they would otherwise run later in the scan.
> > What is the line to change priority? priority RULE_NAME 12345 >From man Mail::SpamAssassin::Conf: priority SYMBOLIC_TEST_NAME n Assign a specific priority to a test. All tests, except for DNS and Meta tests, are run in increasing priority value order (negative priority values are run before positive priority values). The default test priority is 0 (zero). The values <-99999999999999> and <-99999999999998> have a special meaning internally, and should not be used. >