Mercurial > dnsbl
changeset 324:b6f173ac5209
add dkim white/black listing
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 17 Dec 2016 18:53:22 -0800 |
parents | a6de27b0a1e9 |
children | 28b6e0d97c5b |
files | src/context.cpp |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/context.cpp Sat Dec 17 18:03:59 2016 -0800 +++ b/src/context.cpp Sat Dec 17 18:53:22 2016 -0800 @@ -1100,10 +1100,6 @@ bool CONTEXT::acceptable_content(recorder &memory, int score, int bulk, const char *signer, const char *from, string& msg) { - char buf[maxlen]; - snprintf(buf, sizeof(buf), "acceptable content from %s signer %s", (signer) ? signer : token_asterisk, (from) ? from : token_asterisk); - my_syslog(buf); - const char *st = find_dkim_signer(signer); if (st == token_white) return true; if (st == token_black) {