comparison 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
comparison
equal deleted inserted replaced
309:358b764a862e 310:802e2b779ed1
76 size_t my_read(char *buf, size_t len); 76 size_t my_read(char *buf, size_t len);
77 size_t my_write(const char *buf, size_t len); 77 size_t my_write(const char *buf, size_t len);
78 void need_content_filter(const char *rcpt, CONTEXT &con); 78 void need_content_filter(const char *rcpt, CONTEXT &con);
79 }; 79 };
80 80
81 void my_syslog(const char *queueid, const char *text);
81 void my_syslog(mlfiPriv *priv, const char *text); 82 void my_syslog(mlfiPriv *priv, const char *text);
82 void my_syslog(mlfiPriv *priv, const string text); 83 void my_syslog(mlfiPriv *priv, const string text);
83 void my_syslog(const char *text); 84 void my_syslog(const char *text);
84 85
85 #endif 86 #endif