diff src/context.h @ 381:879a470c6ac3

fetch spf txt records for required dkim signers
author Carl Byington <carl@five-ten-sg.com>
date Tue, 28 Feb 2017 17:02:07 -0800
parents 17f21fcd44a8
children c378e9d03f37
line wrap: on
line diff
--- a/src/context.h	Mon Feb 20 08:43:41 2017 -0800
+++ b/src/context.h	Tue Feb 28 17:02:07 2017 -0800
@@ -23,6 +23,7 @@
 class WHITELISTER;
 class DELAYWHITE;
 class recorder;
+class mlfiPriv;
 
 typedef map<const char *, const char *, ltstr>  string_map;
 typedef set<int>                                int_set;
@@ -314,7 +315,7 @@
 
     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);
+    const char *acceptable_content(recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, mlfiPriv *priv, string& msg);
     bool        ignore_host(const char *host);
 
     void        dump(bool isdefault, bool &spamass, int level = 0);