]> git.proxmox.com Git - proxmox-spamassassin.git/blobdiff - sa-updates/20_fake_helo_tests.cf
update SpamAssassin signatures
[proxmox-spamassassin.git] / sa-updates / 20_fake_helo_tests.cf
index 21b732c73a5fd31ba495ad827c9a692bdc8fc4bd..c2fdde89604308dec28485b6a2afe36cfce8a983 100644 (file)
@@ -40,8 +40,11 @@ header __HELO_STATIC_SENDGRID X-Spam-Relays-External =~ /^[^\]]+ helo=o\d{1,3}-\
 # 50-203-126-142-static.hfc.comcastbusiness.net
 header __HELO_STATIC_COMCAST X-Spam-Relays-External =~ /^[^\]]+ helo=\d{1,3}-\d{1,3}-\d{1,3}-\d{1,3}-static\.hfc\.comcastbusiness\.net\s[^\]]+ auth= /i
 
+# smtp-0f95944d4245d0b2c.core1.sfdc-58ktaz.mta.salesforce.com
+header __HELO_STATIC_SALESFORCE X-Spam-Relays-External =~ /^[^\]]+ helo=smtp\-\w+\.core\d\.sfdc\-\w+\.mta\.salesforce\.com\s[^\]]+ auth= /i
+
 describe HELO_STATIC_HOST Relay HELO'd using static hostname
-meta HELO_STATIC_HOST (__HELO_STATIC_ROGERS || __HELO_STATIC_SENDGRID || __HELO_STATIC_COMCAST)
+meta HELO_STATIC_HOST (__HELO_STATIC_ROGERS || __HELO_STATIC_SENDGRID || __HELO_STATIC_COMCAST || __HELO_STATIC_SALESFORCE)
 
 # ---------------------------------------------------------------------------