Bug 392861 - Update to mutt-1.5.17-1.fc7 broke mutt setting From:
Summary: Update to mutt-1.5.17-1.fc7 broke mutt setting From:
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mutt
Version: 7
Hardware: x86_64
OS: Linux
low
high
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-20 19:27 UTC by Tom Chiverton
Modified: 2007-12-06 22:50 UTC (History)
2 users (show)

Fixed In Version: 1.5.17-2.fc7
Clone Of:
Environment:
Last Closed: 2007-12-06 17:40:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tom Chiverton 2007-11-20 19:27:21 UTC
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.

Comment 1 Tom Chiverton 2007-11-21 18:35:58 UTC
set use_envelope_from
set envelope_from_address="..."

One of those two does the trick and returns things to working order.

Comment 2 Miroslav Lichvar 2007-11-23 11:58:45 UTC
Should be fixed in mutt-1.5.17-2.fc7.

Thanks for the report.

Comment 3 Fedora Update System 2007-11-26 18:39:59 UTC
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'

Comment 4 Fedora Update System 2007-11-26 18:48:04 UTC
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'

Comment 5 Tom Chiverton 2007-11-27 19:15:28 UTC
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
#      

Comment 6 Fedora Update System 2007-12-06 17:40:16 UTC
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.

Comment 7 Fedora Update System 2007-12-06 22:50:17 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.