Fix docs for unrecognized_command

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@477 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2005-07-06 22:18:35 +00:00
parent c3562e256d
commit 7711e5a024

View File

@ -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