From f00b5c7012f093ed0fd2e0869e4c90ee6a733776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Tue, 9 Nov 2004 15:29:10 +0000 Subject: [PATCH] document the data hook git-svn-id: https://svn.perl.org/qpsmtpd/trunk@337 958fd67b-6ff1-0310-b445-bb7760255be9 --- README.plugins | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.plugins b/README.plugins index c76ac92..3752639 100644 --- a/README.plugins +++ b/README.plugins @@ -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.