Changeset 86
- Timestamp:
- 04/11/05 11:40:04
- Files:
-
- trunk/plugins/spamlookup/spamlookup.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/spamlookup/spamlookup.pl
r85 r86 223 223 224 224 my @tests; 225 push @tests, [\&validping_check, 'A Llowed ping check']225 push @tests, [\&validping_check, 'Allowed ping check'] 226 226 if ($data->{__type} ne 'ping') && ($method ne 'Despam') && ($method ne 'Test'); 227 227 push @tests, [\&commentpass_check, 'Comment Passphrase']
