commit c5d426c: [Minor] Remove extra space

GitHub noreply at github.com
Mon Nov 18 11:49:21 UTC 2019


Author: Alexander Moisseev
Date: 2019-11-18 08:30:00 +0300
URL: https://github.com/rspamd/rspamd/commit/c5d426c10ac06fbbe93ebe684ffd1cf6b082027c (refs/pull/3150/head)

[Minor] Remove extra space

---
 src/plugins/lua/once_received.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/lua/once_received.lua b/src/plugins/lua/once_received.lua
index 03e098311..4f1e67c72 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])
 


More information about the Commits mailing list