public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Rspamd] Set bounce RL to 20 / 1h ; Fix BAZAR (test)
bba9adaa
data/conf/rspamd/local.d/multimap.conf | 2 +-
data/conf/rspamd/override.d/ratelimit.conf | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Diff
diff --git a/data/conf/rspamd/local.d/multimap.conf b/data/conf/rspamd/local.d/multimap.conf
index 25551422..7e4e27c3 100644
--- a/data/conf/rspamd/local.d/multimap.conf
+++ b/data/conf/rspamd/local.d/multimap.conf
@@ -154,7 +154,7 @@ BAD_LANG {
BAZAR_ABUSE_CH {
type = "selector";
- selector = "attachments(hex,sha256)";
+ selector = "attachments(hex,md5)";
map = "https://bazaar.abuse.ch/export/txt/md5/recent/";
score = 10.0;
}
diff --git a/data/conf/rspamd/override.d/ratelimit.conf b/data/conf/rspamd/override.d/ratelimit.conf
index 744bc6b9..88e6f062 100644
--- a/data/conf/rspamd/override.d/ratelimit.conf
+++ b/data/conf/rspamd/override.d/ratelimit.conf
@@ -3,8 +3,8 @@ rates {
to = "100 / 1s";
to_ip = "100 / 1s";
to_ip_from = "100 / 1s";
- bounce_to = "10 / 1h";
- bounce_to_ip = "10 / 1h";
+ bounce_to = "20 / 1h";
+ bounce_to_ip = "20 / 1h";
}
whitelisted_rcpts = "postmaster,mailer-daemon";
max_rcpt = 25;