diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-08 17:34:47 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-07-08 17:34:47 +0100 |
commit | fa7b17bdbc8c055c475a50791627cd75d257f4f3 (patch) | |
tree | a9818766f97482a4c860ba3c99b95239bfdc50e4 /doc/doc-txt | |
parent | 0cf7a94143a3ff40057ce90b0b23ece76046e188 (diff) |
Routers: named variables
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/NewStuff | 3 | ||||
-rw-r--r-- | doc/doc-txt/OptionLists.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index b0ae9c132..a416b8c1f 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -28,6 +28,9 @@ Version 4.93 8. Expansion operator ${sha2_N:} for N=256, 384, 512. + 9. Router variables, $r_... settable from router options and usable in routers + and transports. + Version 4.92 -------------- diff --git a/doc/doc-txt/OptionLists.txt b/doc/doc-txt/OptionLists.txt index 09045a40d..1622467ed 100644 --- a/doc/doc-txt/OptionLists.txt +++ b/doc/doc-txt/OptionLists.txt @@ -512,6 +512,7 @@ server_scram_salt string* unset gsasl server_secret string* unset cram_md5 3.10 server_service string "smtp" cyrus_sasl,gsasl,heimdal_gssapi (cyrus-only) 4.80 (others) server_set_id string* unset authenticators 3.10 +set string* unset routers 4.93 shadow_condition string* unset transports shadow_transport string unset transports size_addition integer 1024 smtp 1.91 |