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 2021/01/03 10:51:32 UTC

svn commit: r1885052 - /spamassassin/trunk/rulesrc/sandbox/pds/20_helo.cf

Author: pds
Date: Sun Jan  3 10:51:32 2021
New Revision: 1885052

URL: http://svn.apache.org/viewvc?rev=1885052&view=rev
Log:
Meta for highprofile helo with no dns

Modified:
    spamassassin/trunk/rulesrc/sandbox/pds/20_helo.cf

Modified: spamassassin/trunk/rulesrc/sandbox/pds/20_helo.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/pds/20_helo.cf?rev=1885052&r1=1885051&r2=1885052&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/pds/20_helo.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/pds/20_helo.cf Sun Jan  3 10:51:32 2021
@@ -8,3 +8,9 @@ tflags   PDS_HELO_SPF_FAIL net
 meta     PDS_HP_HELO_NORDNS RDNS_NONE && __HELO_HIGHPROFILE
 describe PDS_HP_HELO_NORDNS High profile HELO with no sender rDNS
 score    PDS_HP_HELO_NORDNS 1.0
+
+ifplugin Mail::SpamAssassin::Plugin::AskDNS
+askdns   __HELO_DNS _LASTEXTERNALHELO_ A /./
+
+meta     __PDS_HP_HELO_NODNS (__HELO_HIGHPROFILE && !__HELO_DNS)
+endif