diff src/context.h @ 360:17f21fcd44a8

allow quoted comma separated multiple signers in the dkim_from config entries
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Jan 2017 11:13:40 -0800
parents 9800776436b9
children 879a470c6ac3
line wrap: on
line diff
--- a/src/context.h	Mon Jan 16 08:28:37 2017 -0800
+++ b/src/context.h	Mon Jan 16 11:13:40 2017 -0800
@@ -313,6 +313,7 @@
     dnswlp_list&    get_dnswl_list();
 
     void        log(const char *queueid, const char *msg, const char *v);
+    bool        in_signing_set(const char *s, const char *signers);
     const char *acceptable_content(recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, string& msg);
     bool        ignore_host(const char *host);