| File: |
DNSBL.php |
| Role: |
Class source |
| Content type: |
text/plain |
| Description: |
DNSBL class |
| Class: |
DNSBL
Check spam IP address in DNS black lists |
| Author: |
By Alexey Znaev |
| Last change: |
Update.
Added new feature - group checking. It means that checking for 'all' key will be processed by checkers that available
for group checking only.
So if you issue "CheckSpamIP($ip, 'all')" then this ip will be checked not in all available checkers but in group available ones only.
There are 2 group available checkers by default: 'spamhaus' & 'spamcop'.
You can enable and disable group checking for any checker.
New public methods added for group checking control:
'GetGroupCheckers', 'EnableGroupChecking', 'DisableGroupChecking'.
example.php shows all changes well.
|
| Date: |
2011-06-26 09:12 |
| Size: |
6,897 bytes |
|
|
|