Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the shape of an 'inbound' email sending class #73

Open
brendanheywood opened this issue Nov 20, 2024 · 2 comments
Open

Investigate the shape of an 'inbound' email sending class #73

brendanheywood opened this issue Nov 20, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@brendanheywood
Copy link
Contributor

eg this affects the way the sender headers get written on outbound emails

This will be a core tracker

@brendanheywood brendanheywood changed the title Investigate the shape of an 'inbounce' email sending class Investigate the shape of an 'inbound' email sending class Nov 21, 2024
@bwalkerl
Copy link
Contributor

bwalkerl commented Nov 27, 2024

When $CFG->handlebounces is enabled, core does set $mail->Sender = generate_email_processing_address(0, $modargs);

This is showing up in the logs on bounces as the send address (i.e. something like [email protected]), but from what I've seen this isn't making it to the inbound email headers.

This would usually appear in the Return Path, but it seems to be getting replaced somewhere in the chain (most likely by SES) and ending up as 010301433b1eb9ce-9b9edeee-56bb-4c54-86ba-63f45d0e0cfd-000000@example.com. This happens regardless of whether the Sender is the handlebounces address or noreply.

Were there any other headers of concern?

@brendanheywood
Copy link
Contributor Author

This is good enough for right now, as we are not breaking anything when the inbounce system is not configured. We'll come back to this when we tackle the inbound emails

@brendanheywood brendanheywood added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants