Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
325:28b6e0d97c5b | 326:5e4b5540c8cc |
---|---|
310 string_set& get_content_tldnots(); | 310 string_set& get_content_tldnots(); |
311 string_set& get_html_tags(); | 311 string_set& get_html_tags(); |
312 dnsblp_list& get_dnsbl_list(); | 312 dnsblp_list& get_dnsbl_list(); |
313 dnswlp_list& get_dnswl_list(); | 313 dnswlp_list& get_dnswl_list(); |
314 | 314 |
315 bool acceptable_content(recorder &memory, int score, int bulk, const char *signer, const char *from, string& msg); | 315 bool acceptable_content(recorder &memory, int score, int bulk, string_set &signers, const char *from, string& msg); |
316 bool ignore_host(const char *host); | 316 bool ignore_host(const char *host); |
317 | 317 |
318 void dump(bool isdefault, bool &spamass, int level = 0); | 318 void dump(bool isdefault, bool &spamass, int level = 0); |
319 }; | 319 }; |
320 | 320 |