tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 8 Nov 2020 18:11:56 +0000 (18:11 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 29 Jan 2021 18:41:22 +0000 (18:41 +0000)
doc/doc-docbook/spec.xfpt
src/src/dmarc.h
src/src/drtables.c

index ab76e873bdb3566e47942d61c1cf5b600a0f4974..b3c7bdbbba5501b077a45b2562f3fcf923e1cdaf 100644 (file)
@@ -11732,6 +11732,7 @@ users' filter files may be locked out by the system administrator.
 .new
 &*Note:*& Testing a path using this condition is not a sufficient way of
 de-tainting it.
+Consider using a dsearch lookup.
 .wen
 
 .vitem &*first_delivery*&
@@ -25732,7 +25733,7 @@ If this option is set to &"smtps"&, the default value for the &%port%& option
 changes to &"smtps"&, and the transport initiates TLS immediately after
 connecting, as an outbound SSL-on-connect, instead of using STARTTLS to upgrade.
 The Internet standards bodies used to strongly discourage use of this mode,
-but as of RFC 8314 it is perferred over STARTTLS for message submission
+but as of RFC 8314 it is preferred over STARTTLS for message submission
 (as distinct from MTA-MTA communication).
 
 
index 772726aecae16189f950327fa4c392cdbb9b6ff5..ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3 100644 (file)
@@ -22,9 +22,7 @@ int dmarc_store_data(header_line *);
 int dmarc_process();
 uschar *dmarc_exim_expand_query(int);
 uschar *dmarc_exim_expand_defaults(int);
-uschar *dmarc_auth_results_header(header_line *,uschar *);
 
-#define DMARC_AR_HEADER        US"Authentication-Results:"
 #define DMARC_VERIFY_STATUS    1
 
 #define DMARC_HIST_OK          1
index 67a2b8f52ec7679222a90aa74feeb5a1803758b3..72f47c1ea8b73e5ae7901bcef18358c9bd7266a5 100644 (file)
@@ -764,10 +764,10 @@ else
        }
 
       /* FreeBSD nsdispatch() can trigger dlerror() errors about
-       * _nss_cache_cycle_prevention_function; we need to clear the dlerror()
-       * state before calling dlsym(), so that any error afterwards only
-       * comes from dlsym().
-       */
+      _nss_cache_cycle_prevention_function; we need to clear the dlerror()
+      state before calling dlsym(), so that any error afterwards only comes
+      from dlsym().  */
+
       errormsg = dlerror();
 
       info = (struct lookup_module_info*) dlsym(dl, "_lookup_module_info");