Merge commit 'f4d091fbe1f4' into 4.next
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 2 Feb 2016 10:57:17 +0000 (10:57 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 2 Feb 2016 10:57:17 +0000 (10:57 +0000)
src/src/pdkim/pdkim.c
test/trusted_configs [new file with mode: 0644]

index bd05c51b53e8074ceb6f3fd02b2dec63b54213be..a099f94b00d61c66e989f2e0a859367e8c2666f2 100644 (file)
@@ -1543,6 +1543,9 @@ if (  pdkim_headcat(&col, hdr, ";", "a=", pdkim_algos[sig->algo])
   if (!pdkim_headcat(&col, hdr, NULL, ";", ""))
     goto BAIL;
   }
+  else 
+    if(!pdkim_headcat(&col, hdr, ";", "b=", ""))
+      goto BAIL;
 
 rc = strdup(hdr->str);
 
diff --git a/test/trusted_configs b/test/trusted_configs
new file mode 100644 (file)
index 0000000..4a5bd0c
--- /dev/null
@@ -0,0 +1 @@
+/home/jgh/git/exim/test/test-config