Closed briceburg closed 8 years ago
Commit above adds these flags. If you want to try before this pull request gets merged, you could use my fork. This -i -t change is the only change compared to the master in the original repository.
Thanks @briceburg, good suggestion, and thanks @langemeijer for implementing it :+1:
Applications by default may invoke sendmail with the
-t
and-i
flags, behavior which mhsendmail supports out-of-box.We've set mhsendmail as the default system mailer; e.g. in our php Dockerfiles
and can work around the issue by configuring the php sendmail path according to your documention. Instead of erroring if these flags are passed; do you think it makes sense to silently continue so we can skip the sendmail path configuration?
Many thanks