]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/exim.c
DKIM: Fix signing for body lines starting with a pair of dots. Bug 2284
[user/henk/code/exim.git] / src / src / exim.c
index 9f6efaf06d4ac337476a1a33cfe4bc349faad441..58c2dc9af95ca08f2b3c0275a4e29007affede49 100644 (file)
@@ -4084,7 +4084,7 @@ Don't attempt it if logging is disabled, or if listing variables or if
 verifying/testing addresses or expansions. */
 
 if (  (debug_selector & D_any  ||  LOGGING(arguments))
-      && really_exim && !list_options && !checking)
+   && really_exim && !list_options && !checking)
   {
   int i;
   uschar *p = big_buffer;