From: Heiko Schlittermann (HS12-RIPE) Date: Fri, 25 Sep 2020 06:48:23 +0000 (+0200) Subject: Doc: remove trailing spaces X-Git-Tag: exim-4.95-RC0~248 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/474c72690c050e2ee185ceb830e9749dbc08e2af Doc: remove trailing spaces --- 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 = - + #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: