[PR #270] [MERGED] feat: dynamic alias #267

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

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/270
Author: @Atoms
Created: 11/5/2025
Status: Merged
Merged: 11/8/2025
Merged by: @decke

Base: masterHead: feat/dynamic_alias


📝 Commits (8)

📊 Changes

8 files changed (+495 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
aliases.go (+72 -0)
aliases_test.go (+315 -0)
📝 config.go (+17 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 main.go (+82 -0)
📝 smtprelay.ini (+5 -0)

📄 Description

allow to read aliases dynamically when file is changed without restart of application


🔄 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/270 **Author:** [@Atoms](https://github.com/Atoms) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@decke](https://github.com/decke) **Base:** `master` ← **Head:** `feat/dynamic_alias` --- ### 📝 Commits (8) - [`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 - [`83ddcdd`](https://github.com/decke/smtprelay/commit/83ddcdd57a85f11f8d55b9ec9622ac9d9ae1c09b) feat: dynamic reread of aliases - [`acec9f3`](https://github.com/decke/smtprelay/commit/acec9f37898b826c32dad08b19a2cbf59a3a51d6) fix: add tests - [`2686beb`](https://github.com/decke/smtprelay/commit/2686bebb68f7ea9c0c20360ee82299c78e3ebeb2) fix: add simple doc - [`3874cc5`](https://github.com/decke/smtprelay/commit/3874cc5f47d28eb0ae1aab7788b0051d9421ff3a) fix: add simple doc ### 📊 Changes **8 files changed** (+495 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `aliases.go` (+72 -0) ➕ `aliases_test.go` (+315 -0) 📝 `config.go` (+17 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `main.go` (+82 -0) 📝 `smtprelay.ini` (+5 -0) </details> ### 📄 Description allow to read aliases dynamically when file is changed without restart of application --- <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:02 +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#267
No description provided.