Skip to content

Commit

Permalink
suggest a default score of 5.0 for rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bigio committed Mar 16, 2021
1 parent c323d52 commit 4e0ac55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Esp.cf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sendgrid_domains_feed /etc/mail/spamassassin/sendgrid-envelopefromdomain-dnsbl.t

header __SPBL_SENDGRID eval:esp_sendgrid_check()
describe __SPBL_SENDGRID Message from Sendgrid abused account
# score __SPBL_SENDGRID 7.5
score __SPBL_SENDGRID 5.0

# -------- SENDGRID - OR THIS --------

Expand All @@ -61,7 +61,7 @@ ifplugin Mail::SpamAssassin::Plugin::AskDNS

meta RBL_SENDGRID (__RBL_SENDGRID_ID || __RBL_SENDGRID_DOM || __SPBL_SENDGRID)
describe RBL_SENDGRID Invaluement Sendgrid blacklist
# score RBL_SENDGRID 7.5
score RBL_SENDGRID 5.0

endif # Mail::SpamAssassin::Plugin::AskDNS

Expand All @@ -70,27 +70,27 @@ sendinblue_feed /etc/mail/spamassassin/sendinblue_id.txt

header SENDINBLUE eval:esp_sendinblue_check()
describe SENDINBLUE Message from Sendinblue abused account
# score SENDINBLUE 7.5
score SENDINBLUE 5.0

# -------- MAILUP --------
mailup_feed /etc/mail/spamassassin/mailup_id.txt

header MAILUP eval:esp_mailup_check()
describe MAILUP Message from Mailup abused account
# score MAILUP 7.5
score MAILUP 5.0

# -------- MAILDOME --------
maildome_feed /etc/mail/spamassassin/maildome_id.txt

header MAILDOME eval:esp_maildome_check()
describe MAILDOME Message from Maildome abused account
# score MAILDOME 7.5
score MAILDOME 5.0

# -------- MAILCHIMP --------
mailchimp_feed /etc/mail/spamassassin/mailchimp_id.txt

header MAILCHIMP eval:esp_mailchimp_check()
describe MAILCHIMP Message from Mailchimp abused account
# score MAILCHIMP 7.5
score MAILCHIMP 5.0

endif # Mail::SpamAssassin::Plugin::Esp

0 comments on commit 4e0ac55

Please sign in to comment.