diff options
author | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:11:31 +0000 |
---|---|---|
committer | twesterhever <40121680+twesterhever@users.noreply.github.com> | 2023-02-17 15:11:31 +0000 |
commit | e39879962f3a6bb35b57094e1f899c5714307d24 (patch) | |
tree | d1b9ea47f39a4825d1914fbaee4956ffaf8ef25c /rules/regexp/compromised_hosts.lua | |
parent | b605f37d65b704632a013091d1a3ba5bc5345a94 (diff) | |
download | rspamd-e39879962f3a6bb35b57094e1f899c5714307d24.tar.gz rspamd-e39879962f3a6bb35b57094e1f899c5714307d24.zip |
[Minor] Fix some whitespace issues
Diffstat (limited to 'rules/regexp/compromised_hosts.lua')
-rw-r--r-- | rules/regexp/compromised_hosts.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/regexp/compromised_hosts.lua b/rules/regexp/compromised_hosts.lua index 0a9a9f0aa..cfd560bc2 100644 --- a/rules/regexp/compromised_hosts.lua +++ b/rules/regexp/compromised_hosts.lua @@ -211,4 +211,3 @@ reconf['WWW_DOT_DOMAIN'] = { score = 0.5, group = "compromised_hosts" } - |