From 041f64a47463f018691f367bd2cc952c784e3e91 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 3 Jun 2012 17:12:17 -0400 Subject: [PATCH] renamed reaper -> naughty --- lib/Qpsmtpd/Plugin.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Qpsmtpd/Plugin.pm b/lib/Qpsmtpd/Plugin.pm index 8ab8baf..a50df97 100644 --- a/lib/Qpsmtpd/Plugin.pm +++ b/lib/Qpsmtpd/Plugin.pm @@ -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') ) {