[PATCH 05/11] authdeny: added standard log prefix
[email protected] (Matt Simerson)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
---
plugins/auth/authdeny | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/plugins/auth/authdeny b/plugins/auth/authdeny
index bf55c83..deb8537 100644
--- a/plugins/auth/authdeny
+++ b/plugins/auth/authdeny
@@ -16,9 +16,7 @@ sub hook_auth {
my ( $self, $transaction, $method, $user, $passClear, $passHash, $ticket ) =
@_;
- # $DB::single = 1;
-
- $self->log( LOGWARN, "Cannot authenticate using authdeny" );
+ $self->log( LOGWARN, "fail: cannot authenticate" );
return ( DECLINED, "$user is not free to abuse my relay" );
}
--
1.7.9.6