[Rt-commit] rt branch, 4.4/gateway-refactor, updated. rt-4.2.3-71-gb020c8f

Alex Vandiver alexmv at bestpractical.com
Fri Aug 15 16:59:26 EDT 2014


The branch, 4.4/gateway-refactor has been updated
       via  b020c8f3aa86be939a1de2c0a3795f66eab4ab41 (commit)
      from  d4dd6eca094739fa3bbe5442434cd803ae4b99cc (commit)

Summary of changes:
 docs/extending/mail_plugins.pod | 9 +++++++++
 1 file changed, 9 insertions(+)

- Log -----------------------------------------------------------------
commit b020c8f3aa86be939a1de2c0a3795f66eab4ab41
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Aug 15 16:59:24 2014 -0400

    Add pointers to SUCCESS/FAILURE/TMPFAIL in "writing mail plugins" docs

diff --git a/docs/extending/mail_plugins.pod b/docs/extending/mail_plugins.pod
index 512adee..1f378ca 100644
--- a/docs/extending/mail_plugins.pod
+++ b/docs/extending/mail_plugins.pod
@@ -54,6 +54,15 @@ C<RT::Interface::Email::> to the name to form a package name, and then
 C<use>'s this module.  The module should implement
 L<RT::Interface::Email::Role>.
 
+=head2 Plugin methods
+
+L<RT::Interface::Email::Role> defines a number of functions which are
+useful for immediately aborting processing.  They include
+L<RT::Interface::Email::Role/SUCCESS>,
+L<RT::Interface::Email::Role/FAILURE>, and
+L<RT::Interface::Email::Role/TMPFAIL>; read their descriptions for
+information on how to immediately abort processing from mail plugins.
+
 =head2 Plugin hooks
 
 Mail plugins are expected to provide one or more of the following

-----------------------------------------------------------------------


More information about the rt-commit mailing list