Skip to content

mgrant0/spamassassin-esp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail::SpamAssassin::Plugin::Esp

SpamAssassin plugin for Invaluement.com Service Provider DNSBLs ("SPBL"), Sendinblue and MailUp 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.

Sample rule to enable the plugin:

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

ifplugin Mail::SpamAssassin::Plugin::Esp  

	sendgrid_feed /etc/mail/spamassassin/sendgrid-id-dnsbl.txt  
	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 		 

endif

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 84.4%
  • Shell 15.6%