Mercurial > dnsbl
diff src/context.h @ 326:5e4b5540c8cc
allow multiple dkim signers in authentication results
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 18 Dec 2016 16:51:33 -0800 |
parents | 9f8411f3919c |
children | c9932c4d8053 |
line wrap: on
line diff
--- a/src/context.h Sat Dec 17 21:59:23 2016 -0800 +++ b/src/context.h Sun Dec 18 16:51:33 2016 -0800 @@ -312,7 +312,7 @@ dnsblp_list& get_dnsbl_list(); dnswlp_list& get_dnswl_list(); - bool acceptable_content(recorder &memory, int score, int bulk, const char *signer, const char *from, string& msg); + bool acceptable_content(recorder &memory, int score, int bulk, string_set &signers, const char *from, string& msg); bool ignore_host(const char *host); void dump(bool isdefault, bool &spamass, int level = 0);