You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pd...@apache.org on 2019/05/12 10:23:15 UTC

svn commit: r1859141 - /spamassassin/trunk/rulesrc/sandbox/pds/20_spf.cf

Author: pds
Date: Sun May 12 10:23:15 2019
New Revision: 1859141

URL: http://svn.apache.org/viewvc?rev=1859141&view=rev
Log:
Add BTC SPF +all

Added:
    spamassassin/trunk/rulesrc/sandbox/pds/20_spf.cf

Added: spamassassin/trunk/rulesrc/sandbox/pds/20_spf.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/pds/20_spf.cf?rev=1859141&view=auto
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/pds/20_spf.cf (added)
+++ spamassassin/trunk/rulesrc/sandbox/pds/20_spf.cf Sun May 12 10:23:15 2019
@@ -0,0 +1,13 @@
+if (version >= 3.004001)
+ifplugin Mail::SpamAssassin::Plugin::AskDNS
+
+askdns   __PDS_SPF_ONLYALL _SENDERDOMAIN_ TXT /^v=spf1 \+all$/
+
+meta     BITCOIN_SPF_ONLYALL __PDS_SPF_ONLYALL && __BITCOIN_ID
+tflags   BITCOIN_SPF_ONLYALL net publish
+describe BITCOIN_SPF_ONLYALL Bitcoin from a domain specifically set to pass +all SPF
+score    BITCOIN_SPF_ONLYALL 2.0 # limit
+reuse    BITCOIN_SPF_ONLYALL
+
+endif
+endif