-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Switch to use -f instead of -F for sendmail #9961
Conversation
It's weird, this have been working fine since #355! How is this possible? |
Codecov Report
@@ Coverage Diff @@
## master #9961 +/- ##
==========================================
- Coverage 42.24% 42.24% -0.01%
==========================================
Files 610 610
Lines 80274 80274
==========================================
- Hits 33914 33912 -2
- Misses 42198 42199 +1
- Partials 4162 4163 +1
Continue to review full report at Codecov.
|
I suspect it has not been working fine! |
I think this can be easely backported to 1.10.x too |
Make lg-tm work |
pleace send backport |
Fix #9385 Co-authored-by: zeripath <[email protected]>
It appears that the sendmail function has been incorrect from its merging. We should use
-f
not-F
.From http://man7.org/linux/man-pages/man8/sendmail.8.html
Fix #9385