[Rspamd] Set bounce RL to 20 / 1h ; Fix BAZAR (test)

master
andryyy 2020-04-29 21:08:33 +02:00
parent 3459c13022
commit bba9adaa6e
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;