2007-07-31 02:01:07 UTC
OOPS, Looks like I have misunderstood that one:
Custom Blacklist
DNS Blacklist
Phishing Blacklist
First one IS the blacklist, code is 1
Second one is most likely the other name of RBL. Code is 5
And the third one is anti-phishing. Code is 10
Here you go:
Redim usrModulesOrder (9)
usrModulesOrder (0) = 1 ' Blacklist
usrModulesOrder (1) = 5 ' RBL
usrModulesOrder (2) = 10 ' Anti-phishing
usrModulesOrder (3) = 6 ' SPF
usrModulesOrder (4) = 4 ' Bayesian Analysis
usrModulesOrder (5) = 7 ' Directory Harvesting
usrModulesOrder (6) = 8 ' URBL
usrModulesOrder (7) = 2 ' Header
usrModulesOrder (8) = 3 ' Keywords
usrModulesOrder (9) = 9 ' New sender
Take care,
Mike