Mercurial > dnsbl
diff src/dnsbl.cpp @ 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 | b4f766947202 |
children | b5b93a7e1e6d |
line wrap: on
line diff
--- a/src/dnsbl.cpp Sun Dec 18 17:55:16 2016 -0800 +++ b/src/dnsbl.cpp Mon Dec 19 08:29:16 2016 -0800 @@ -1603,7 +1603,7 @@ for (context_map::iterator i=priv.env_to.begin(); i!=priv.env_to.end(); i++) { const char *rcpt = (*i).first; CONTEXT &con = *((*i).second); - if (!con.acceptable_content(*priv.memory, score, bulk, priv.dkim_signers, priv.fromaddr, msg)) { + if (!con.acceptable_content(*priv.memory, score, bulk, priv.queueid, priv.dkim_signers, priv.fromaddr, msg)) { // bad html tags or excessive hosts or // high spam assassin score or dcc bulk threshold exceedeed // or signed by a dkim signer that we don't like