Changeset 1361:807d33237177
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.iplookup.php
r1360 r1361 49 49 foreach ($bls as $bl) { 50 50 if ($this->dnsblLookup($ip,$bl)) { 51 // Pass by reference $status to contain matching DNSBL 52 $status = $bl; 51 53 return true; 52 54 }
Note: See TracChangeset
for help on using the changeset viewer.