[exim-cvs] configure.default: spacing, de-tabbing

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] configure.default: spacing, de-tabbing
Gitweb: https://git.exim.org/exim.git/commitdiff/48162f7956334df77136811816140c1119507933
Commit:     48162f7956334df77136811816140c1119507933
Parent:     95dfacf282b0a4f0f595b43bdc997ef0e3ed43ed
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Jan 27 19:53:31 2019 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sun Jan 27 20:50:27 2019 +0100


    configure.default: spacing, de-tabbing
---
 src/src/configure.default | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


diff --git a/src/src/configure.default b/src/src/configure.default
index c9b2fc6..555dec3 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -288,7 +288,7 @@ prdr_enable = true
# detail than the default. Adjust to suit.

 log_selector = +smtp_protocol_error +smtp_syntax_error \
-    +tls_certificate_verified
+        +tls_certificate_verified



# If you want Exim to support the "percent hack" for certain domains,
@@ -478,8 +478,8 @@ acl_check_rcpt:

# Insist that a HELO/EHLO was accepted.

-  require message    = nice hosts say HELO first
-          condition    = ${if def:sender_helo_name}
+  require message       = nice hosts say HELO first
+          condition     = ${if def:sender_helo_name}


# Insist that any other recipient address that we accept is either in one of
# our local domains, or is in a domain for which we explicitly allow
@@ -579,9 +579,9 @@ acl_check_data:

   # Deny if the headers contain badly-formed addresses.
   #
-  deny      !verify =    header_syntax
-      message =    header syntax
-      log_message = header syntax ($acl_verify_message)
+  deny    !verify =     header_syntax
+          message =     header syntax
+          log_message = header syntax ($acl_verify_message)


# Deny if the message contains a virus. Before enabling this check, you
# must install a virus scanner and set the av_scanner option above.