[svn:qpsmtpd] rev 477 - trunk

[email protected] 6 Jul 2005 22:18:35 -0000
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
Author: msergeant
Date: Wed Jul  6 15:18:35 2005
New Revision: 477

Modified:
   trunk/README.plugins
Log:
Fix docs for unrecognized_command


Modified: trunk/README.plugins
==============================================================================
--- trunk/README.plugins	(original)
+++ trunk/README.plugins	Wed Jul  6 15:18:35 2005
@@ -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