I know I am hitting the Spamhaus RBL.
But I am only doing this when I use Webmail or Outlook remotely.
If I send email from internal onsite where the Exchange Box is, emails
are not marked as SPAM.
Only when remote. So its looking at the x-originating-ip?
Because when I run a
spamassassin -d -t <messageid>
I get the following information
Code: Select all
Content analysis details: (8.1 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.6 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL
[220.253.99.99 listed in zen.spamhaus.org]
0.0 RCVD_IN_SORBS_DUL RBL: SORBS: sent directly from dynamic IP
address
[220.253.99.99 listed in dnsbl.sorbs.net]
0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record
0.0 HTML_MESSAGE BODY: HTML included in message
1.1 DCC_CHECK Detected as bulk mail by DCC (dcc-servers.net)
2.0 PYZOR_CHECK Listed in Pyzor
(https://pyzor.readthedocs.io/en/latest/)
0.0 TVD_SPACE_RATIO No description available.
1.3 RDNS_NONE Delivered to internal network by a host with no rDNS
0.0 DIGEST_MULTIPLE Message hits more than one network digest check
0.2 TVD_SPACE_RATIO_MINFP Space ratio (vertical text obfuscation?)
-0.0 TXREP TXREP: Score normalizing based on sender's reputation
The only place that the RCVD_IN_PBL IP Address is listed in the headers is in the X-Originating-IP
Found an old SpamAssassin Bug Report that pretty much is the same issue.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6501
But no real help on resolving it. They pretty much disregard it.