2007-07-31 01:57:58 UTC
Hello,
Ok, let me take a look at that... Ok, I see that I missed the code for anti-phishing, it's 10.
Now, down to what filters you got:
IP Whitelist
Email / Domain Whitelist
Keyword Whitelist
I can't do that, I am afraid. Simply because the Whitelist, any whitelist, is the ticket to the mailbox. Will be present in the list of incoming emails only. I mean, there is no such Spam Mark as whitelisted, right?
Custom Blacklist
DNS Blacklist
Phishing Blacklist
All blacklists... They are simply blacklists, code is 1. And that will be your first filter in the list.
On the second thought, you might want to add RBL right there (5), because RBL is no more then the network blacklist: somebody else created it, not you.
SPF -- that one is 6
Bayesian Analysis -- 4
Directory Harvesting -- 7
Spam URI Realtime Blocklist -- 8
Header Checking -- 2
Keyword Checking -- 3
New Sender -- 9
Also you might want to include anti-phishing. 10
Ok, here is your configuration then:
Redim usrModulesOrder (9)
usrModulesOrder (0) = 1 ' Blacklist
usrModulesOrder (1) = 5 ' RBL
usrModulesOrder (2) = 6 ' SPF
usrModulesOrder (3) = 4 ' Bayesian Analysis
usrModulesOrder (4) = 7 ' Directory Harvesting
usrModulesOrder (5) = 8 ' URBL
usrModulesOrder (6) = 2 ' Header
usrModulesOrder (7) = 3 ' Keywords
usrModulesOrder (8) = 10 ' Anti-phishing
usrModulesOrder (9) = 9 ' New sender
Try that one.
Mike.