|
Two questions:
1) I'd like a clarify the STOPALLTESTS
action.
If I had a line
TESTSFAILED
STOPALLTESTS CONTAINS
GUARANTEED-NOTSPAM
This would exclude any e-mail that met that
criteria from this filter and all subsequent filters.
If my understanding is correct, it would be
interesting to have a
SKIPIFWEIGHTALLTESTS 340 option where this
filter and all subsequent filters would be skipped for a certain weight. (this
would save a lot of filter files from being opened).
2) I use a lot of Maxweight to limit my
filter to one hit.
What's more efficient?
MAXWEIGHT 100
BODY 100 CONTAINS SPAM-URL
BODY 100 CONTAINS SPAM-URL2
...
or
STOPATFIRSTHIT
BODY 100 CONTAINS SPAM-URL
BODY 100
CONTAINS SPAM-URL2 ...
|
