• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Forwarded to devs 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
 
Back
Top