This rule in .procmailrc used to work to decode RFC2047-encoded Subject fields : :0 * ^Subject:.*=\? { :0 h S=| formail -cx Subject: | \ perl -MEncode=from_to -pe 'from_to $_, "MIME-Header", "utf-8"' :0 fhw | formail -i "Subject: $S" } It fails now, producing an empty Subject: field. Reproducible: Always Steps to Reproduce: 1. add the rule showed above in .procmailrc ; 2. echo 'Subject: =?UTF-8?Q?Bonne_ann=C3=A9e_!?=' | procmail ; 3. a new message should show up in your mailbox, bearing the date 1/1/70. Actual Results: The new message reads : Old-Subject: =?UTF-8?Q?Bonne_ann=C3=A9e_!?= Subject: Expected Results: It should have been : Old-Subject: =?UTF-8?Q?Bonne_ann=C3=A9e_!?= Subject: Bonne année ! The problem started in Fedora 37, around April 2023, I think.
Fedora Linux 38 entered end-of-life (EOL) status on 2024-05-21. Fedora Linux 38 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed.