Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/bigio/spamassassin-esp
Browse files Browse the repository at this point in the history
  • Loading branch information
bigio committed May 18, 2021
2 parents b6908b7 + 36f51aa commit fff63f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Esp.cf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ 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 5.0

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

Expand All @@ -94,12 +93,12 @@ ifplugin Mail::SpamAssassin::Plugin::AskDNS
tflags __RBL_SENDGRID_DOM net
endif

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

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

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

# -------- SENDINBLUE --------
sendinblue_feed /etc/mail/spamassassin/sendinblue_id.txt

Expand Down

0 comments on commit fff63f4

Please sign in to comment.