Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
328:b4f766947202 | 329:c9932c4d8053 |
---|---|
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, string_set &signers, const char *from, string& msg); | 315 void log(const char *queueid, const char *msg, const char *v); |
316 bool acceptable_content(recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, string& msg); | |
316 bool ignore_host(const char *host); | 317 bool ignore_host(const char *host); |
317 | 318 |
318 void dump(bool isdefault, bool &spamass, int level = 0); | 319 void dump(bool isdefault, bool &spamass, int level = 0); |
319 }; | 320 }; |
320 | 321 |