mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[PR #669] [MERGED] Add support for multiple RCPT TO in incoming email #1006
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1006
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/healthchecks/healthchecks/pull/669
Author: @pesca-chingolo
Created: 6/15/2022
Status: ✅ Merged
Merged: 7/29/2022
Merged by: @cuu508
Base:
master← Head:master📝 Commits (1)
013404bAdd support for multiple RCPT TO in incoming email📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
hc/api/management/commands/smtpd.py(+3 -2)📄 Description
Found a particular scenario where the software (Veeam Agent) sending the email notifications that also have to be processed as pings, allows to send to one fixed recipient address only.
If I forward these emails, from that address to the multiple checks/recipients that I need (filtering via subject in Healthchecks), it sends them in one connection using multiple RCPT TOs, and Healthchecks just processes the first one.
This little change allows it to process multiple RCPT addresses and may be useful for this particular case and others.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.