[PR #136] [CLOSED] Cerothen patch 1 #148

Closed
opened 2026-02-26 18:33:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/136
Author: @Cerothen
Created: 11/1/2023
Status: Closed

Base: masterHead: Cerothen-patch-1


📝 Commits (2)

📊 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.tld

OR

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.

## 📋 Pull Request Information **Original PR:** https://github.com/decke/smtprelay/pull/136 **Author:** [@Cerothen](https://github.com/Cerothen) **Created:** 11/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Cerothen-patch-1` --- ### 📝 Commits (2) - [`1c6ea8d`](https://github.com/decke/smtprelay/commit/1c6ea8dd3cd771cd3886fa2b043c591527beafe2) Resolve issue 134 - [`7f75833`](https://github.com/decke/smtprelay/commit/7f75833fb818f37a95c719b326e00cca25259700) Forgot an import ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `smtp.go` (+6 -0) </details> ### 📄 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.tld``` OR ```From: Some Name <original@host.tld>``` => ```From: Some Name <updated@newhost.tld>``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:33:31 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/smtprelay#148
No description provided.