Changeset 87

Show
Ignore:
Timestamp:
04/11/05 16:57:34
Author:
brad
Message:

Don't block TBPing when result is MODERATE and MT-Moderate is not installed. Instead, accept ping for publishing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/spamlookup/spamlookup.pl

    r86 r87  
    286286                $obj->created_by(1); 
    287287                $obj->save;  # save this now since we're returning 0 
     288                # prevents rebuild operation... 
     289                $return = 0; 
    288290            } else { 
    289291                # trackbacks can't be moderated right now... 
    290292            } 
    291             # prevents rebuild operation... 
    292             $return = 0; 
    293293        } 
    294294    } elsif ($result == BLOCK) {