ARC: AS header should have no c= tag
[exim.git] / src / src / arc.c
index a749c78efef68bafafb6d07850c5e9726d66b7df..e1fef6fb881f2efb78bd7ed35301a46321449f78 100644 (file)
@@ -1416,7 +1416,7 @@ arcset = string_append(NULL, 10,
          ARC_HDR_AS,
          US" i=", string_sprintf("%d", instance),
          US"; cv=", status,
-         US"; a=rsa-sha256; c=relaxed; d=", identity,          /*XXX hardwired */
+         US"; a=rsa-sha256; d=", identity,                     /*XXX hardwired */
          US"; s=", selector,                                   /*XXX same as AMS */
          US";\r\n\t b=;");