Dotclear

Changeset 1361:807d33237177


Ignore:
Timestamp:
08/12/13 12:18:48 (10 years ago)
Author:
Pascal Chevrel <pascal.chevrel@…>
Branch:
2.5
Message:

add back value to contain the DNSBL server marking IP as spam, this is done by passing by reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/filters/class.dc.filter.iplookup.php

    r1360 r1361  
    4949          foreach ($bls as $bl) { 
    5050               if ($this->dnsblLookup($ip,$bl)) { 
     51                    // Pass by reference $status to contain matching DNSBL 
     52                    $status = $bl; 
    5153                    return true; 
    5254               } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map