From: Vsevolod Stakhov Date: Wed, 21 Oct 2015 16:19:29 +0000 (+0100) Subject: Another bug in format string X-Git-Tag: 1.0.7~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf4b2e63763eeeb64f62cbb3a744bcae285ecea;p=thirdparty%2Frspamd.git Another bug in format string --- diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index 20c79f0817..ca0986a713 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -996,7 +996,7 @@ surbl_redirector_finish (struct rspamd_http_connection *conn, hdr = rspamd_http_message_find_header (msg, "Uri"); if (hdr != NULL) { - msg_info_task ("<%s> got reply from redirector: '%s' -> '%v'", + msg_info_task ("<%s> got reply from redirector: '%s' -> '%T'", param->task->message_id, struri (param->url), hdr);