diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-11 16:01:09 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-11 16:01:09 +0000 |
commit | d27d7084c5e8516a2fa670bf680245f6884adfbb (patch) | |
tree | 303ea117ada8c78546e933b00da6b87bbc607f3c /conf | |
parent | b1260790862eaf436addf33364fc13ca4388e5aa (diff) | |
download | rspamd-d27d7084c5e8516a2fa670bf680245f6884adfbb.tar.gz rspamd-d27d7084c5e8516a2fa670bf680245f6884adfbb.zip |
[Conf] Use dedicated rspamd.com subdomains
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/fuzzy_check.conf | 2 | ||||
-rw-r--r-- | conf/modules.d/multimap.conf | 22 |
2 files changed, 12 insertions, 12 deletions
diff --git a/conf/modules.d/fuzzy_check.conf b/conf/modules.d/fuzzy_check.conf index af3fbd64e..bee9785d8 100644 --- a/conf/modules.d/fuzzy_check.conf +++ b/conf/modules.d/fuzzy_check.conf @@ -17,7 +17,7 @@ fuzzy_check { min_bytes = 1k; # Since small parts and small attachments causes too many FP rule "rspamd.com" { algorithm = "mumhash"; - servers = "rspamd.com:11335"; + servers = "fuzzy.rspamd.com:11335"; encryption_key = "icy63itbhhni8bq15ntp5n5symuixf73s1kpjh6skaq4e7nx5fiy"; symbol = "FUZZY_UNKNOWN"; mime_types = ["*"]; diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index 6f07c117e..358b7207b 100644 --- a/conf/modules.d/multimap.conf +++ b/conf/modules.d/multimap.conf @@ -18,7 +18,7 @@ multimap { freemail_envfrom { type = "from"; filter = "email:domain"; - map = "https://rspamd.com/freemail/free.txt.zst"; + map = "https://maps.rspamd.com/freemail/free.txt.zst"; symbol = "FREEMAIL_ENVFROM"; description = "Envelope From is a Freemail address"; score = 0.0; @@ -27,7 +27,7 @@ multimap { freemail_envrcpt { type = "rcpt"; filter = "email:domain"; - map = "https://rspamd.com/freemail/free.txt.zst"; + map = "https://maps.rspamd.com/freemail/free.txt.zst"; symbol = "FREEMAIL_ENVRCPT"; description = "Envelope Recipient is a Freemail address"; score = 0.0; @@ -37,7 +37,7 @@ multimap { type = "header"; header = "from"; filter = "email:domain"; - map = "https://rspamd.com/freemail/free.txt.zst"; + map = "https://maps.rspamd.com/freemail/free.txt.zst"; symbol = "FREEMAIL_FROM"; description = "From is a Freemail address"; score = 0.0; @@ -47,7 +47,7 @@ multimap { type = "header"; header = "To"; filter = "email:domain"; - map = "https://rspamd.com/freemail/free.txt.zst"; + map = "https://maps.rspamd.com/freemail/free.txt.zst"; symbol = "FREEMAIL_TO"; description = "To is a Freemail address"; score = 0.0; @@ -57,7 +57,7 @@ multimap { type = "header"; header = "Cc"; filter = "email:domain"; - map = "https://rspamd.com/freemail/free.txt.zst"; + map = "https://maps.rspamd.com/freemail/free.txt.zst"; symbol = "FREEMAIL_CC"; description = "To is a Freemail address"; score = 0.0; @@ -67,7 +67,7 @@ multimap { type = "header"; header = "Reply-To"; filter = "email:domain"; - map = "https://rspamd.com/freemail/free.txt.zst"; + map = "https://maps.rspamd.com/freemail/free.txt.zst"; symbol = "FREEMAIL_REPLYTO"; description = "Reply-To is a Freemail address"; score = 0.0; @@ -86,7 +86,7 @@ multimap { disposable_envrcpt { type = "rcpt"; filter = "email:domain"; - map = "https://rspamd.com/freemail/disposable.txt.zst"; + map = "https://maps.rspamd.com/freemail/disposable.txt.zst"; symbol = "DISPOSABLE_ENVRCPT"; description = "Envelope Recipient is a Disposable e-mail address"; score = 0.0; @@ -96,7 +96,7 @@ multimap { type = "header"; header = "from"; filter = "email:domain"; - map = "https://rspamd.com/freemail/disposable.txt.zst"; + map = "https://maps.rspamd.com/freemail/disposable.txt.zst"; symbol = "DISPOSABLE_FROM"; description = "From a Disposable e-mail address"; score = 0.0; @@ -106,7 +106,7 @@ multimap { type = "header"; header = "To"; filter = "email:domain"; - map = "https://rspamd.com/freemail/disposable.txt.zst"; + map = "https://maps.rspamd.com/freemail/disposable.txt.zst"; symbol = "DISPOSABLE_TO"; description = "To a disposable e-mail address"; score = 0.0; @@ -116,7 +116,7 @@ multimap { type = "header"; header = "Cc"; filter = "email:domain"; - map = "https://rspamd.com/freemail/disposable.txt.zst"; + map = "https://maps.rspamd.com/freemail/disposable.txt.zst"; symbol = "DISPOSABLE_CC"; description = "To a disposable e-mail address"; score = 0.0; @@ -126,7 +126,7 @@ multimap { type = "header"; header = "Reply-To"; filter = "email:domain"; - map = "https://rspamd.com/freemail/disposable.txt.zst"; + map = "https://maps.rspamd.com/freemail/disposable.txt.zst"; symbol = "DISPOSABLE_REPLYTO"; description = "Reply-To a disposable e-mail address"; score = 0.0; |