• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Wrong Email From address if Email From display name contains "<>" and forwarded by Plesk

nethubonline

Regular Pleskian
Username:

TITLE

Wrong Email From address if Email From display name contains "<>" and forwarded by Plesk

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Version 18.0.60 Update #1
AlmaLinux release 9.3

PROBLEM DESCRIPTION

When From display name contains "<>" (e.g. From: "<helloworld>" <[email protected]), and email messages forwarded from one mail account to another on the same Plesk server, the original From will disappear and another "From: SRS" header is inserted.

Very few senders will write their display name like this, but we cannot force such senders to change their setting.

Tried below command but not help
Bash:
plesk bin mailserver --set-outgoing-messages-fix-sender true

STEPS TO REPRODUCE

  1. In Plesk, setup an email forward from [email protected] to [email protected]
  2. In sender's Outlook/webmail, set display name to contain "<>", e.g. From: "<helloworld>" <[email protected]>
  3. Send an email to [email protected]

ACTUAL RESULT

The original From will disappear and another "From: SRS" header is inserted.

Code:
Return-Path: <[email protected]>
X-Original-To: [email protected]
Delivered-To: [email protected]
Received: by server.plesktest.com (Postfix, from userid 30)
    id 523FD80AB2; Tue, 14 May 2024 03:09:20 +0800 (HKT)
From: [email protected]

EXPECTED RESULT

The original From remain unchanged

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
I could not reproduce the issue using Outlook (Desktop app) or Thunderbird as the sending application, only when using Roundcube as the sending application.

Filed the issue for further analysis with ID PPS-16007.
 
This has been confirmed as a bug. When fixed it will be published with ID PPPM-14438 on the Plesk change log. A possible workaround is to run the follow the command:
Code:
plesk sbin mail_handlers_control --disable --name add-from --type global --queue before-sendmail
 
This issue has been solved with the release of Plesk 18.0.62.
When the email sender's address contains the < and/or > symbols, it is once again displayed correctly in the “From” field of a forwarded email. (PPPM-14438)
 
Back
Top