renamed reaper -> naughty
This commit is contained in:
parent
0d2a9bf887
commit
041f64a474
@ -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') ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user