renamed reaper -> naughty

This commit is contained in:
Matt Simerson 2012-06-03 17:12:17 -04:00
parent 0d2a9bf887
commit 041f64a474

View File

@ -228,9 +228,9 @@ sub is_immune {
$self->log(LOGINFO, "skip, whitelisted sender"); $self->log(LOGINFO, "skip, whitelisted sender");
return 1; return 1;
}; };
if ( $self->connection->notes('zombie') ) { if ( $self->connection->notes('naughty') ) {
# see plugins/reaper # see plugins/naughty
$self->log(LOGINFO, "skip, zombie"); $self->log(LOGINFO, "skip, naughty");
return 1; return 1;
}; };
if ( $self->connection->notes('rejected') ) { if ( $self->connection->notes('rejected') ) {