Is this simply a matter of creating these weights in GLOBAL.CFG...

WEIGHT13 weight  x x 13 0
WEIGHT55 weight  x x 55 0
WEIGHT60 weight  x x 60 0

and then the following entries in $default$.junkmail...

WEIGHT13  HOLD
WEIGHT55  ROUTETO
WEIGHT60  DELETE

would this achieve my desired result?

Unfortunately, this won't work -- an E-mail with a weight of 55 would fail the WEIGHT13 and WEIGHT55 tests, so both the HOLD and ROUTETO actions would be used. However, this results in a conflict (an E-mail can't be held and delivered), and the HOLD action takes priority.


What you can do in this case is use (in the global.cfg file):

WEIGHT13 weightrange  x x 13 54
WEIGHT55 weightrange  x x 55 59
WEIGHT60 weight  x x 60 0

and then you could use what you had before in the $default$.JunkMail file:

WEIGHT13  HOLD
WEIGHT55  ROUTETO
WEIGHT60  DELETE

-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver vulnerability detection.
Find out what you have been missing: Ask for a free 30-day evaluation.


---
[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".  The archives can be found
at http://www.mail-archive.com.

Reply via email to