document the data hook
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@337 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
8c390be6be
commit
f00b5c7012
@ -81,6 +81,16 @@ Allowed return codes
|
||||
DENYHARD - Return a hard failure code and disconnect
|
||||
DONE - skip further processing
|
||||
|
||||
=head2 data
|
||||
|
||||
Hook for the "data" command. Defaults to '354, "go ahead"'.
|
||||
|
||||
DENY - Return a hard failure code
|
||||
DENYSOFT - Return a soft failure code
|
||||
DENYHARD - Return a hard failure code and disconnect
|
||||
DONE - Plugin took care of receiving data and calling the queue (not
|
||||
recommended)
|
||||
|
||||
=head2 data_post
|
||||
|
||||
Hook after receiving all data; just before the message is queued.
|
||||
|
Loading…
Reference in New Issue
Block a user