• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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