[exim-cvs] Docs: code comment for SRS example

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Docs: code comment for SRS example
Gitweb: https://git.exim.org/exim.git/commitdiff/f95cf0d24bbb6faaa74f449759d089601dbab892
Commit:     f95cf0d24bbb6faaa74f449759d089601dbab892
Parent:     6d61d2f99beb629d6c79df8f7b8f405f633d9545
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Mar 4 17:18:58 2023 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Mar 4 17:18:58 2023 +0000


    Docs: code comment for SRS example
---
 doc/doc-docbook/spec.xfpt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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