From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60473 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with message-dont-reply-to-names Date: Wed, 22 Jun 2005 15:57:23 +0000 Message-ID: <87zmtiiduk.fsf@mat.ucm.es> References: <87slzgdasr.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119448637 31083 80.91.229.2 (22 Jun 2005 13:57:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 13:57:17 +0000 (UTC) Original-X-From: ding-owner+M9000@lists.math.uh.edu Wed Jun 22 15:57:10 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dl5ia-0000Ll-Rb for ding-account@gmane.org; Wed, 22 Jun 2005 15:56:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Dl5ji-0004T1-00; Wed, 22 Jun 2005 08:57:50 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Dl5jb-0004Sr-00 for ding@lists.math.uh.edu; Wed, 22 Jun 2005 08:57:43 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Dl5jW-0007ZL-1C for ding@lists.math.uh.edu; Wed, 22 Jun 2005 08:57:38 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Dl5jV-0000OE-00 for ; Wed, 22 Jun 2005 15:57:37 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: maportatil10.quim.ucm.es Original-X-Trace: quimby.gnus.org 1119448657 665 147.96.7.218 (22 Jun 2005 13:57:37 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Wed, 22 Jun 2005 13:57:37 +0000 (UTC) X-Hashcash: 1:20:050622:gnus.ding::TpXJ63xuz5mlGlHB:0000000031KT User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:kP6yv8ys7LdN+XIeMrJOkTfAzsk= X-Spam-Score: -4.9 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60473 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60473 >>>>> "Mark" == Mark Thomas writes: Mark> (setq message-dont-reply-to-names "uwe_brauer@bla.bla") that's what I thought, but it did not. Mark> should work and match both cases above. Mark> And for creating a regexp that matches a list of strings, Mark> try regexp-opt. If you had a second address Mark> uwe_brauer@foo.foo, you could use: Mark> (setq message-dont-reply-to-names Mark> (regexp-opt '("uwe_brauer@bla.bla" Mark> "uwe_brauer@foo.foo"))) That is really cool and helpful, thanks a lot. Uwe