summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-03-04 17:18:58 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2023-03-04 17:18:58 +0000
commitf95cf0d24bbb6faaa74f449759d089601dbab892 (patch)
tree0648ee8968be32e410e65a8b491a8b5d3a5a92db
parent6d61d2f99beb629d6c79df8f7b8f405f633d9545 (diff)
downloadexim4-f95cf0d24bbb6faaa74f449759d089601dbab892.tar.gz
Docs: code comment for SRS example
-rw-r--r--doc/doc-docbook/spec.xfpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 1708430ae..1367cc6f2 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -42212,8 +42212,9 @@ Example usage:
# one, plus the max_rcpt and return_path options
remote_forwarded_smtp:
driver = smtp
- # modify the envelope from, for mails that we forward
+ # single-recipient so that $original_domain is valid
max_rcpt = 1
+ # modify the envelope from, for mails that we forward
return_path = ${srs_encode {SRS_SECRET} {$return_path} {$original_domain}}
.endd