Thanks, Scott! I just implemented it. Let's see if it works! P.S. I have no doubt that it wll. :-)
P.S.S. Have a Great Weekend Everybody! ----- Original Message ----- From: "R. Scott Perry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 4:16 PM Subject: Re: [Declude.JunkMail] Actions At Different Weights > > >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. > ==================================================================== > This E-mail is scanned and free from viruses. www.nexustechgroup.com > > ==================================================================== This E-mail is scanned and free from viruses. www.nexustechgroup.com --- [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.
