From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66956 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: don't let me send with "@@" in the address Date: Fri, 16 May 2008 15:33:15 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86wsluq99w.fsf@lifelogs.com> References: <87bq378inu.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210969875 12366 80.91.229.12 (16 May 2008 20:31:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 20:31:15 +0000 (UTC) Cc: ding@gnus.org To: jidanni@jidanni.org Original-X-From: ding-owner+M15433@lists.math.uh.edu Fri May 16 22:31:52 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jx6al-0003eZ-OK for ding-account@gmane.org; Fri, 16 May 2008 22:31:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Jx6ZS-0006TP-8J; Fri, 16 May 2008 15:30:30 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Jx6ZQ-0006T7-Kc for ding@lists.math.uh.edu; Fri, 16 May 2008 15:30:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1Jx6ZK-00016Q-Oc for ding@lists.math.uh.edu; Fri, 16 May 2008 15:30:28 -0500 Original-Received: from mail.blockstar.com ([170.224.69.95]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Jx6ZY-0003cH-00 for ; Fri, 16 May 2008 22:30:37 +0200 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com (unknown [38.98.147.130]) by mail.blockstar.com (Postfix) with ESMTP id A2CEE3F8457; Fri, 16 May 2008 13:43:06 -0700 (PDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" X-Hashcash: 1:20:080516:jidanni@jidanni.org::fpOT9A0Gpo9JnmEQ:0000000000000000000000000000000000000000009Xuc X-Hashcash: 1:20:080516:ding@gnus.org::FEIc+R2D//9XiPFd:000046T0 In-Reply-To: <87bq378inu.fsf@jidanni.org> (jidanni@jidanni.org's message of "Fri, 16 May 2008 03:35:33 +0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -1.6 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66956 Archived-At: On Fri, 16 May 2008 03:35:33 +0800 jidanni@jidanni.org wrote: j> Say, maybe message-mode could have caught this before the mail system did: MDS> 385775@@bugs.debian.org: domain missing or malformed j> message-mode catches missing To:'s etc. See `message-bogus-address-regexp' and `message-bogus-recipient-p' in message.el. message.el doesn't do full address validation according to the RFCs, and maybe it should. It's a lot of work, though, and I don't think anyone is interested in doing it. Ted