From: Alexander Moisseev Date: Mon, 18 Nov 2019 05:30:00 +0000 (+0300) Subject: [Minor] Remove extra space X-Git-Tag: 2.2~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3150%2Fhead;p=thirdparty%2Frspamd.git [Minor] Remove extra space --- diff --git a/src/plugins/lua/once_received.lua b/src/plugins/lua/once_received.lua index 03e0983112..4f1e67c72e 100644 --- a/src/plugins/lua/once_received.lua +++ b/src/plugins/lua/once_received.lua @@ -66,7 +66,7 @@ local function check_quantity_received (task) task:insert_result(symbol_rdns, 1) else rspamd_logger.infox(task, 'source hostname has not been passed to Rspamd from MTA, ' .. - ' but we could resolve source IP address PTR %s as "%s"', + 'but we could resolve source IP address PTR %s as "%s"', to_resolve, results[1]) task:set_hostname(results[1])