[Rspamd] Add invaluement sendgrid-id-dnsbl

master
andryyy 2020-10-13 11:15:12 +02:00
parent aadd8b6a8b
commit 5a627dc34a
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 7 additions and 0 deletions

View File

@ -171,3 +171,10 @@ SMTP_LIMITED_ACCESS {
map = "redis://SMTP_LIMITED_ACCESS";
symbols_set = ["SMTP_LIMITED_ACCESS"];
}
SENDGRID_INVALUEMENT_BAD_SENDER {
type = "selector";
map = "https://www.invaluement.com/spdata/sendgrid-id-dnsbl.txt";
selector = 'from("smtp","orig").regexp("/^<?bounces\+(\d+)\-[^@]+@sendgrid.net>?$/i").last';
score = 8.0;
}