Gitweb:
https://git.exim.org/exim.git/commitdiff/474c72690c050e2ee185ceb830e9749dbc08e2af
Commit: 474c72690c050e2ee185ceb830e9749dbc08e2af
Parent: 2377e1d8c7263b4f83aa714e4c8c315babb57c6a
Author: Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Fri Sep 25 08:48:23 2020 +0200
Committer: Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Fri Sep 25 08:48:30 2020 +0200
Doc: remove trailing spaces
---
doc/doc-docbook/spec.xfpt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index ba12833..cee8ca0 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -41486,7 +41486,7 @@ Example usage:
.code
#macro
SRS_SECRET = <pick something unique for your site for this. Use on all MXs.>
-
+
#routers
outbound:
@@ -41496,7 +41496,7 @@ Example usage:
transport = ${if eq {$local_part@$domain} \
{$original_local_part@$original_domain} \
{remote_smtp} {remote_forwarded_smtp}}
-
+
inbound_srs:
driver = redirect
senders = :
@@ -41504,7 +41504,7 @@ Example usage:
# detect inbound bounces which are SRS'd, and decode them
condition = ${if inbound_srs {$local_part} {SRS_SECRET}}
data = $srs_recipient
-
+
inbound_srs_failure:
driver = redirect
senders = :
@@ -41516,7 +41516,7 @@ Example usage:
#... further routers here
-
+
# transport; should look like the non-forward outbound
# one, plus the max_rcpt and return_path options
remote_forwarded_smtp: