mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
document that mox sendmail -t does not treat cc and bcc headers specially
This commit is contained in:
parent
d36419170b
commit
c5fdb7309f
2 changed files with 6 additions and 2 deletions
4
doc.go
4
doc.go
|
@ -633,7 +633,9 @@ If submitting an email fails, it is added to a directory moxsubmit.failures in
|
|||
the user's home directory.
|
||||
|
||||
Most flags are ignored to fake compatibility with other sendmail
|
||||
implementations. A single recipient is required, or the tflag.
|
||||
implementations. A single recipient or the -t flag with a To-header is required.
|
||||
With the -t flag, Cc and Bcc headers are not handled specially, so Bcc is not
|
||||
removed and the addresses do not receive the email.
|
||||
|
||||
/etc/moxsubmit.conf should be group-readable and not readable by others and this
|
||||
binary should be setgid that group:
|
||||
|
|
|
@ -39,7 +39,9 @@ If submitting an email fails, it is added to a directory moxsubmit.failures in
|
|||
the user's home directory.
|
||||
|
||||
Most flags are ignored to fake compatibility with other sendmail
|
||||
implementations. A single recipient is required, or the tflag.
|
||||
implementations. A single recipient or the -t flag with a To-header is required.
|
||||
With the -t flag, Cc and Bcc headers are not handled specially, so Bcc is not
|
||||
removed and the addresses do not receive the email.
|
||||
|
||||
/etc/moxsubmit.conf should be group-readable and not readable by others and this
|
||||
binary should be setgid that group:
|
||||
|
|
Loading…
Reference in a new issue