From adfb8ab4d8c42af132cda089373dea014799dbec Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 24 Sep 2002 05:48:14 +0000 Subject: Changed the Mailing-List rule to get the complete domain (* in wrong 2002-09-24 Not Zed * camel-mime-utils.c (mail_list_magic[]): Changed the Mailing-List rule to get the complete domain (* in wrong spot). #31087. svn path=/trunk/; revision=18192 --- camel/ChangeLog | 3 +++ camel/camel-mime-utils.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index ac6d0eb5ea..a58e1b2017 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2002-09-24 Not Zed + * camel-mime-utils.c (mail_list_magic[]): Changed the Mailing-List + rule to get the complete domain (* in wrong spot). #31087. + * camel-text-index.c (text_index_compress_nosync): If we have no data written to a key, dont add it, or its partition header. diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index f1a3792f60..3797215684 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -3750,7 +3750,7 @@ static struct { /* List-Post: */ { "List-Post", " *]+)@?([^ \n\t\r>]*)" }, /* Mailing-List: list gnome-hackers@gnome.org; contact gnome-hackers-owner@gnome.org */ - { "Mailing-List", " *list ([^@]+)@?([^ \n\t\r>;])*" }, + { "Mailing-List", " *list ([^@]+)@?([^ \n\t\r>;]*)" }, /* Originator: gnome-hackers@gnome.org */ { "Originator", " *([^@]+)@?([^ \n\t\r>]*)" }, /* X-List: gnome-hackers */ -- cgit v1.2.3