[PR #669] [MERGED] Add support for multiple RCPT TO in incoming email #1006

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

📋 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: masterHead: master


📝 Commits (1)

  • 013404b Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/669 **Author:** [@pesca-chingolo](https://github.com/pesca-chingolo) **Created:** 6/15/2022 **Status:** ✅ Merged **Merged:** 7/29/2022 **Merged by:** [@cuu508](https://github.com/cuu508) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`013404b`](https://github.com/healthchecks/healthchecks/commit/013404b745c91a7814e78f938aff0a7669933061) Add support for multiple RCPT TO in incoming email ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `hc/api/management/commands/smtpd.py` (+3 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:33 +03:00
Sign in to join this conversation.
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/healthchecks#1006
No description provided.