dave2wave opened a new pull request, #573: URL: https://github.com/apache/tooling-trusted-releases/pull/573
## Pull request summary <!-- markdownlint-disable-line MD041 --> **Description:** Closes #547 Still have doubts since it fails to send on my dev environment with: ``` ERROR [ 2026-01-21 13:46:18.890 ] 16774 <atr.mail._send_many> Failed to send to [email protected]: mail.py:108 Traceback (most recent call last): File "/Users/sarahbarr/apache/tooling-trusted-releases/atr/mail.py", line 106, in _send_many await _send_via_relay(from_addr, addr, message_bytes) File "/Users/sarahbarr/apache/tooling-trusted-releases/atr/mail.py", line 133, in _send_via_relay await smtp.sendmail(from_addr, [to_addr], msg_bytes) File "/Users/sarahbarr/apache/tooling-trusted-releases/.venv/lib/python3.13/site-packages/aiosmtplib/s mtp.py", line 1354, in sendmail raise exc File "/Users/sarahbarr/apache/tooling-trusted-releases/.venv/lib/python3.13/site-packages/aiosmtplib/s mtp.py", line 1342, in sendmail recipient_errors = await self._send_recipients( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ recipients, rcpt_options, encoding=mailbox_encoding, timeout=timeout ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/Users/sarahbarr/apache/tooling-trusted-releases/.venv/lib/python3.13/site-packages/aiosmtplib/s mtp.py", line 1379, in _send_recipients raise SMTPRecipientsRefused(recipient_errors) aiosmtplib.errors.SMTPRecipientsRefused: [SMTPRecipientRefused(554, '5.7.1 <unknown[2601:645:c01:1560:8807:c58e:3543:53d3]>: Client host rejected: Access denied', '[email protected]')] WARNING [ 2026-01-21 13:46:18.894 ] 16774 <atr.mail.send> Errors sending to [email protected]: ["failed to mail.py:91 send to [email protected]: [SMTPRecipientRefused(554, '5.7.1 <unknown[2601:645:c01:1560:8807:c58e:3543:53d3]>: Client host rejected: Access denied', '[email protected]')]"] ``` --- ## Required acknowledgements Please replace each `[ ]` with `[x]` to confirm. PRs missing confirmations may be closed or converted to Draft. * [ ] I have read and followed **CONTRIBUTING.md** * [ ] I have read **DEVELOPMENT.md** * [ ] I have run the required tests and checks locally * [ ] All required checks are currently passing * [ ] This branch is **rebased on the current `main` branch** --- ## Draft requirement If **any** of the following are true: * Tests or checks are failing * Work is incomplete * Rebase on `main` is pending **This PR MUST be opened or converted to a Draft**: Convert to a ready PR only after all acknowledgements above can be confirmed. --- ## Rebase confirmation details (optional but encouraged) <!-- If helpful, note how the rebase was done: git fetch origin git rebase origin/main --> --- ## Additional notes <!-- Anything reviewers should know: - Design decisions - Follow-up work - Compatibility concerns --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
