-
-
Notifications
You must be signed in to change notification settings - Fork 5k
improve email headers #41268
Copy link
Copy link
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: emails
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: emails
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
StatusShow more project fields
Backlog
I've set up my nextcloud to use a dedicated smtp account to send notifications.
So if i'm sharing a file or calenderevent the recipient recieves a mail from
MyUser Name via MyCloud <cloud@myclouddomain.com>If that recipent tries to answer to that e-mail the cloud-user recives the answer because the mail contains a
Reply-To-Header:user@arbitraridomain.com.So far so good.
If on the other hand the recipient has set up an auto-reply (out of office) notification: that will be delivered to
cloud@mydomain.comand will never be read by the cloud-user.From-Header or theReturn-Path-Header?according to rfc3834 the Return-Path should be used.