On Thu, Jan 28, 2021 at 05:30:07PM -0000, Stuart Henderson wrote:
You could use "sendbug -P > sendbug.out" to get your report in a file
and send that from a different host. Or edit the file and

$ cat sendbug.out | mail -s "my bug report" -r my_lap...@domain.com \
        -c my_lap...@domain.com b...@openbsd.org

unless you do this, sendbug doesn't use mail(1), it uses /usr/sbin/sendmail
directly.

Okay, how do I specify that sendbug sets a specific from address when sending mail? Or do I have to save it as a text file as discussed above

Reply via email to