Add (and ignore) -B option.
Sendmail has a -B
option to dictate the body type.
If ssmtp
is invoked as sendmail -B 8BITMIME $rcpt
, the user 8BITMIME
also gets a copy of the e-mail. This fixes that and silently ignores the flag.
Sendmail has a -B
option to dictate the body type.
If ssmtp
is invoked as sendmail -B 8BITMIME $rcpt
, the user 8BITMIME
also gets a copy of the e-mail. This fixes that and silently ignores the flag.