From 7348a381a903eea67611fbce0782cf968b965ebf Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 2 Jul 2009 19:41:47 +0400 Subject: * Rework structure and API of statfiles functions to improve performance and avoid missusage of hash table * Correct url length calculation in urls command --- src/plugins/surbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/surbl.c') diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index a7ff5bb7a..f0347f550 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -799,7 +799,7 @@ urls_command_handler (struct worker_task *task) cur = g_list_next (cur); } - buflen += sizeof (RSPAMD_REPLY_BANNER " 0 OK" CRLF CRLF); + buflen += sizeof (RSPAMD_REPLY_BANNER " 0 OK" CRLF CRLF "URLs: "); outbuf = memory_pool_alloc (task->task_pool, buflen * sizeof (char)); -- cgit v1.2.3