[PR #267] [CLOSED] feat: add alias file support #264

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

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/267
Author: @Atoms
Created: 10/29/2025
Status: Closed

Base: masterHead: feat/add_alias_support


📝 Commits (4)

  • afe4159 feat: add alias file support
  • a2fac09 feat: add alias file support
  • 9f94f5f feat: add alias file support
  • 525f99c feat: add alias file support

📊 Changes

5 files changed (+84 additions, -1 deletions)

View changed files

aliases.go (+52 -0)
📝 config.go (+17 -0)
📝 main.go (+11 -0)
📝 smtp.go (+1 -1)
📝 smtprelay.ini (+3 -0)

📄 Description

Add support for alias file.

Alias file format
original_to replaced_to


🔄 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/267 **Author:** [@Atoms](https://github.com/Atoms) **Created:** 10/29/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/add_alias_support` --- ### 📝 Commits (4) - [`afe4159`](https://github.com/decke/smtprelay/commit/afe4159a78cb5634495a24fc7e52ce8589a1254f) feat: add alias file support - [`a2fac09`](https://github.com/decke/smtprelay/commit/a2fac09892ef8dfe10e05c3e293dd3157a84c7c4) feat: add alias file support - [`9f94f5f`](https://github.com/decke/smtprelay/commit/9f94f5f98ebde21a4c6a740fafb3917c440ae460) feat: add alias file support - [`525f99c`](https://github.com/decke/smtprelay/commit/525f99c038c6b4e0df7174fa7eabf188de52ea96) feat: add alias file support ### 📊 Changes **5 files changed** (+84 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `aliases.go` (+52 -0) 📝 `config.go` (+17 -0) 📝 `main.go` (+11 -0) 📝 `smtp.go` (+1 -1) 📝 `smtprelay.ini` (+3 -0) </details> ### 📄 Description Add support for alias file. Alias file format original_to replaced_to --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:34:00 +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#264
No description provided.