Add documentation for the helo hook

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@120 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2003-03-18 09:45:55 +00:00
parent 5d34bad178
commit e4cd5cbf89

View File

@ -115,6 +115,15 @@ Allowed return codes:
Works like the "connect" hook.
=head2 helo
Called on "helo" from the client.
DENY - Return a 550 code
DENYSOFT - Return a 450 code
DONE - Qpsmtpd won't do anything; the plugin sent the message
DECLINED - Qpsmtpd will send the standard HELO message
=head2 disconnect