summaryrefslogtreecommitdiff
path: root/doc/doc-docbook
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-04-02 12:50:56 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-04-02 12:50:56 +0100
commitd8ac03161cd960f2ad026e0a11c2614519c4a8be (patch)
treeec6851f818892c00c71610c4cbe18063fb6754b5 /doc/doc-docbook
parentd2aa036bf831a28b2e0208e6b8385eeb5453cd39 (diff)
Docs: fix definition of msg:fail:delivery event
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r--doc/doc-docbook/spec.xfpt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index a342a1712..c78995f82 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -38918,7 +38918,7 @@ The current list of events is:
&`msg:rcpt:host:defer after transport `& per recipient per host
&`msg:rcpt:defer after transport `& per recipient
&`msg:host:defer after transport `& per attempt
-&`msg:fail:delivery after main `& per recipient
+&`msg:fail:delivery after transport `& per recipient
&`msg:fail:internal after main `& per recipient
&`tcp:connect before transport `& per connection
&`tcp:close after transport `& per connection
@@ -38935,6 +38935,11 @@ The second column in the table above describes whether the event fires
before or after the action is associates with. Those which fire before
can be used to affect that action (more on this below).
+.new
+The third column in the table above says what section of the configumration
+should define the event action.
+.wen
+
An additional variable, &$event_data$&, is filled with information varying
with the event type:
.display