diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-09-25 08:48:23 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-09-25 08:48:30 +0200 |
commit | 474c72690c050e2ee185ceb830e9749dbc08e2af (patch) | |
tree | f433faf8937caed52eb007b5a06b9a4d28021182 | |
parent | 2377e1d8c7263b4f83aa714e4c8c315babb57c6a (diff) |
Doc: remove trailing spaces
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ba128334b..cee8ca04b 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: |