[PR #155] [CLOSED] Implement Rate Limit per remote #162

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

📋 Pull Request Information

Original PR: https://github.com/decke/smtprelay/pull/155
Author: @webfrank
Created: 4/19/2024
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 836f599 Implement Rate Limit per remote

📊 Changes

8 files changed (+80 additions, -11 deletions)

View changed files

.gitignore (+2 -0)
Dockerfile (+22 -0)
📝 README.md (+4 -2)
📝 go.mod (+5 -1)
📝 go.sum (+4 -0)
📝 main.go (+1 -1)
📝 remotes.go (+32 -7)
📝 smtp.go (+10 -0)

📄 Description

I've added a rate limiter per remote configuration with an optional url parameter.
I've also added a Dockerfile to build a container image.


🔄 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/155 **Author:** [@webfrank](https://github.com/webfrank) **Created:** 4/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`836f599`](https://github.com/decke/smtprelay/commit/836f599c868b8e39c46d80119ea632381fbe2991) Implement Rate Limit per remote ### 📊 Changes **8 files changed** (+80 additions, -11 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) ➕ `Dockerfile` (+22 -0) 📝 `README.md` (+4 -2) 📝 `go.mod` (+5 -1) 📝 `go.sum` (+4 -0) 📝 `main.go` (+1 -1) 📝 `remotes.go` (+32 -7) 📝 `smtp.go` (+10 -0) </details> ### 📄 Description I've added a rate limiter per remote configuration with an optional url parameter. I've also added a Dockerfile to build a container image. --- <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:35 +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#162
No description provided.