summaryrefslogtreecommitdiff
path: root/doc/doc-txt/experimental-spec.txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-06-15 17:43:43 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-06-15 17:43:43 +0100
commit186c98a13d3e1ba7a4b4d145dd3aa83f847e09b8 (patch)
tree5481614e0be23ddd163172d27c12b4dab4f61d43 /doc/doc-txt/experimental-spec.txt
parent9031f51a298749869af8c082bad850eb103db09a (diff)
Docs: clarify notes on Events
Diffstat (limited to 'doc/doc-txt/experimental-spec.txt')
-rw-r--r--doc/doc-txt/experimental-spec.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/doc-txt/experimental-spec.txt b/doc/doc-txt/experimental-spec.txt
index 64916e4a9..f0c6d95ba 100644
--- a/doc/doc-txt/experimental-spec.txt
+++ b/doc/doc-txt/experimental-spec.txt
@@ -795,8 +795,10 @@ expansion is done. The current list of events is:
smtp:connect after transport per connection
The expansion is called for all event types, and should use the $event_name
-value to decide when to act. The variable data is a colon-separated
-list, describing an event tree.
+variable to decide when to act. The value of the variable is a colon-separated
+list, defining a position in the tree of possible events; it may be used as
+a list or just matched on as a whole. There will be no whitespace.
+
There is an auxilary variable, $event_data, for which the
content is event_dependent:
@@ -855,7 +857,7 @@ No other use is made of the result string.
Known issues:
- the tls:cert event is only called for the cert chain elements
received over the wire, with GnuTLS. OpenSSL gives the entire
- chain including thse loaded locally.
+ chain including those loaded locally.
Redis Lookup