diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-04-08 09:14:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 09:14:01 +0100 |
commit | f8d97cdc58958e1beeb7228c02e5848ce1a1e237 (patch) | |
tree | 38c1e5c224bf5a68f2da1f5da6dd0181af8b4d73 | |
parent | d3e6715c6df48096d30114b026052f344230751d (diff) | |
parent | 33f8337a4e20ac2933ca9b24c22eb72155e97079 (diff) | |
download | rspamd-f8d97cdc58958e1beeb7228c02e5848ce1a1e237.tar.gz rspamd-f8d97cdc58958e1beeb7228c02e5848ce1a1e237.zip |
Merge pull request #3327 from moisseev/patch-3
[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 |