Merge commit 'f4d091fbe1f4' into 4.next
[exim.git] / src / src / pdkim / pdkim.c
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);