Docs: code comment for SRS example
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 4 Mar 2023 17:18:58 +0000 (17:18 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 4 Mar 2023 17:18:58 +0000 (17:18 +0000)
doc/doc-docbook/spec.xfpt

index 1708430ae30ab73771ea75a8f7ef0b1b68e07836..1367cc6f2eb4ad4e5ef25c784db3e0490475d095 100644 (file)
@@ -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