]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/acl.c
Cancel early-pipe on an observed advertising change
[user/henk/code/exim.git] / src / src / acl.c
index 5ab6747764959f5380fbc998411e538fd4a5ea7f..ab991ef413ee659a54e2396ef38ddcf5d669805c 100644 (file)
@@ -1092,7 +1092,7 @@ for (header_line * h = acl_added_headers; h; h = h->next)
   g = string_append_listele_n(g, '\n', h->text, i);
   }
 
-return g ? g->s : NULL;
+return string_from_gstring(g);
 }
 
 
@@ -3773,8 +3773,9 @@ for (; cb; cb = cb->next)
       if (!f.dmarc_has_been_checked)
        dmarc_process();
       f.dmarc_has_been_checked = TRUE;
+
       /* used long way of dmarc_exim_expand_query() in case we need more
-       * view into the process in the future. */
+      view into the process in the future. */
       rc = match_isinlist(dmarc_exim_expand_query(DMARC_VERIFY_STATUS),
                          &arg, 0, NULL, NULL, MCL_STRING, TRUE, NULL);
       break;