summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-06-01 11:19:05 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-06-01 11:19:05 +0100
commitc2ef5d7e9fc09693770d5d89a6913b47b9d6dbe7 (patch)
tree515271b93925c33ce965d5ba9b93283561b9e3c3 /doc
parentdd4daa8a2ba4986a2fc9bba17251f6955f2332b8 (diff)
SRS: fix encode operation for empty sender addresses.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt3
-rw-r--r--doc/doc-txt/ChangeLog3
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index e2111554c..7b92a2f21 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -42171,6 +42171,9 @@ There is no need to periodically change this key; a timestamp is also
encoded.
The second argument should be given as the envelope sender address before this
encoding operation.
+.new
+If this value is empty the the expansion result will be empty.
+.wen
The third argument should be the recipient domain of the message when
it arrived at this system.
.endlist
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index ff35328a1..72cd3c667 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -145,6 +145,9 @@ JH/32 Fix CHUNKING for a second message on a connection when the first was
erroneously rejected the BDAT command. Investigation help from
Jesse Hathaway.
+JH/33 Fis ${srs_encode ...} to handle an empty sender address, now returning
+ an empty address. Previously the expansion returned an error.
+
Exim version 4.95
-----------------