summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-09-22 13:11:41 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-09-22 13:11:41 +0100
commitde768ba0626a60f094593c6e43fc808fe0e898b7 (patch)
tree1a0666ab51fdc37829643e4afacecca2134039e1
parent04644f4ca7c85d5e4dff1bd9e48b3429130e4fdd (diff)
downloadexim4-de768ba0626a60f094593c6e43fc808fe0e898b7.tar.gz
Docs: more indexing
-rw-r--r--doc/doc-docbook/spec.xfpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index a7fef970f..4e41acf42 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -11658,6 +11658,7 @@ Consider using a dsearch lookup.
.cindex "first delivery"
.cindex "expansion" "first delivery test"
.cindex "&%first_delivery%& expansion condition"
+.cindex retry condition
This condition, which has no data, is true during a message's first delivery
attempt. It is false during any subsequent delivery attempts.
@@ -35858,6 +35859,7 @@ The system filter is run at the start of a delivery attempt, before any routing
is done. If a message fails to be completely delivered at the first attempt,
the system filter is run again at the start of every retry.
If you want your filter to do something only once per message, you can make use
+.cindex retry condition
of the &%first_delivery%& condition in an &%if%& command in the filter to
prevent it happening on retries.