Hi I noticed today using those 2 services
Newsletters spam test by mail-tester.com
Is Not Spam - Online Spam checker for newsletters and email marketing
that when I send from webmail (I tried both Horde and Roundcube)
there is a line which I think triggers a couple of rules in Spamassassin. Please note that when sending from an email client this doesn't happen
So I noticed that there are 2 lines
First:
The line above seems to be correct however I have that the following line is to be questioned:
I may be mistaken but it seems to trigger
FSL_HELO_BARE_IP_2 (IP used in the HELO request The hostname should be a domain name, not an IP address)
and
RCVD_NUMERIC_HELO (Received: contains an IP address used for HELO)
I think it should be localhost or the hostname instead of [127.0.0.1]
Can you try to see if you have the same issue? I have already tried with 3 servers. All have the same result. All servers have the Send mail from account’s dedicated IP address enabled in Exim Configuration.
Newsletters spam test by mail-tester.com
Is Not Spam - Online Spam checker for newsletters and email marketing
that when I send from webmail (I tried both Horde and Roundcube)
there is a line which I think triggers a couple of rules in Spamassassin. Please note that when sending from an email client this doesn't happen
So I noticed that there are 2 lines
First:
Code:
Received: from my.hostname.eu ([server.public.ip.here] helo=accountuser.com)
Code:
Received: from [127.0.0.1] (port=48342 helo=my.hostname.eu)
FSL_HELO_BARE_IP_2 (IP used in the HELO request The hostname should be a domain name, not an IP address)
and
RCVD_NUMERIC_HELO (Received: contains an IP address used for HELO)
I think it should be localhost or the hostname instead of [127.0.0.1]
Can you try to see if you have the same issue? I have already tried with 3 servers. All have the same result. All servers have the Send mail from account’s dedicated IP address enabled in Exim Configuration.