On my Fedora Core 7, x86_64 box, I have a daily job that emails some things off site: # mutt -F /root/.muttrc -a /tmp/cacti.sql -s'back cacti' t < /dev/null The .muttrc is: # cat /root/.muttrc set from="root <root>" # Up until the day I applied https://www.redhat.com/archives/fedora-package-announce/2007-November/msg00490.html this worked fine. Now it is leaving the From: as 'root', which isn't in public DNS, so my upstream SMTP smart host rejects it. I have strace'd mutt, and it's differently sending the wrong thing to the local sendmail, and as I said, it worked until the recent update. Just to confirm, downgrading to mutt-1.5.14-3.fc7.x86_64 (with --oldpackage, having --force'd the removal of 'urlview') has fixed the problem. rpm moaned about creating Muttrc as Muttrc.rpmnew, but the diff of the two doesn't indicate anything that looks like it should cause this.
set use_envelope_from set envelope_from_address="..." One of those two does the trick and returns things to working order.
Should be fixed in mutt-1.5.17-2.fc7. Thanks for the report.
mutt-1.5.17-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mutt'
mutt-1.5.17-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update mutt'
That's fixed it here (FC7). My original .muttrc works fine (below) # cat .muttrc set from="root <root>" set use_from=yes set envelope_from=yes #
mutt-1.5.17-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.
mutt-1.5.17-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.