> >If I was going to setup Negative Weight on certain domains instead of > >white listing them would I use just a standard sender blacklist with > >negative weight > > > >DereaseWeight fromfile C:\IMail\Declude\badaddresses.txt x 0 5 > > > >Then inside the file I would use > >@mail.southwest.com > > > >Since the Declude sender is > >X-Declude-Sender: [EMAIL PROTECTED] > [12.5.136.142] > > In this case, the only change I would make is to use "-5" instead of "5" in > the test definition, so that it will lower the weight: > > DereaseWeight fromfile C:\IMail\Declude\badaddresses.txt x 0 -5
Darrell, a little confusion here. Do you want to have any message from @mail.southwest.com get added a negative weight? And you are going to list that in a file called badaddresses.txt? If so, shouldn't that be called goodaddresses.txt? If you want to add a negative weight to a line listed in the file, I believe it should be: DereaseWeight fromfile C:\IMail\Declude\badaddresses.txt x -5 0 If you want to add a negative weight to an address NOT listed in the file, then it would be: DereaseWeight fromfile C:\IMail\Declude\badaddresses.txt x 0 -5 Scott? John Tolmachoff MCSE, CSSA IT Manager, Network Engineer RelianceSoft, Inc. Fullerton, CA 92835 www.reliancesoft.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.
