diff src/context.h @ 329:c9932c4d8053

allow multiple dkim signers in authentication results
author Carl Byington <carl@five-ten-sg.com>
date Mon, 19 Dec 2016 08:29:16 -0800
parents 5e4b5540c8cc
children 9800776436b9
line wrap: on
line diff
--- a/src/context.h	Sun Dec 18 17:55:16 2016 -0800
+++ b/src/context.h	Mon Dec 19 08:29:16 2016 -0800
@@ -312,7 +312,8 @@
     dnsblp_list&    get_dnsbl_list();
     dnswlp_list&    get_dnswl_list();
 
-    bool        acceptable_content(recorder &memory, int score, int bulk, string_set &signers, const char *from, string& msg);
+    void        log(const char *queueid, const char *msg, const char *v);
+    bool        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);
 
     void        dump(bool isdefault, bool &spamass, int level = 0);