550 High probability of spam - ONLY from phpList

Last week, I started getting bounces due to “550 High probability of spam.” It is happening on every single subscriber address except those within my domain. The bounce does not happen if I send the exact same message via Outlook client or Roundcube.

The log in phpList will say “SMTP Error: data not accepted.SMTP server error: DATA END command failed” but the email seems to actually be sent - but rejected by the receiving domain servers.

Sample bounce message:
user@gmail.com
host seproxy.web-hosting.com [162.255.118.62]
SMTP error from remote mail server after end of data:
550 High probability of spam

Running phpList 3.5.8.
The only other thread I could find similar to this edited the class.phplistmailer.php $sTimeStamp line and changed from $from to from $hostname. Making this change did not help.

My hosting provider is Namecheap (actually very good IMO) and they did a lot of checking on their end and claim there is nothing in their setup blocking the emails.

MXToolbox shows we are not on any blacklists.

I have SPF, DKIM and DMARC all configured correctly. Testing on MXToolbox shows the domain is as good as it can get on a shared server. Score on Mail-Tester.com is 10/10.

I’m completely at a loss on why the messages would bounce from phpList but not normal clients. Thanks in advance for any help figuring this out! I manage this for a town/charity/non-profit list and my next step is going to have to be moving to phplist.com and paying for that service.

@MikeVL Did the problem start happening after you upgraded to phplist 3.5.8? If so then you can try reverting to use phpmailer 5 instead of phpmailer 6, which became the default in 3.5.8. Add this line to the config.php file

define('USE_PHPMAILER6', false);

If you are sending to a range of domain, yahoo, gmail, hotmail etc, then it doesn’t seem likely that they would all reject all emails for the same reason. Maybe it is a problem with the smtp server through which phplist is configured to send.
Can you copy a complete bounce email here, use the toolbar code button </> so that it is displayed as plain text.

I was using 3.5.7 when it first started and I upgraded to 3.5.8 to see if that would help (it didn’t). I tried the config line you suggested anyway and there was no change.

With more testing, I found that changing the “From line” in the Campaign Content from Cathy HB cathyhb@mydomain.com to just cathyhb@mydomain.com actually allowed the campaign to send. The actual email account ‘noreply@mydomain.com’ is still being used as the actual sending and bounce address.

Source is below with a few edits for domain and IPs. I really appreciate any guidance here!

Return-Path: <>
Delivered-To: noreply@mydomain.com
Received: from business80.web-hosting.com
by business80.web-hosting.com with LMTP
id wM9cLFtb118nVxAAxQbnxw
(envelope-from <>)
for noreply@mydomain.com; Mon, 14 Dec 2020 07:32:27 -0500
Return-path: <>
Envelope-to: noreply@mydomain.com
Delivery-date: Mon, 14 Dec 2020 07:32:27 -0500
Received: from mailnull by business80.web-hosting.com with local (Exim 4.93)
id 1kon1f-004XYb-MP
for noreply@mydomain.com; Mon, 14 Dec 2020 07:32:27 -0500
X-Failed-Recipients: mikevl@hotmail.com
Auto-Submitted: auto-replied
From: Mail Delivery System Mailer-Daemon@business80.web-hosting.com
To: noreply@mydomain.com
References: 3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0@mydomain.com
Content-Type: multipart/report; report-type=delivery-status; boundary=1607949147-eximdsn-1451821199
MIME-Version: 1.0
Subject: Mail delivery failed: returning message to sender
Message-Id: E1kon1f-004XYb-MP@business80.web-hosting.com
Date: Mon, 14 Dec 2020 07:32:27 -0500

–1607949147-eximdsn-1451821199
Content-type: text/plain; charset=us-ascii

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

mikevl@hotmail.com
host seproxy.web-hosting.com [162.255.118.61]
SMTP error from remote mail server after end of data:
550 High probability of spam

–1607949147-eximdsn-1451821199
Content-type: message/delivery-status

Reporting-MTA: dns; business80.web-hosting.com

Action: failed
Final-Recipient: rfc822;mikevl@hotmail.com
Status: 5.0.0
Remote-MTA: dns; seproxy.web-hosting.com
Diagnostic-Code: smtp; 550 High probability of spam

–1607949147-eximdsn-1451821199
Content-type: message/rfc822

Return-path: noreply@mydomain.com
Received: from [162.0.235.46] (port=44264 helo=mydomain.com)
by business80.web-hosting.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
(Exim 4.93)
(envelope-from noreply@mydomain.com)
id 1kon1X-004XPu-89
for mikevl@hotmail.com; Mon, 14 Dec 2020 07:32:23 -0500
Received: from pool-96-237-183-123.bstnma.fios.verizon.net [96.237.183.123] by mydomain.com with HTTP; Mon, 14 Dec 2020 07:32:19 -0500
Date: Mon, 14 Dec 2020 07:32:19 -0500
To: mikevl@hotmail.com
From: Cathy HB cathyhb@mydomain.com
Subject: Web-hosting email service
Message-ID: 3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0@mydomain.com
X-phpList-version: 3.5.8
X-MessageID: 2608
X-ListMember: mikevl@hotmail.com
Precedence: bulk
List-Help: http://mydomain.com/maillist/?p=preferences&uid=6b659bb0107860613e2544694caa2853
List-Unsubscribe: http://mydomain.com/maillist/?p=unsubscribe&uid=6b659bb0107860613e2544694caa2853&jo=1
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Subscribe: http://mydomain.com/maillist/?p=subscribe
List-Owner: mailto:mike@mydomain.com
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary=“b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0”
X-OutGoing-Spam-Status: No, score=-1.0

This is a multi-part message in MIME format.

–b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

'Web-hosting email service included in cPanel is a common email hosting,
which allows you to send emails, manage email accounts through webmail and
email clients (Outlook, Thunderbird, Mail.app, .etc) via SMTP/POP/IMAP
connection/protocols.

That service is a good choice if you need to use a number of standard email
accounts.

All regular email service features are available for Namecheap Private
Email users as well. However, with the Namecheap Private Email, you can
also setup Exchange accounts to synchronize appointments, tasks, calendar
and email folders between your Namecheap Private Email account and
supported devices and email clients.’=20

– powered by phpList, www.phplist.com

–b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0
Content-Type: multipart/related;
boundary=“b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0”;
type=“text/html”

–b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

=0A =0A =0A = body { font-size : 14px; font-family: Verdana, Arial, Helvetica, sans-ser= if; } a { font-size: 11px; color: #ff6600; font-style: normal; font-family: ver= dana, sans-serif; text-decoration: none; } a:visited { color: #666666; } a:hover { text-decoration: underline; } p { font-weight: normal; font-size: 12px; color: #666666; font-style: nor= mal; font-family: verdana, sans-serif; text-decoration: none; } h1 {font-weight: bold; font-size: 16px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none;} h2 {font-weight: bold; font-size: 15px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none;} h3 {font-weight: bold; font-size: 14px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none; margin:0px; pad= ding:0px;} h4 {font-weight: bold; font-size: 12px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none; margin:0px; pad= ding:0px;} hr {width : 100%; height : 1px; color: #ff9900; size:1px;} .forwardform {margin: 0 0 0 0; padding: 0 0 0 0;} .forwardinput {margin: 0 0 0 0; padding: 0 0 0 0;} .forwardsubmit {margin: 0 0 0 0; padding: 0 0 0 0;} div.emailfooter { font-size : 11px; font-family: Verdana, Arial, Helvetic= a, sans-serif; } div.emailfooter a { font-size: 11px; color: #ff6600; font-style: normal; = font-family: verdana, sans-serif; text-decoration: none; } 'Web-hosting email service included in cPanel is a common em= ail hosting, which allows you to send emails, manage email accounts through= webmail and email clients (Outlook, Thunderbird, Mail.app, .etc) via SMTP/= POP/IMAP connection/protocols.
=0A
=0AThat service is a good choi= ce if you need to use a number of standard email accounts.
=0A
= =0AAll regular email service features are available for Namecheap Private E= mail users as well. However, with the Namecheap Private Email, you can also= setup Exchange accounts to synchronize appointments, tasks, calendar and e= mail folders between your Namecheap Private Email account and supported dev= ices and email clients.'
=0A=0A

3D"p=
owered

3D"" --b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0 Content-Type: image/png; name=powerphplist.png Content-Transfer-Encoding: base64 Content-ID: <277b62f94c45ed7a0fef7bd737c7b963> Content-Disposition: inline; filename=powerphplist.png

iVBORw0KGgoAAAANSUhEUgAAAEsAAAAhCAYAAACRIVbWAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz
AAALEgAACxIB0t1+/AAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAA
DmhJREFUaIHtmntw1FWWxz+/Xz/T6aQTQgIkJgR5LGRIFDcPsSAEWEFkZSIisPIcRaTKEkEMwUGX
RRaZWlSylKPrqBDFGCXyUAqiKLUg6ADBhCRAEGQhWU1IIpru9Lt/j/2jkx/ppEOwZmoetX6rurrv
45x77/fec+65t69AN4zOyMgDFgP5gK17+f8D2IG9QPGZmprDqqpqBULnj9EZGTFAMfDrv3Tv/obx
EbC4trq6DTrI6iDqMHDbX69ff7OoBvJqq6vbxI6MYn4hqjfcRpAfhA4f9d9/zd78nWCiHljRW+nw
zPGk507T0g11VZwqLwPAZLEybtbD2PoPxP7DVY59uA2f20lK2hgSBg/jVHkZtviBZE6bzaF3tgIw
fdlv2f9fL/TQC3BoR7DO5AXLtbyuem9WpvaLci6eOtpjLLb4gSH1ju3aTkv9xaD8wuVaO+m50/C6
neF0rBCBvN7IssUHiTj1SRmnPiljRJcOT1/2WwBOfVIWkva6nKTn3gtcJ9tksZKSNgZb/MCwek99
Uoa99Sq2+EGYI61aHsC4WQ/ftEztF+VkTXuQ4Znjw4wltF5nfwFs/QeSPmGatgB8bmc4OvL09BEe
2FubaDhXFfydOw1TpBVb/EBs8YPY/XKwwYZzVfxm03Zs8QNpqb+IuaNOyqgxAIzIHE9U3ACunKlE
kiQURUFVFGRZBqD+bCUAsizjcbbzPzUVAPRPvpUBqSN+lozBbCF55G3UHQ/1LLIso6rBb0WWMVms
SJIEwJGdb/BgwX9gNEdy9fIFTZderw/hOyQVDuMeeJhxDzyskVJ7pJwBqcOxtzb1INUWPwh761Ua
zlUxPHM8KWljOLZrGylpY4juP5CT+9/X6g/+1R3Y4geFDLwz/+nizzSdH/9+Q58y3fvxD1m5Ycts
8YPIvncOAD53O+ZIK16Xk+YrF7lQcYTs6XN4o2Bhr1z0SdaxXds0P9UJr8uJOdIaktfZMEBz/UWy
ps2mpf4iDedOkzVtNiaLlfpz1wdYfXg/J/d/0KO9+rOVHCwuYsG/vUr14f00X7nYp0xIPyxWvOHN
iOYrFyjbXAhA7oNLyMibrun7puKLjsluCisLIIbNVRRt6Ssdv7t+Gi/VYbJYSRs3FUmSSBs3FZPF
SuOlOiRJ4nLtKUwWK+dPHqHxUh1eVzvNVy5qZPYFe2sTnxVvIffBJQxIHX5TMhCcsBHZE3pddV1h
Sxh003o70efK6g0f/34DMx5/jimLV/Qwl+YrF7G3NlF/thK9KFJ75ECwMTE4N6IgMG7WI+Q+uEST
2V64mIDHhd/tRC+KXPr6GMc+fIs7p89l/2sbbyjT1XRPHdjJuS/KtbY60b1ew7kqznap17Xt3iCM
zshQe+QqCpKi/CzyekM3J/l3jfAjEQSNYUEQkCQZj8eNXq8nOjqayMhIVFXF7XZjt9uRZRmLxYJO
p6PrwfPPRfifikAggCAIf/LE9SIdHLAgCnjcHvz+AP+YeQdT7p7CqFGjSEhIQFVVWltbqamp4dCh
Q5w+fRqj0YjZbA4hDIA+SFMUBa/XS4TZjHADM7gRZFnG5/NhiYgAQQjJH5SQgM/vp62tDZ1O16sO
t9uN0WjEYDAEGeiiB3oxQ0FVAAG3243BYGDZsmXMnTuXAQMGhG2ksbGR0tJS3nzzTRRFwWQyoaoq
kqIEZ/MGZCmKgsViITMzk4qKCrxeL0K3TvYFRVGIjY0lLS2NEydOIMsygiAQCARISUlh586dtLS0
MG/ePFwuV1jCVFVl7NixXLlyhe+//x6dXt+DrLDTqKgqfr8fm83GunXrePLJJ0OI8ng8vPLKKzz1
1FPU1dWRmJjIqlWreOaZZ1BVVVv2NwO/38+wYcN47bXXGDp0KD6f7+fwBIDX62Xs2LG8/vrrxMbG
asGmqqrodDrMZjNms7nXPsmyTEREBC+99BL33HMPbrc7bL2wZujz+VBkBZPZRHZ2dkhZIBDgzbfe
4tzZs9xySzKbfvc7Nmx4nsEpg5k/fz6XL1/hjTf/QGxMLBD0eV6fD6VjdXVG4IIgYDQaARA7TE+S
JJxOJ5IkIQgCJpMJg8GALMt4vV5EUeyIxIPG0ElEpz5ZlkP8ktFopL6+nqlTpxIIBHC5XEiShMfj
0eqIooher8fn8xEIBPB6vTidTqxRUT3IDUuWJEnceuutTJo4ibVr17Ju3TpGjhwJgMvlorLya+bO
nsM/3X03CxYspKG+nsEpgxFFkYce+hcOHTrEd9//LyZzBH6/n7vuuouYmBgCgQD3338/UVFRVFdX
U1payrfffhs0WUkiJyeHefPmkZSUREVFBSUlJbS2ttK/f39mzZrFhQsXmDx5Munp6TgcDvbs2cPn
n38ePAqpqvbpCkVRmDFjBk1NTZSVlZGZmcns2bNJTU3l2rVrfPbZZxw/fpw1a9Zgs9mYP38+aWlp
/PvGjfgDgRBdYc1QJ+rIysxi7dq1jL1rLAUFBZw/fx6AqKgoxt45lk8Pfsrb77zNwIEDGDp0mCY7
ZMgQcsePx+/zB1ei309+fj5FRUUUFRXh9Xqprq5m4sSJfPDBB4waNQqPx4MgCKxevZr4+Hhqamq4
7777eP/990lISCA+Pp7169dTWlpKXl4eNTU1eDwetm7dypo1awh0G1QnOonLz88nJyeHkSNHsn37
dpKSkqisrESWZZ5//nlycnI0nc3NzZw/f16zhD5XFoJAeno6AMufWI4syRQWFrJ582ZGjBjB0qWP
MmPGr9lW/DZfHj1KYmLidYV6PWlpaRhNJk1Xpw8pKCjgww8/RBAEtm7dSklJCc899xxbtmxBp9Ox
bds21q9fjyRJvPrqq+zdu5fly5dTXFwMwIkTJ3jkkUdoa2tDVVXmzJnDyy+/zL59+/B6vWGHAkEf
297eTnZ2NhEREaxYsYILFy5gtVoZNmwYLpcLh8PB4sWLOXjwIFu2bGFQYmKPnTn8Pq2qxMXFacmV
K1eSl5dHYWEhly5dYs+evcTFxTHvoYd45513sNvtIeK2WBtGg0FLG41GGhoa+PTTT4mOjiYmJob2
9naKi4u5/fbbSU5ORpIkDh48iF6vp1+/fly7do0DBw5wxx13aH7pvffew+l0EhsbS0xMDAcOHOC7
775j0qRJmi/sDUajkZMnT+Lz+di5cyebNm1i4sSJNDc3Y7fbiY6ORhRFzGYzUWH8Va9kyYqCrIQ2
vnLlSqb/83SWPraU3Xt2s3btWl568UX8AT+rV6/G5XJpdRVZQeW67xBFkZ9++glJkjRnbjAY+PHH
HxEEAavVqm33neV6vV5z9IIgoCgKbW1tmgPvdOjXrl2jX79+NyQKwGQyUVtby6JFi6ipqWHmzJmU
lJSwY8cOEhMT8fv9feoIS5bRaKChvqFHflJiEs3NzbQ72omNjcVsNrPh+Q1YrVaeLnha2/abmq/i
811vXJZlEhMTsVgsmn/xer0MHz4cv99Pa2srer2+x2wKgqD5HVEUSU1N1cwtEAgQGRlJamoqly9f
7nOgnTpOnjzJihUrmDp1KgsWLCA9PZ2FCxdqZPUIqPsiy2QyceLEiZC8uro6it9+m9LS98nLy2Pj
xo2oqorVamXjxo1YIiyseWYNDoeDs2fOIklBUgSCoUh8fDyrVq3CaDTidDrJysriiSeeYN++fTQ3
N6PT6cKS1UmYLMs8/vjjZGdn43Q6MRgMFBQUEBERQXl5OaYOH+nz+fB6vfh8Pi0cEAQBn8/HvHnz
KCwsJDo6GrvdTlVVFQ6HQzu+GQwGRFHE6/WGJa2X445AZWUlx48f58477wSCUTqqyoCEBIaPGE5V
VRV+vx+TyYTZbOaFF15g06ZNLF36GN83fkdkx32XSjAeamtr495772XKlCk4HA6SkpL46quv2Lx5
M2lpaQAhfkdVVQRBwGAwQEeQ7PV62bFjB42NjVitVgwGAytXruTy5ctkZWVhMBgoKSnB7/drxO/a
tUtLe71eFi1axMyZM3E4HMTExOByuXj33Xfx+XwcPXqUpUuXkpmZyaqnn8bXzTSF0RkZbXS7WhZQ
cTpdZGdl8oc33iA6Khq3282zzz5Lyw+tSIEAc+fMJT8/P0RZa2sr+fn5NDY1ER0djT8QwO/3859b
tpCcnMzSRx8ld8IEoqxWvvnmGyoqKpAVhZiYGLKzszl+/DgejwexYwdNHTKEuLg4PB4Pu3fvZsmS
JTgcDtLT03E6nXx57BiNTU2YTCZibDZyJ0wgMjIyZIWePXMGCO6I1TU1DE5JITMri9jYWFpaWvjj
V3+kzR70hWazmcmTJ2PQ6zlQXg6hu6FdGJ2RsZdu/0ILqMiqgqPNzv33z2Tdv64jLq4fHo+H/Qf2
k3xLMjk5OSFE/fDDD2x+8UX27fsYnU6PIEBAkvH7/WwtKmLw4MEs+s1iTOYIVEVBbzBgMpkQRQFF
VvB4PERYIhAFsbMTBAIS9rY2hgwZwq6yMh5btoyvq6ow6PUIooDJZMag14MQXJVutxu6WY/RaERV
VURRxGgyEggE8Pv8KIqCqBMxmczodboOHQoetxsEgcjISK42hdyafqQHirqTBQI6UUd0VDS7d++m
taWVJUseYfLkycx6YFZITVmWOXzkCNu3b+PYsS+DMysK0GHzqqqi1+vR6XToDUYyszK1sj4hCJw+
Xa0lVYJBcTAGVK9n/rxz902jG1lFnX/fh6wuQSA4IEFEUSTaHU5stmgybruN9F+N5pbkZFRVpamx
kZqaGmrPnsHe1kZkpBVRJ3aQIRCQJFRVJXPMGMwREXxx9GjwxH+ztwoqqKpCtM3GpEmTOHz4MD/9
+CPiDa5Z/pzocs78qLa6Oj/sWwdR0PraQVxwl5EkCQQw6A0gCMiShKIqGPQG7VDcFf6AhMFgwOvx
BK9iOnadnwtFUXB7PFgiIrQ47C8I7a3DL69oboyer2i64pf3Wb2/z/o/Z4jQ19LLyeMAAAAASUVO
RK5CYII=

–b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0–

–b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0–

–1607949147-eximdsn-1451821199–

@MikeVL Please can you copy the bounce email again but use the code button </> so that it is treated as plain text. I expected the email address within the From header to be surrounded by < and > but it is not shown like that.

Sorry about that. Hopefully this is OK.

Return-Path: <>
Delivered-To: noreply@mydomain.com
Received: from business80.web-hosting.com
by business80.web-hosting.com with LMTP
id wM9cLFtb118nVxAAxQbnxw
(envelope-from <>)
for noreply@mydomain.com; Mon, 14 Dec 2020 07:32:27 -0500
Return-path: <>
Envelope-to: noreply@mydomain.com
Delivery-date: Mon, 14 Dec 2020 07:32:27 -0500
Received: from mailnull by business80.web-hosting.com with local (Exim 4.93)
id 1kon1f-004XYb-MP
for noreply@mydomain.com; Mon, 14 Dec 2020 07:32:27 -0500
X-Failed-Recipients: mikevl@hotmail.com
Auto-Submitted: auto-replied
From: Mail Delivery System Mailer-Daemon@business80.web-hosting.com
To: noreply@mydomain.com
References: 3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0@mydomain.com
Content-Type: multipart/report; report-type=delivery-status; boundary=1607949147-eximdsn-1451821199
MIME-Version: 1.0
Subject: Mail delivery failed: returning message to sender
Message-Id: E1kon1f-004XYb-MP@business80.web-hosting.com
Date: Mon, 14 Dec 2020 07:32:27 -0500

–1607949147-eximdsn-1451821199
Content-type: text/plain; charset=us-ascii

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

mikevl@hotmail.com
host seproxy.web-hosting.com [162.255.118.61]
SMTP error from remote mail server after end of data:
550 High probability of spam

–1607949147-eximdsn-1451821199
Content-type: message/delivery-status

Reporting-MTA: dns; business80.web-hosting.com

Action: failed
Final-Recipient: rfc822;mikevl@hotmail.com
Status: 5.0.0
Remote-MTA: dns; seproxy.web-hosting.com
Diagnostic-Code: smtp; 550 High probability of spam

–1607949147-eximdsn-1451821199
Content-type: message/rfc822

Return-path: noreply@mydomain.com
Received: from [162.0.235.46] (port=44264 helo=mydomain.com)
by business80.web-hosting.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
(Exim 4.93)
(envelope-from noreply@mydomain.com)
id 1kon1X-004XPu-89
for mikevl@hotmail.com; Mon, 14 Dec 2020 07:32:23 -0500
Received: from pool-96-237-183-123.bstnma.fios.verizon.net [96.237.183.123] by mydomain.com with HTTP; Mon, 14 Dec 2020 07:32:19 -0500
Date: Mon, 14 Dec 2020 07:32:19 -0500
To: mikevl@hotmail.com
From: Cathy HB cathyhb@mydomain.com
Subject: Web-hosting email service
Message-ID: 3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0@mydomain.com
X-phpList-version: 3.5.8
X-MessageID: 2608
X-ListMember: mikevl@hotmail.com
Precedence: bulk
List-Help: http://mydomain.com/maillist/?p=preferences&uid=6b659bb0107860613e2544694caa2853
List-Unsubscribe: http://mydomain.com/maillist/?p=unsubscribe&uid=6b659bb0107860613e2544694caa2853&jo=1
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Subscribe: http://mydomain.com/maillist/?p=subscribe
List-Owner: mailto:mike@mydomain.com
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary=“b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0”
X-OutGoing-Spam-Status: No, score=-1.0

This is a multi-part message in MIME format.

–b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

'Web-hosting email service included in cPanel is a common email hosting,
which allows you to send emails, manage email accounts through webmail and
email clients (Outlook, Thunderbird, Mail.app, .etc) via SMTP/POP/IMAP
connection/protocols.

That service is a good choice if you need to use a number of standard email
accounts.

All regular email service features are available for Namecheap Private
Email users as well. However, with the Namecheap Private Email, you can
also setup Exchange accounts to synchronize appointments, tasks, calendar
and email folders between your Namecheap Private Email account and
supported devices and email clients.’=20

– powered by phpList, www.phplist.com –

–b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0
Content-Type: multipart/related;
boundary=“b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0”;
type=“text/html”

–b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

=0A =0A =0A = body { font-size : 14px; font-family: Verdana, Arial, Helvetica, sans-ser= if; } a { font-size: 11px; color: #ff6600; font-style: normal; font-family: ver= dana, sans-serif; text-decoration: none; } a:visited { color: #666666; } a:hover { text-decoration: underline; } p { font-weight: normal; font-size: 12px; color: #666666; font-style: nor= mal; font-family: verdana, sans-serif; text-decoration: none; } h1 {font-weight: bold; font-size: 16px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none;} h2 {font-weight: bold; font-size: 15px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none;} h3 {font-weight: bold; font-size: 14px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none; margin:0px; pad= ding:0px;} h4 {font-weight: bold; font-size: 12px; color: #666666; font-style: norma= l; font-family: verdana, sans-serif; text-decoration: none; margin:0px; pad= ding:0px;} hr {width : 100%; height : 1px; color: #ff9900; size:1px;} .forwardform {margin: 0 0 0 0; padding: 0 0 0 0;} .forwardinput {margin: 0 0 0 0; padding: 0 0 0 0;} .forwardsubmit {margin: 0 0 0 0; padding: 0 0 0 0;} div.emailfooter { font-size : 11px; font-family: Verdana, Arial, Helvetic= a, sans-serif; } div.emailfooter a { font-size: 11px; color: #ff6600; font-style: normal; = font-family: verdana, sans-serif; text-decoration: none; } 'Web-hosting email service included in cPanel is a common em= ail hosting, which allows you to send emails, manage email accounts through= webmail and email clients (Outlook, Thunderbird, Mail.app, .etc) via SMTP/= POP/IMAP connection/protocols.
=0A
=0AThat service is a good choi= ce if you need to use a number of standard email accounts.
=0A
= =0AAll regular email service features are available for Namecheap Private E= mail users as well. However, with the Namecheap Private Email, you can also= setup Exchange accounts to synchronize appointments, tasks, calendar and e= mail folders between your Namecheap Private Email account and supported dev= ices and email clients.'
=0A=0A
3D"p=
owered

3D"" --b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0 Content-Type: image/png; name=powerphplist.png Content-Transfer-Encoding: base64 Content-ID: <277b62f94c45ed7a0fef7bd737c7b963> Content-Disposition: inline; filename=powerphplist.png
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
RK5CYII=

–b2_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0–

–b1_3VXpgS70zOOyLdlI3DgM5lbGY8WiF4hjEuHLzK8AKr0–

–1607949147-eximdsn-1451821199–

The email address should be wrapped by < and > characters. That is the case when I send an email through phplist. Have you removed them as part of hiding the domains?

Trying again. Sorry - new to the forum and while I did read the FAQ/before posting, I still must have messed up…

Return-Path: <>
Delivered-To: noreply@mydomain.com
Received: from business80.web-hosting.com
	by business80.web-hosting.com with LMTP
	id QVxmL6HA11+MUS4AxQbnxw
	(envelope-from <>)
	for <noreply@mydomain.com>; Mon, 14 Dec 2020 14:44:33 -0500
Return-path: <>
Envelope-to: noreply@mydomain.com
Delivery-date: Mon, 14 Dec 2020 14:44:33 -0500
Received: from mailnull by business80.web-hosting.com with local (Exim 4.93)
	id 1kotlp-00Cjg6-MX
	for noreply@mydomain.com; Mon, 14 Dec 2020 14:44:33 -0500
X-Failed-Recipients: mikevl@hotmail.com
Auto-Submitted: auto-replied
From: Mail Delivery System <Mailer-Daemon@business80.web-hosting.com>
To: noreply@mydomain.com
References: <lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4@mydomain.com>
Content-Type: multipart/report; report-type=delivery-status; boundary=1607975073-eximdsn-729096570
MIME-Version: 1.0
Subject: Mail delivery failed: returning message to sender
Message-Id: <E1kotlp-00Cjg6-MX@business80.web-hosting.com>
Date: Mon, 14 Dec 2020 14:44:33 -0500

--1607975073-eximdsn-729096570
Content-type: text/plain; charset=us-ascii

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  mikevl@hotmail.com
host seproxy.web-hosting.com [162.255.118.61]
SMTP error from remote mail server after end of data:
550 High probability of spam

--1607975073-eximdsn-729096570
Content-type: message/delivery-status

Reporting-MTA: dns; business80.web-hosting.com

Action: failed
Final-Recipient: rfc822;mikevl@hotmail.com
Status: 5.0.0
Remote-MTA: dns; seproxy.web-hosting.com
Diagnostic-Code: smtp; 550 High probability of spam

--1607975073-eximdsn-729096570
Content-type: message/rfc822

Return-path: <noreply@mydomain.com>
Received: from [162.0.235.46] (port=45666 helo=mydomain.com)
	by business80.web-hosting.com with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
	(Exim 4.93)
	(envelope-from <noreply@mydomain.com>)
	id 1kotlg-00CjWP-Lm
	for mikevl@hotmail.com; Mon, 14 Dec 2020 14:44:29 -0500
Received: from pool-96-237-183-123.bstnma.fios.verizon.net [96.237.183.123] by mydomain.com with HTTP; Mon, 14 Dec 2020 14:44:24 -0500
Date: Mon, 14 Dec 2020 14:44:24 -0500
To: mikevl@hotmail.com
From: Cathy HB <cathyhb@mydomain.com>
Subject: Web-hosting email service
Message-ID: <lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4@mydomain.com>
X-phpList-version: 3.5.8
X-MessageID: 2608
X-ListMember: mikevl@hotmail.com
Precedence: bulk
List-Help: <http://mydomain.com/maillist/?p=preferences&uid=6b659bb0107860613e2544694caa2853>
List-Unsubscribe: <http://mydomain.com/maillist/?p=unsubscribe&uid=6b659bb0107860613e2544694caa2853&jo=1>
List-Unsubscribe-Post: List-Unsubscribe=One-Click
List-Subscribe: <http://mydomain.com/maillist/?p=subscribe>
List-Owner: <mailto:mike@mydomain.com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="b1_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4"
X-OutGoing-Spam-Status: No, score=-1.0

This is a multi-part message in MIME format.

--b1_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

'Web-hosting email service included in cPanel is a common email hosting,
which allows you to send emails, manage email accounts through webmail and
email clients (Outlook, Thunderbird, Mail.app, .etc) via SMTP/POP/IMAP
connection/protocols.

That service is a good choice if you need to use a number of standard email
accounts.

All regular email service features are available for Namecheap Private
Email users as well. However, with the Namecheap Private Email, you can
also setup Exchange accounts to synchronize appointments, tasks, calendar
and email folders between your Namecheap Private Email account and
supported devices and email clients.'=20





-- powered by phpList, www.phplist.com --


--b1_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4
Content-Type: multipart/related;
 boundary="b2_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4";
 type="text/html"

--b2_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<html><head>=0A        <meta content=3D"text/html;charset=3DUTF-8" http-equ=
iv=3D"Content-Type">=0A        <meta content=3D"width=3Ddevice-width"/>=0A =
   <title></title>  <style type=3D"text/css">
  body { font-size : 14px; font-family: Verdana, Arial, Helvetica, sans-ser=
if; }
  a { font-size: 11px; color: #ff6600; font-style: normal; font-family: ver=
dana, sans-serif; text-decoration: none; }
  a:visited { color: #666666; }
  a:hover {  text-decoration: underline; }
  p { font-weight: normal; font-size: 12px; color: #666666; font-style: nor=
mal; font-family: verdana, sans-serif; text-decoration: none; }
  h1 {font-weight: bold; font-size: 16px; color: #666666; font-style: norma=
l; font-family: verdana, sans-serif; text-decoration: none;}
  h2 {font-weight: bold; font-size: 15px; color: #666666; font-style: norma=
l; font-family: verdana, sans-serif; text-decoration: none;}
  h3 {font-weight: bold; font-size: 14px; color: #666666; font-style: norma=
l; font-family: verdana, sans-serif; text-decoration: none; margin:0px; pad=
ding:0px;}
  h4 {font-weight: bold; font-size: 12px; color: #666666; font-style: norma=
l; font-family: verdana, sans-serif; text-decoration: none; margin:0px; pad=
ding:0px;}
  hr {width : 100%; height : 1px; color: #ff9900; size:1px;}
  .forwardform {margin: 0 0 0 0; padding: 0 0 0 0;}
  .forwardinput {margin: 0 0 0 0; padding: 0 0 0 0;}
  .forwardsubmit {margin: 0 0 0 0; padding: 0 0 0 0;}
  div.emailfooter { font-size : 11px; font-family: Verdana, Arial, Helvetic=
a, sans-serif; }
  div.emailfooter a { font-size: 11px; color: #ff6600; font-style: normal; =
font-family: verdana, sans-serif; text-decoration: none; }
  </style>
  </head><body>'Web-hosting email service included in cPanel is a common em=
ail hosting, which allows you to send emails, manage email accounts through=
 webmail and email clients (Outlook, Thunderbird, Mail.app, .etc) via SMTP/=
POP/IMAP connection/protocols.<br />=0A<br />=0AThat service is a good choi=
ce if you need to use a number of standard email accounts.<br />=0A<br />=
=0AAll regular email service features are available for Namecheap Private E=
mail users as well. However, with the Namecheap Private Email, you can also=
 setup Exchange accounts to synchronize appointments, tasks, calendar and e=
mail folders between your Namecheap Private Email account and supported dev=
ices and email clients.' <br />=0A=0A<p class=3D"poweredby" style=3D"text-a=
lign:center"><a href=3D"https://mydomain.com/maillist/lt.php?tid=3DfRgHCQJbAFd=
XV0tSUAUMGA1SAAMeXF9TCxxTWFlWAVMDAFNdBwJKUFcDBwFQDVAYAFJUVB5QCVIHHFsJBAYeBw=
MGVwtWUA5SUgYDGVRVUwAAWlcGHgAAVQscV18DVB4IAlVSFAZaBgACVVJSVldUDQ"  title=3D=
"visit the phpList website" ><img src=3D"cid:e0ec3c30ae7fb0b7c3226d69867fd9=
f4" title=3D"powered by phpList version 3.5.8, &copy; phpList ltd" alt=3D"p=
owered by phpList 3.5.8, &copy; phpList ltd" border=3D"0" /></a></p><img sr=
c=3D"https://mydomain.com/maillist/ut.php?u=3D6b659bb0107860613e2544694caa2853=
&amp;m=3D2608" width=3D"1" height=3D"1" border=3D"0" alt=3D"" /></body></ht=
ml>
--b2_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4
Content-Type: image/png; name=powerphplist.png
Content-Transfer-Encoding: base64
Content-ID: <e0ec3c30ae7fb0b7c3226d69867fd9f4>
Content-Disposition: inline; filename=powerphplist.png

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
RK5CYII=

--b2_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4--


--b1_lqED2mibBdZX0cJvg9c4dW3AG6Dpw17Sh9t6damtYK4--


--1607975073-eximdsn-729096570--

@MikeVL Thanks. There now doesn’t appear to be anything unusual with the original email sent by phplist.

I can send successfully using both forms of the From address that you showed, so I don’t think that there is anything in phplist that can be changed or fixed.

If changing the From address is the only change you made, and that was then delivered, then I guess anti-spam software is rejecting it. Is there anything for spam detection on your hosting control panel?