PaulB
Well-known member
In XenForo_DnsBl, the necessary code for three blacklists exists:
Looking at the code, that description is kinda-sorta accurate. Here's what that looks like, in friendly table form:
That means Tornevall is only queried if SFS is disabled. Is that intentional? It seems to be, but it's kind of odd. Also, Tornevall doesn't have a privacy policy, so it can't possibly be GDPR-compliant.
If Stop Forum Spam is enabled, only Project Honey Pot can be queried. The DNSBL toggle is exclusively for Project Honey Pot, which doesn't seem all that intuitive. If not Project Honey Pot key is provided, then the DNSBL toggle has no effect.
Am I understanding this correctly? Is this behavior intentional?
- Spamhaus
- Tornevall
- Project Honey Pot
Looking at the code, that description is kinda-sorta accurate. Here's what that looks like, in friendly table form:
Code:
╔═══════════════════╤═══════════════╗
║ Enabled? │ DNSBL Queried ║
╟─────┬───────┬─────┼───────┬───────╢
║ SFS │ DNSBL │ PHP │ Tnvl │ PHP ║
╠═════╪═══════╪═════╪═══════╪═══════╣
║ No │ No │ No │ No │ No ║
║ No │ No │ Yes │ No │ No ║
║ No │ Yes │ No │ Yes │ No ║
║ No │ Yes │ Yes │ Yes │ Yes ║
║ Yes │ No │ No │ No │ No ║
║ Yes │ No │ Yes │ No │ No ║
║ Yes │ Yes │ No │ No │ No ║
║ Yes │ Yes │ Yes │ No │ Yes ║
╚═════╧═══════╧═════╧═══════╧═══════╝
That means Tornevall is only queried if SFS is disabled. Is that intentional? It seems to be, but it's kind of odd. Also, Tornevall doesn't have a privacy policy, so it can't possibly be GDPR-compliant.
If Stop Forum Spam is enabled, only Project Honey Pot can be queried. The DNSBL toggle is exclusively for Project Honey Pot, which doesn't seem all that intuitive. If not Project Honey Pot key is provided, then the DNSBL toggle has no effect.
Am I understanding this correctly? Is this behavior intentional?