From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34487 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: Re: using `equal' on email addresses Date: 31 Jan 2001 02:25:34 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87snm07bsh.fsf@lovi.inf.elte.hu> References: <87u26hkplx.fsf@lovi.inf.elte.hu> <20010130172515.L13454@ruhr-uni-bochum.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170405 30678 80.91.224.250 (21 Oct 2002 03:20:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:20:05 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 14AEDD049D for ; Tue, 30 Jan 2001 20:28:31 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id TAC16800; Tue, 30 Jan 2001 19:26:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 30 Jan 2001 19:25:16 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id TAA16106 for ; Tue, 30 Jan 2001 19:25:07 -0600 (CST) Original-Received: from mail.elte.hu (mail.elte.hu [157.181.151.13]) by mailhost.sclp.com (Postfix) with ESMTP id 79305D049D for ; Tue, 30 Jan 2001 20:25:35 -0500 (EST) Original-Received: from lovi.inf.elte.hu (proxy.inf.elte.hu [157.181.161.14]) by mail.elte.hu (Postfix) with ESMTP id DB7446DA57 for ; Wed, 31 Jan 2001 02:25:34 +0100 (CET) Original-Received: from nagya by lovi.inf.elte.hu with local (Exim 3.12 #1 (Debian)) id 14Nm1e-0007WT-00; Wed, 31 Jan 2001 02:25:34 +0100 Original-To: ding@gnus.org In-Reply-To: <20010130172515.L13454@ruhr-uni-bochum.de> (Jost.Krieger@ruhr-uni-bochum.de's message of "Tue, 30 Jan 2001 17:25:15 +0100") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:34487 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34487 Jost.Krieger@ruhr-uni-bochum.de writes: > The rules are: > The domain part is case insensitive. > In the local part, the address "Postmaster" must be valid > case-insensitively. > Othe local parts *can* be case-sensitive. We could have a gnus-address-equal(-p?) function -- instead of the newly introduced gnus-string-equal -- which could be configured through variables whether to be case sensitive, insensitive, mixed mode etc. Maybe even an alist of regexps, matching domains, indicating the case-sensitiveness of local parts in the given domain. Kinda weird. :) Andras