Browse Source

[Minor] Remove extra space

pull/3150/head
Alexander Moisseev 6 years ago
committed by GitHub
parent
commit
c5d426c10a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/plugins/lua/once_received.lua

2
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])

Loading…
Cancel
Save