Docs: clarify notes on Events
authorJeremy Harris <jgh146exb@wizmail.org>
Mon, 15 Jun 2015 16:43:43 +0000 (17:43 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Mon, 15 Jun 2015 16:43:43 +0000 (17:43 +0100)
doc/doc-txt/experimental-spec.txt

index 64916e4a9e3403351816a5c25488c2339014b8a6..f0c6d95ba70699ea71f5c1fe508c780b9de5ca39 100644 (file)
@@ -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