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/camel-mime-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-mime-utils.c') 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