Why would my old Country filter catch something from Turkey with this line:

MAILFROM        10       ENDSWITH        .TR

while the new feature does not with this line:

COUNTRIES       10      CONTAINS        .tr
That's because the new IP->country detection uses just the 2-character country code ("tr" in this case), whereas the MAILFROM test uses the domain name (which includes ".tr" in it). If you change the second line to:

COUNTRIES 10 CONTAINS tr

with no period, it should work.
-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". The archives can be found
at http://www.mail-archive.com.

Reply via email to