diff src/context.h @ 331:9800776436b9

allow dkim whitelisting to override uribl hosts in the mail body
author Carl Byington <carl@five-ten-sg.com>
date Mon, 19 Dec 2016 15:32:32 -0800
parents c9932c4d8053
children 17f21fcd44a8
line wrap: on
line diff
--- a/src/context.h	Mon Dec 19 12:05:06 2016 -0800
+++ b/src/context.h	Mon Dec 19 15:32:32 2016 -0800
@@ -313,7 +313,7 @@
     dnswlp_list&    get_dnswl_list();
 
     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);
+    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);
 
     void        dump(bool isdefault, bool &spamass, int level = 0);