comparison src/context.h @ 360:17f21fcd44a8

allow quoted comma separated multiple signers in the dkim_from config entries
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Jan 2017 11:13:40 -0800
parents 9800776436b9
children 879a470c6ac3
comparison
equal deleted inserted replaced
359:3dfa93d65701 360:17f21fcd44a8
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 in_signing_set(const char *s, const char *signers);
316 const char *acceptable_content(recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, string& msg); 317 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); 318 bool ignore_host(const char *host);
318 319
319 void dump(bool isdefault, bool &spamass, int level = 0); 320 void dump(bool isdefault, bool &spamass, int level = 0);
320 }; 321 };