Skip to content

Commit

Permalink
sync Readme with reality
Browse files Browse the repository at this point in the history
  • Loading branch information
bigio committed Mar 9, 2021
1 parent 991e158 commit c323d52
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Mail::SpamAssassin::Plugin::Esp

SpamAssassin plugin for Invaluement.com Service Provider DNSBLs ("SPBL"),
Sendinblue and MailUp esp.
Sendinblue, MailUp, Maildome and Mailchimp esp.

The plugin doesn't download the data feed, the txt file should be downloaded using
"curl -z" or "wget -N" that only downloads the file when the server versions are newer.
"curl -z" or "wget -N" that only downloads the file when the server versions are newer.
You can also use the provided script in the contrib directory.

Sample rule to enable the plugin:
Sample rule to enable the plugin (add the score you prefer to the rule):

loadplugin Mail::SpamAssassin::Plugin::Esp Esp.pm

Expand All @@ -16,6 +17,6 @@ Sample rule to enable the plugin:
sendgrid_domains_feed /etc/mail/spamassassin/sendgrid-envelopefromdomain-dnsbl.txt

header SPBL_SENDGRID eval:esp_sendgrid_check()
describe SPBL_SENDGRID Message from Sendgrid abused account
describe SPBL_SENDGRID Message from Sendgrid abused account

endif

0 comments on commit c323d52

Please sign in to comment.