From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2338 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: "rmail-dont-reply-to-names" doesn't work Date: Mon, 21 Apr 2003 22:03:39 +0200 Organization: http://purl.org/harder/ Message-ID: References: <87u1cr4uzt.fsf@vectra.kalb.ath.cx> <87of2zzp3q.fsf@virgil.koldfront.dk> <87ptnf4q3q.fsf@vectra.kalb.ath.cx> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668805 14791 80.91.229.2 (31 Jan 2006 00:53:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:53:25 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:30:32 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.tpinternet.pl!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; kalb@aya.yale.edu writes: > Anyway, I checked over the expressions and redid the changes through the > customization routine, entering > > kalb@aya\.yale\.edu|{J,j}\.*\.{K,k}alb\.*artmouth\.{O,o}rg > > for both. One odd point is that with my (linux) version of grep you have > to use the [] brackets while the emacs customization routine complains > about "junk" unless the {} brackets are used. Note that regular expressions in Emacs and grep don't use exactly the same syntax. I think you want a regexp that looks something like this: "\\(?:kalb@aya\\.yale\\.edu\\|\\(?:[jJ].*[kK]alb.*artmouth\\.[oO]rg\\)\\)"