mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[PR #411] [MERGED] Update smtpd.go: Adding case-insensitive flags to regex'es #547
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#547
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/axllent/mailpit/pull/411
Author: @ThomasLandauer
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/14/2024
Merged by: @axllent
Base:
develop← Head:patch-2📝 Commits (2)
7ccd8e2Update smtpd.go: Adding case-insensitive flags to regex'esf93ab9eUpdate smtpd_test.go📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
internal/smtpd/smtpd.go(+2 -2)📝
internal/smtpd/smtpd_test.go(+2 -2)📄 Description
The syntax is taken from https://stackoverflow.com/a/15326471/1668200
Do you have tests for case-insensitivity?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.