Update to mutt-1.5.17-1.fc7 broke my mutt (setting From:)

Michael Schwendt mschwendt at gmail.com
Wed Nov 21 08:12:47 UTC 2007


On 20/11/2007, Tom Chiverton <fed at falkensweb.com> wrote:
> 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 at g.com < /dev/null
>
> The .muttrc is:
> # cat /root/.muttrc
> set from="root <root at mydemain.com>"
> #
>
> 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 at hostname.localhost', 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.
>
> So what's changed ? Do I just need to set some option somewhere ?

Have you compared the mail envelope/headers created by both versions?
Maybe you need sendmail -f to make it work?

set use_envelope_from
set envelope_from_address="..."

Anyway, "rpm --query --docfiles mutt" points to the mutt changelog and
upgrade notes. And "rpm --query --changelog mutt" displays the package
changelog.




More information about the fedora-list mailing list