bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rcd-mail.el Emacs package for GNU Mailutils "mail"


From: Sergey Poznyakoff
Subject: Re: rcd-mail.el Emacs package for GNU Mailutils "mail"
Date: Mon, 07 Jun 2021 13:10:08 +0200

Jean Louis <bugs@gnu.support> ha escrit:

> Thanks, there is no problem now. I can send emails with comma. Though
> I did not understand why it did not work.

The reason was two-fold.  First, if you use in command line a recipient
email that contains personal part, you need to quote it, otherwise it
will be treated as two addresses instead of one.  E.g. when sending mail
to "Sherlock Holmes, esq." <holmes@example.com>, you'd do:

  mail "\"Sherlock Holmes, esq.\" <holmes@example.com>"

That's what the patch to rcd-mail.el does.

Secondly, when parsing multiple addresses, mail was erroneously removing
quotes surrounding personal parts, thereby exposing their texts (and
eventual commas) to the parser.  This is what the commit b6818d6d3c
fixed.

Regards,
Sergey





reply via email to

[Prev in Thread] Current Thread [Next in Thread]