comparison src/dnsbl.cpp @ 438:1686cb639269 stable-6-0-65

code cleanup
author Carl Byington <carl@five-ten-sg.com>
date Fri, 03 Nov 2017 10:50:12 -0700
parents 7b072e16bd69
children 0df77bbb7fc2
comparison
equal deleted inserted replaced
437:f084285ceb52 438:1686cb639269
1323 if (p) { 1323 if (p) {
1324 priv.client_dns_forged = true; 1324 priv.client_dns_forged = true;
1325 if (priv.client_dns_name) { 1325 if (priv.client_dns_name) {
1326 char text[500]; 1326 char text[500];
1327 snprintf(text, sizeof(text), "forged dns client name %s", priv.client_dns_name); 1327 snprintf(text, sizeof(text), "forged dns client name %s", priv.client_dns_name);
1328 my_syslog(text); 1328 my_syslog(&priv, text);
1329 } 1329 }
1330 } 1330 }
1331 } 1331 }
1332 if (spamc != spamc_empty) { 1332 if (spamc != spamc_empty) {
1333 priv.assassin = new SpamAssassin(&priv, priv.ip, priv.helo, priv.mailaddr, priv.queueid); 1333 priv.assassin = new SpamAssassin(&priv, priv.ip, priv.helo, priv.mailaddr, priv.queueid);