diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2020-04-08 09:02:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 09:02:31 +0300 |
commit | 33f8337a4e20ac2933ca9b24c22eb72155e97079 (patch) | |
tree | 38c1e5c224bf5a68f2da1f5da6dd0181af8b4d73 | |
parent | d3e6715c6df48096d30114b026052f344230751d (diff) | |
download | rspamd-33f8337a4e20ac2933ca9b24c22eb72155e97079.tar.gz rspamd-33f8337a4e20ac2933ca9b24c22eb72155e97079.zip |
[Minor] Remove whitespaces
-rw-r--r-- | src/plugins/lua/rbl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/rbl.lua b/src/plugins/lua/rbl.lua index b1cebbf98..026432404 100644 --- a/src/plugins/lua/rbl.lua +++ b/src/plugins/lua/rbl.lua @@ -419,7 +419,7 @@ local function gen_rbl_callback(rule) add_dns_request(task, helo, true, false, requests_table, 'helo', whitelist) - + return true end |