diff src/dnsbl.cpp @ 311:f5547e7b3a09

enable smtp verify logging
author Carl Byington <carl@five-ten-sg.com>
date Mon, 19 Sep 2016 09:11:30 -0700
parents 802e2b779ed1
children e172dc10fe24
line wrap: on
line diff
--- a/src/dnsbl.cpp	Sun Sep 18 18:32:37 2016 -0700
+++ b/src/dnsbl.cpp	Mon Sep 19 09:11:30 2016 -0700
@@ -750,7 +750,7 @@
 //
 void my_syslog(const char *queueid, const char *text) {
     char buf[maxlen];
-    if (queueid) {
+    if (queueid && queueid[0]) {
         snprintf(buf, sizeof(buf), "%s: %s", queueid, text);
         text = buf;
     }