Mercurial > dnsbl
diff 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 |
line wrap: on
line diff
--- a/src/context.h Tue Oct 24 09:17:10 2017 -0700 +++ b/src/context.h Fri Nov 03 09:57:13 2017 -0700 @@ -326,7 +326,7 @@ void replace(char *buf, char *p, const char *what); bool resolve_spf(const char *from, uint32_t ip, mlfiPriv *priv); bool resolve_one_spf(const char *from, uint32_t ip, mlfiPriv *priv, int level = 0); - const char *acceptable_content(recorder &memory, int score, int bulk, const char *queueid, string_set &signers, const char *from, mlfiPriv *priv, string& msg); + 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); bool ignore_host(const char *host); void dump(bool isdefault, bool &spamass, int level = 0);