Your message dated Fri, 6 Mar 2026 02:03:02 +0500
with message-id
<CAPeEWgCOJgFpVExDWvjPAnXjC5_N7s=e5rwd6bfdtxyajjy...@mail.gmail.com>
and subject line From address can be overridden using setting.
has caused the Debian Bug report #650613,
regarding ssmtp ignores the -f option not documented in manpage
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
650613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650613
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ssmtp
Version: 2.64-5
When you call:
$ ssmtp -f [email protected]
ssmtp will ignore the -f option
the manpage say:
-fname Sets the name of the ``from'' person. This option is valid
only if no From: line is specified within the header of the
email.
and the source of ssmtp.c say:
1886 /* Set from/sender address */
1887 case 'f':
1888 /* Obsolete -f flag */
please parse the -f option and rewrite the from. An other option is to correct
the manpage but many tools uses '-f' without a 'From' in the mail text.
--- End Message ---
--- Begin Message ---
Thank you for your interest in ssmtp.
FromLineOverride
Specifies whether the From header of an email, if any, may override the
default domain.
The default is
FromLineOverride is a conffig setting that lets you override the from
address in a message, so I am closing the bug.
--- End Message ---