> > What is the correct usage for WeightRange?
> Declude never looks at the test name, so:
> > WEIGHT8 weightrange x x 8 9
> This would get triggered on a weight range of 8-9.
> > WEIGHTRANGE10-14 weight x x 10 0
>
> > And this would get triggered on any weight of 10 or higher (even
> weights over 14), since the "weight" test type gets triggered at a
> certain > weight or higher.
>
>is this the correct way to use the weightrange?
Well, what do you want to do?
If you want to catch E-mail with a certain weight or higher (for example,
"10 or higher"), you would use "weight" (like you would before). If you
want to catch E-mail with in a specific weight range (for example, "10 to
19"), you would use "weightrange".
>WEIGHTRANGE10-14 weightrange x x 10 14
>or
>WEIGHTRANGE10-14 weight x x 10 14
Both of these are valid, although the first one is the one you want to use:
>WEIGHTRANGE10-14 weightrange x x 10 14
This one does what you would expect. It uses the "weightrange" test type,
so it gets triggered on the range 10-14. If an E-mail has a weight of 5 or
20, it won't get caught by this test. A weight of 12 will get caught.
>or
>WEIGHTRANGE10-14 weight x x 10 14
This is valid, but the "14" won't be used. This uses the "weight" test
type, so it gets triggered on a weight of 10 or higher. This will work
exactly the same as the current "WEIGHT10" test.
-Scott
---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list. To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type "unsubscribe Declude.JunkMail". You can E-mail
[EMAIL PROTECTED] for assistance. You can visit our web
site at http://www.declude.com .