renamed reaper -> naughty
This commit is contained in:
parent
57a0e4ba7b
commit
0ab1b50e13
@ -228,9 +228,9 @@ sub is_immune {
|
||||
$self->log(LOGINFO, "skip, whitelisted sender");
|
||||
return 1;
|
||||
};
|
||||
if ( $self->connection->notes('zombie') ) {
|
||||
# see plugins/reaper
|
||||
$self->log(LOGINFO, "skip, zombie");
|
||||
if ( $self->connection->notes('naughty') ) {
|
||||
# see plugins/naughty
|
||||
$self->log(LOGINFO, "skip, naughty");
|
||||
return 1;
|
||||
};
|
||||
if ( $self->connection->notes('rejected') ) {
|
||||
|
Loading…
Reference in New Issue
Block a user