[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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.