Remove trailing dot from iprev ptr
This commit is contained in:
@@ -8,7 +8,7 @@ dmarc.result none
|
||||
remote_ip 195.210.29.48
|
||||
expect_header X-Spam-Status Yes, score=7.
|
||||
expect_header X-Spam-Result
|
||||
expect auth_na dmarc_na hfilter_helo_nores_a_or_mx once_received mid_rhs_match_from r_spf_na has_data_uri arc_na subject_has_exclaim subject_ends_exclaim rdns_dnsfail mime_html_only html_short_link_img_1 to_dn_none rcpt_count_one to_match_envrcpt_all hfilter_fromhost_nores_a_or_mx rcvd_count_zero from_eq_envfrom r_dkim_na rcvd_no_tls_last from_has_dn date_in_past
|
||||
expect auth_na dmarc_na helo_nores_a_or_mx once_received mid_rhs_match_from r_spf_na has_data_uri arc_na subject_has_exclaim subject_ends_exclaim rdns_dnsfail mime_html_only html_short_link_img_1 to_dn_none rcpt_count_one to_match_envrcpt_all fromhost_nores_a_or_mx rcvd_count_zero from_eq_envfrom r_dkim_na rcvd_no_tls_last from_has_dn date_in_past
|
||||
|
||||
From: Client Services <noreply@tetheer.com>
|
||||
To: licensing@stalw.art
|
||||
@@ -52,7 +52,7 @@ remote_ip 185.58.86.181
|
||||
tls.version TLSv1.3
|
||||
expect_header X-Spam-Status No, score=4.
|
||||
expect_header X-Spam-Result
|
||||
expect from_eq_envfrom from_has_dn hfilter_helo_nores_a_or_mx forged_rcvd_trail date_in_past arc_na uri_count_odd dkim_signed has_attachment r_spf_allow rcvd_tls_last rcpt_count_one mime_good subject_ends_spaces hfilter_fromhost_nores_a_or_mx to_dn_eq_addr_all r_dkim_allow dmarc_policy_allow rcvd_count_three to_match_envrcpt_all
|
||||
expect from_eq_envfrom from_has_dn helo_nores_a_or_mx forged_rcvd_trail date_in_past arc_na uri_count_odd dkim_signed has_attachment r_spf_allow rcvd_tls_last rcpt_count_one mime_good subject_ends_spaces fromhost_nores_a_or_mx to_dn_eq_addr_all r_dkim_allow dmarc_policy_allow rcvd_count_three to_match_envrcpt_all
|
||||
|
||||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tenthrevolution.com;
|
||||
s=mimecast20200102; t=1669138703;
|
||||
@@ -627,7 +627,7 @@ remote_ip 51.89.165.39
|
||||
tls.version TLS1_2
|
||||
expect_header X-Spam-Status Yes, score=13.
|
||||
expect_header X-Spam-Result
|
||||
expect has_replyto violated_direct_spf replyto_addr_eq_from once_received r_parts_differ mid_rhs_match_from hfilter_fromhost_nores_a_or_mx from_has_dn r_dkim_allow date_in_past to_match_envrcpt_all html_short_link_img_1 rcpt_count_one arc_na hfilter_helo_nores_a_or_mx r_spf_softfail rcvd_tls_last rcvd_count_zero replyto_dom_eq_from_dom to_dn_none has_list_unsub dkim_signed rdns_none from_eq_envfrom dmarc_policy_reject
|
||||
expect has_replyto violated_direct_spf replyto_addr_eq_from once_received r_parts_differ mid_rhs_match_from fromhost_nores_a_or_mx from_has_dn r_dkim_allow date_in_past to_match_envrcpt_all html_short_link_img_1 rcpt_count_one arc_na helo_nores_a_or_mx r_spf_softfail rcvd_tls_last rcvd_count_zero replyto_dom_eq_from_dom to_dn_none has_list_unsub dkim_signed rdns_none from_eq_envfrom dmarc_policy_reject
|
||||
|
||||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=sectionalism; d=grupokonecta.net;
|
||||
h=To:Subject:Message-ID:Date:From:Reply-To:MIME-Version:List-Unsubscribe:
|
||||
|
||||
@@ -48,14 +48,14 @@ From: "hello@other.domain.co.uk" <hello@domain.co.uk>
|
||||
Test
|
||||
<!-- NEXT TEST -->
|
||||
helo_domain mx.domain.co.uk
|
||||
expect FROM_EQ_ENVFROM FROM_NEQ_DISPLAY_NAME FROM_HAS_DN HFILTER_FROM_BOUNCE
|
||||
expect FROM_EQ_ENVFROM FROM_NEQ_DISPLAY_NAME FROM_HAS_DN FROM_BOUNCE
|
||||
|
||||
From: "postmaster@mx.domain.co.uk" <postmaster@domain.co.uk>
|
||||
|
||||
Test
|
||||
<!-- NEXT TEST -->
|
||||
helo_domain mx.domain.co.uk
|
||||
expect FROM_EQ_ENVFROM FROM_HAS_DN HFILTER_FROM_BOUNCE
|
||||
expect FROM_EQ_ENVFROM FROM_HAS_DN FROM_BOUNCE
|
||||
|
||||
From: "Mailer Daemon" <MAILER-DAEMON@domain.co.uk>
|
||||
|
||||
@@ -174,7 +174,7 @@ From: hello@custom.disposable.org
|
||||
Test
|
||||
<!-- NEXT TEST -->
|
||||
envelope_from hello@nomx.org
|
||||
expect HFILTER_FROMHOST_NORES_A_OR_MX FROM_EQ_ENVFROM FROM_NO_DN
|
||||
expect FROMHOST_NORES_A_OR_MX FROM_EQ_ENVFROM FROM_NO_DN
|
||||
|
||||
From: hello@nomx.org
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
helo_domain localhost
|
||||
expect HFILTER_HELO_NOT_FQDN
|
||||
expect HELO_NOT_FQDN
|
||||
|
||||
Subject: test
|
||||
|
||||
test
|
||||
<!-- NEXT TEST -->
|
||||
helo_domain user
|
||||
expect RCVD_HELO_USER HFILTER_HELO_NOT_FQDN
|
||||
expect RCVD_HELO_USER HELO_NOT_FQDN
|
||||
|
||||
Subject: test
|
||||
|
||||
@@ -14,7 +14,7 @@ test
|
||||
<!-- NEXT TEST -->
|
||||
helo_domain 8.8.8.8
|
||||
remote_ip 8.8.8.8
|
||||
expect HFILTER_HELO_BAREIP
|
||||
expect HELO_BAREIP
|
||||
|
||||
Subject: test
|
||||
|
||||
@@ -22,7 +22,7 @@ test
|
||||
<!-- NEXT TEST -->
|
||||
helo_domain 8.8.8.8
|
||||
remote_ip 1.1.1.1
|
||||
expect HFILTER_HELO_IP_A HFILTER_HELO_BAREIP
|
||||
expect HELO_IP_A HELO_BAREIP
|
||||
|
||||
Subject: test
|
||||
|
||||
@@ -40,7 +40,7 @@ test
|
||||
helo_domain domain.org
|
||||
iprev.ptr otherdomain.org
|
||||
remote_ip 1.1.1.1
|
||||
expect HFILTER_HOSTNAME_UNKNOWN
|
||||
expect HELO_IPREV_MISMATCH
|
||||
|
||||
Subject: test
|
||||
|
||||
@@ -49,7 +49,7 @@ test
|
||||
helo_domain otherdomain.org
|
||||
iprev.ptr otherdomain.org
|
||||
remote_ip 1.1.1.1
|
||||
expect HFILTER_HELO_NORES_A_OR_MX
|
||||
expect HELO_NORES_A_OR_MX
|
||||
|
||||
Subject: test
|
||||
|
||||
@@ -58,7 +58,7 @@ test
|
||||
helo_domain otherdomain.org
|
||||
iprev.ptr otherdomain.net
|
||||
remote_ip 1.1.1.1
|
||||
expect HFILTER_HELO_NORES_A_OR_MX HFILTER_HOSTNAME_UNKNOWN
|
||||
expect HELO_NORES_A_OR_MX HELO_IPREV_MISMATCH
|
||||
|
||||
Subject: test
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ MIME-Version: 1.0
|
||||
|
||||
Test
|
||||
<!-- NEXT TEST -->
|
||||
expect MIME_BASE64_TEXT_BOGUS MIME_BASE64_TEXT
|
||||
expect MIME_BASE64_TEXT_BOGUS
|
||||
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
Content-Transfer-Encoding: base64
|
||||
|
||||
@@ -41,7 +41,7 @@ Test
|
||||
envelope_from
|
||||
envelope_to hello@world.com
|
||||
envelope_to goodbye@world.com
|
||||
expect HFILTER_RCPT_BOUNCEMOREONE TO_MATCH_ENVRCPT_ALL TO_DN_NONE RCPT_COUNT_TWO
|
||||
expect RCPT_BOUNCEMOREONE TO_MATCH_ENVRCPT_ALL TO_DN_NONE RCPT_COUNT_TWO
|
||||
|
||||
To: hello@world.com
|
||||
Cc: goodbye@world.com
|
||||
@@ -51,7 +51,7 @@ Test
|
||||
envelope_from postmaster@domain.org
|
||||
envelope_to hello@world.com
|
||||
envelope_to goodbye@world.com
|
||||
expect HFILTER_RCPT_BOUNCEMOREONE TO_MATCH_ENVRCPT_SOME TO_DN_NONE RCPT_COUNT_THREE
|
||||
expect RCPT_BOUNCEMOREONE TO_MATCH_ENVRCPT_SOME TO_DN_NONE RCPT_COUNT_THREE
|
||||
|
||||
To: hello@world.com, test@domain.com
|
||||
Cc: goodbye@world.com
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
expect HFILTER_URL_ONLY
|
||||
expect URL_ONLY
|
||||
|
||||
Subject: test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user