From 7711e5a0243ae67ebea05271c848fd8d9e67cee2 Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Wed, 6 Jul 2005 22:18:35 +0000 Subject: [PATCH] Fix docs for unrecognized_command git-svn-id: https://svn.perl.org/qpsmtpd/trunk@477 958fd67b-6ff1-0310-b445-bb7760255be9 --- README.plugins | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.plugins b/README.plugins index 4dba17e..e87b56d 100644 --- a/README.plugins +++ b/README.plugins @@ -190,8 +190,9 @@ Works like the "connect" hook. Called when we get a command that isn't recognized. DENY_DISCONNECT - Return 521 and disconnect the client - DONE - Qpsmtpd won't do anything; the plugin responded - Anything else - Return '500 Unrecognized command' + DENY - Return 521 + DONE - Qpsmtpd won't do anything; the plugin responded + Anything else - Return '500 Unrecognized command' =head2 disconnect