diff src/dnsbl.h @ 310:802e2b779ed1

enable smtp verify logging
author Carl Byington <carl@five-ten-sg.com>
date Sun, 18 Sep 2016 18:32:37 -0700
parents f941563c2a95
children e172dc10fe24
line wrap: on
line diff
--- a/src/dnsbl.h	Wed Aug 03 08:28:31 2016 -0700
+++ b/src/dnsbl.h	Sun Sep 18 18:32:37 2016 -0700
@@ -78,6 +78,7 @@
     void need_content_filter(const char *rcpt, CONTEXT &con);
 };
 
+void my_syslog(const char *queueid, const char *text);
 void my_syslog(mlfiPriv *priv, const char *text);
 void my_syslog(mlfiPriv *priv, const string text);
 void my_syslog(const char *text);