-
Notifications
You must be signed in to change notification settings - Fork 35
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
feature request: add support for generating RFC-2822 Message-ID header #82
Comments
|
Originally the purpose of msmtp was to submit mail to a server that takes care of everything else - including adding a |
|
I must correct myself, the pseudo random number idea was stupid. |
|
OK I went ahead and implemented this. This change should appear in this mirror repository soon, alternatively you can get it from the main repository. |
|
Thank you @marlam ! |
msmtpis a great utility - thank you for maintaining it. This is a request to add support to generate aMessage-IDheader field as per RFC-2822 if one isn't already present in the message being sent. This field is required by many email providers to avoid a reject and would be a convenient feature for those of us who sometimes pipe messages straight into msmtp.There a lot of ways to generate a Message-ID, and I don't have strong opinions on how it the feature should be implemented. Perhaps something like concatenating an epoch-millis timestamp with the
accountfield would work for a simple, zero-conf option.If you aren't interesting in implementing this, would you consider a PR? This was requested in Debian bug #945024, so there are at least two of us who would use the feature, but I suspect many others would find it useful.
The text was updated successfully, but these errors were encountered: