From 17dd2e75981cd714cdd9ec9fb2ca310aecc0206a Mon Sep 17 00:00:00 2001 From: Giovanni Bechis Date: Sun, 23 Aug 2020 21:34:02 +0200 Subject: [PATCH] rename example rule --- Esp.cf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Esp.cf b/Esp.cf index 0d80f9b..816dd67 100644 --- a/Esp.cf +++ b/Esp.cf @@ -2,8 +2,7 @@ ifplugin Mail::SpamAssassin::Plugin::Esp sendgrid_feed /etc/mail/spamassassin/sendgrid-id-dnsbl.txt -header SNB_SENDGRID eval:sendgrid_check() -describe SNB_SENDGRID Message from Sendgrid hacked account -score SNB_SENDGRID 4.0 +header SPBL_SENDGRID eval:sendgrid_check() +describe SPBL_SENDGRID Message from Sendgrid hacked account endif