ARC: For signing, accept A-R header lacking ARC info as equivalent to "none"
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 23 Mar 2018 16:45:03 +0000 (16:45 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 3 Apr 2018 23:20:16 +0000 (00:20 +0100)
src/src/arc.c

index a0e2184bddc513bec500b644ce11ba51b6f2a49c..f4ae096bc26731a6dbd15eb19dcb15392c59c75b 100644 (file)
@@ -1375,7 +1375,7 @@ while ((methodspec = string_nextinlist(&resinfo, &sep, NULL, 0)))
          (c = *s) && c != ';' && c != ' ' && c != '\r' && c != '\n'; ) s++;
     return string_copyn(methodspec, s - methodspec);
     }
-return NULL;
+return US"none";
 }