RE: [Declude.JunkMail] How to let these through?

2006-03-17 Thread Kami Razvan
Hi; What I have done is create combo filters for good mail servers and deduct skip certain tests if the combo filter is triggered. Example: Filter called Good_Yahoo -- SKIPIFWEIGHT 100 TESTSFAILED END CONTAINS [GOOD. TESTSFAILED END CONTAINS [FALSE. HEADERS END

re: [Declude.JunkMail] How to let these through?

2006-03-16 Thread Gary Steiner
Create some sort of counter weight. Use an ipfile with 209.191.87.115 or even 209.191.87.0/24, or whitelist mail.mud.yahoo.com depending on how open you want to be. Though counter weights are always better than whitelisting. Gary Original Message From: mail-lists [EMAIL

Re: [Declude.JunkMail] How to let these through?

2006-03-16 Thread Dave Doherty
I use MAILFROM -1 ENDSWITH yahoo.com in my filter file. Yahoo almost always fails the NOABUSE test, so I use this to counterweight that. You would want to set the counterweight about equal to the NOABUSE weight. Always put counterweights first in your filter file if you use MAXWEIGHT. -d