[Rspamd] Set bounce RL to 20 / 1h ; Fix BAZAR (test)
parent
3459c13022
commit
bba9adaa6e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue