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