Mercurial > dnsbl
comparison src/context.h @ 436:7b072e16bd69 stable-6-0-64
fix syslog for long messages, supress dkim checks for mail from localhost
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 03 Nov 2017 09:57:13 -0700 |
parents | 6f2db3d19a34 |
children | f2bc221240e8 |
comparison
equal
deleted
inserted
replaced
435:afd10321eb70 | 436:7b072e16bd69 |
---|---|
324 void log(const char *queueid, const char *msg, const char *v); | 324 void log(const char *queueid, const char *msg, const char *v); |
325 bool in_signing_set(const char *s, const char *signers); | 325 bool in_signing_set(const char *s, const char *signers); |
326 void replace(char *buf, char *p, const char *what); | 326 void replace(char *buf, char *p, const char *what); |
327 bool resolve_spf(const char *from, uint32_t ip, mlfiPriv *priv); | 327 bool resolve_spf(const char *from, uint32_t ip, mlfiPriv *priv); |
328 bool resolve_one_spf(const char *from, uint32_t ip, mlfiPriv *priv, int level = 0); | 328 bool resolve_one_spf(const char *from, uint32_t ip, mlfiPriv *priv, int level = 0); |
329 const char *acceptable_content(recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, mlfiPriv *priv, string& msg); | 329 const char *acceptable_content(bool local_source, recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, mlfiPriv *priv, string& msg); |
330 bool ignore_host(const char *host); | 330 bool ignore_host(const char *host); |
331 | 331 |
332 void dump(bool isdefault, bool &spamass, int level = 0); | 332 void dump(bool isdefault, bool &spamass, int level = 0); |
333 }; | 333 }; |
334 | 334 |