diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-02-17 21:55:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 21:55:35 +0000 |
commit | a48d6fc4dfed4a91211ef8f976ec9e833da12a0d (patch) | |
tree | 0760c626813ce57e994671daa765934b557a7dc4 /rules/regexp | |
parent | 172fb63b8111b0073bebf138b861d473ece3b8a7 (diff) | |
parent | ded1b937d069db6534685cc13e1558752feb27ad (diff) | |
download | rspamd-a48d6fc4dfed4a91211ef8f976ec9e833da12a0d.tar.gz rspamd-a48d6fc4dfed4a91211ef8f976ec9e833da12a0d.zip |
Merge pull request #4397 from twesterhever/temp-misc-cleanups-and-housekeeping
[Minor] Assorted cleanup and housekeeping of configuration files
Diffstat (limited to 'rules/regexp')
-rw-r--r-- | rules/regexp/compromised_hosts.lua | 1 | ||||
-rw-r--r-- | rules/regexp/misc.lua | 2 |
2 files changed, 1 insertions, 2 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" } - diff --git a/rules/regexp/misc.lua b/rules/regexp/misc.lua index a5e5cfc44..0e660e358 100644 --- a/rules/regexp/misc.lua +++ b/rules/regexp/misc.lua @@ -99,4 +99,4 @@ reconf['LEAKED_PASSWORD_SCAM_RE'] = { group = 'scams' } -rspamd_config:register_dependency('LEAKED_PASSWORD_SCAM', 'BITCOIN_ADDR')
\ No newline at end of file +rspamd_config:register_dependency('LEAKED_PASSWORD_SCAM', 'BITCOIN_ADDR') |