mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[PR #136] [CLOSED] Cerothen patch 1 #148
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/136
Author: @Cerothen
Created: 11/1/2023
Status: ❌ Closed
Base:
master← Head:Cerothen-patch-1📝 Commits (2)
1c6ea8dResolve issue 1347f75833Forgot an import📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
smtp.go(+6 -0)📄 Description
Resolve issue 134
https://github.com/decke/smtprelay/issues/134
Some mail providers (proton in this case) reject the mail if the msg content isnt updated to reflect an updated "From: " header.
This pull request modifies the from header while preserving additional naming data (it does not correct malformed data)
From: original@host.tld=>From: updated@newhost.tldOR
From: Some Name <original@host.tld>=>From: Some Name <updated@newhost.tld>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.