#3795: "Bad IDN" warning for alias groups
---------------------+---------------------
Reporter: chdiza | Owner: brendan
Type: defect | Status: closed
Priority: major | Milestone:
Component: SMTP | Version:
Resolution: fixed | Keywords:
---------------------+---------------------
Changes (by Kevin McCarthy <kevin@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [94186a96ca17f4d348fd563e4b2ded3386180bad]:
{{{
#!CommitTicketReference repository=""
revision="94186a96ca17f4d348fd563e4b2ded3386180bad"
Fix bad idn error on local mailboxes. (closes #3795)
Commit 831abf39d53a pulled the mbox_to_udomain() call inside the
conversion functions. Unfortunately, this causes local (user only)
mailboxes to be considered conversion errors instead of just skipping
them.
Revert mbox_to_udomain() back to using a static buffer and pull back
into the mutt_addrlist_to_local/intl() functions.
Pass the user and domain into the conversion functions instead of the
address.
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3795#comment:4>
Mutt <http://www.mutt.org/>
The Mutt mail user agent