bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] mu_message_get_attachment_name bug


From: Kostik
Subject: Re: [bug-mailutils] mu_message_get_attachment_name bug
Date: Fri, 02 Apr 2010 13:36:41 +0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.0

Hi!

Sergey Poznyakoff wrote:
>
> That macro is overly stringent. According to RFC 2045, dot is not a
> special character. Attached is a patch that fixes it. Thanks for
> reporting!

Hmmm... This patch broke get_attachment_name for all quoted filename.

Perhaps
---
-#define _ISSPECIAL(c) !!strchr ("()<>@,;:\\\"/[]?=", c)
+#define _ISSPECIAL(c) !!strchr ("()<>@,;:\\/[]?=", c)
---
?

=kostik



reply via email to

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