I finally got around to upgrading mutt to 1.25 and took another look at setting
it up to work correctly with qmail.

My solution (which you might want to mention in your qmail help) is:

set sendmail="/var/qmail/bin/qmail-inject -h"
set write_bcc=yes

This lets qmail parse the message headers and get things right, rather
than use the addresses passed on the command line in the incorrect
format. (qmail expects raw addresses, where as sendmail expects rfc821
encoded addresses.)

Reply via email to