From majordomo-users-owner@greatcircle.com Tue Nov 18 01:36:50 2008 X-Greylist: delayed 1511 seconds by postgrey-1.24 at mycroft; Tue, 18 Nov 2008 01:36:49 PST Received: from mx.rcub.bg.ac.yu (mx.rcub.bg.ac.yu [147.91.1.122]) by mycroft.greatcircle.com (Postfix) with ESMTP id C1BD9590074 for ; Tue, 18 Nov 2008 01:36:49 -0800 (PST) Received: from [147.91.4.66] (ognjen-pc.rcub.bg.ac.yu [147.91.4.66]) by mx.rcub.bg.ac.yu (Postfix) with ESMTP id 43CF71919D84 for ; Tue, 18 Nov 2008 10:11:29 +0100 (CET) Message-ID: <492286C1.1050407@etf.bg.ac.yu> Date: Tue, 18 Nov 2008 10:11:29 +0100 From: Ognjen Blagojevic User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: majordomo-users@greatcircle.com Subject: TLD .rs not recognized as valid Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-RCUB-MailScanner-Information: Please contact the ISP for more information X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.599, required 7, autolearn=not spam, BAYES_00 -2.60) X-Archive-Number: 200811/1 X-Sequence-Number: 5815 Hi all, It seems that Majordomo is doing e-mail validation based on the outdated TLD list. ccTLD .yu is due to separation of Serbia and Montenegro being replaced by ccTLDs .rs and .me. As of 10 March 2008, .rs domain is active [1]. .yu domain will exist for a while, most probably until September 2009, when it will be abandoned. Please reffer to IANA list [2]. Today I tried to subscribe to this mailing list with my new .rs address, but I got the following error message: ---- The e-mail address ognjen@etf.bg.ac.rs is invalid. The host name does not include a valid top-level domain. Location of the error: "rs" ---- I experience this error also on postgresql mailing lists which uses Majordomo as mailing list manager. Can someone update the list of valid TLDs? -Ognjen [1] http://www.rnids.rs/en/%252Farhiva_vesti_en [2] http://www.iana.org/domains/root/db/index.html From majordomo-users-owner@greatcircle.com Tue Nov 18 09:15:20 2008 Received: from mx.rcub.bg.ac.yu (mx.rcub.bg.ac.yu [147.91.1.122]) by mycroft.greatcircle.com (Postfix) with ESMTP id C08674D0113 for ; Tue, 18 Nov 2008 09:15:19 -0800 (PST) Received: from [147.91.4.66] (ognjen-pc.rcub.bg.ac.yu [147.91.4.66]) by mx.rcub.bg.ac.yu (Postfix) with ESMTP id E92321919C2D; Tue, 18 Nov 2008 18:15:11 +0100 (CET) Message-ID: <4922F820.60108@etf.bg.ac.yu> Date: Tue, 18 Nov 2008 18:15:12 +0100 From: Ognjen Blagojevic User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Brent@greatcircle.com CC: majordomo-users@greatcircle.com Subject: Re: [Fwd: Re: TLD .rs not recognized as valid] References: <4922F1F2.509@etf.bg.ac.yu> In-Reply-To: <4922F1F2.509@etf.bg.ac.yu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RCUB-MailScanner-Information: Please contact the ISP for more information X-RCUB-MailScanner: Found to be clean X-RCUB-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.599, required 7, autolearn=not spam, BAYES_00 -2.60) X-Archive-Number: 200811/2 X-Sequence-Number: 5816 Hi Brant, Thank you for your reply, it is ok now. BTW, it seems that others (pgsql-novice mailing list [1]) are also using Majordomo 2, since I have the same problem there. Nevermind, I will contact the list owner. Regards, Ognjen [1] http://mail.postgresql.org/mj/mj_wwwusr/domain=postgresql.org?func=lists-long-full&extra=pgsql-novice Ognjen Blagojevic wrote: > > ------------------------------------------------------------------------ > > Subject: > Re: [majordomo-users] TLD .rs not recognized as valid > From: > "Brent Chapman" > Date: > Tue, 18 Nov 2008 08:39:02 -0800 > To: > "Ognjen Blagojevic" > > To: > "Ognjen Blagojevic" > CC: > majordomo-users@greatcircle.com > > > This is something that the never-officially-released Majordomo2 code > (from http://www.mj2.org/) is doing, not something that the released > Majordomo code (latest version 1.94.5, from > http://www.greatcircle.com/majordomo) is doing. > > As you surmised, Majordomo2 has a list of top-level domains that it > checks for validity. It appears that the only way to add a domain to > the list (at least in the pre-release version that I'm running) is to > edit the list in the code, which is at the end of the lib/Mj/Addr.pm > file. Alternatively, you can disable the check entirely by unsetting > the global configuration variable "addr_strict_domain_check"; you can do > this via the mj_shell command "configset GLOBAL addr_strict_domain_check > = no". > > > -Brent > > On Tue, Nov 18, 2008 at 1:11 AM, Ognjen Blagojevic > wrote: > > Hi all, > > It seems that Majordomo is doing e-mail validation based on the > outdated TLD list. > > ccTLD .yu is due to separation of Serbia and Montenegro being > replaced by ccTLDs .rs and .me. As of 10 March 2008, .rs domain is > active [1]. .yu domain will exist for a while, most probably until > September 2009, when it will be abandoned. Please reffer to IANA > list [2]. > > Today I tried to subscribe to this mailing list with my new .rs > address, but I got the following error message: > > ---- > The e-mail address > ognjen@etf.bg.ac.rs > is invalid. > The host name does not include a valid top-level domain. > Location of the error: "rs" > ---- > > I experience this error also on postgresql mailing lists which uses > Majordomo as mailing list manager. > > Can someone update the list of valid TLDs? > > -Ognjen > > [1] http://www.rnids.rs/en/%252Farhiva_vesti_en > [2] http://www.iana.org/domains/root/db/index.html > >