From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22821 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split-fancy question Date: 28 Apr 1999 21:58:36 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160671 31332 80.91.224.250 (21 Oct 2002 00:37:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:37:51 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA12557 for ; Wed, 28 Apr 1999 16:04:01 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB27167; Wed, 28 Apr 1999 14:59:45 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 28 Apr 1999 15:00:02 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAA08576 for ; Wed, 28 Apr 1999 14:59:41 -0500 (CDT) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA12465 for ; Wed, 28 Apr 1999 15:59:23 -0400 (EDT) Original-Received: from my.dina.kvl.dk (my.dina.kvl.dk [130.225.40.137]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with SMTP id VAA18528; Wed, 28 Apr 1999 21:59:09 +0200 Original-Received: by my.dina.kvl.dk (SMI-8.6/SMI-SVR4) id VAA13579; Wed, 28 Apr 1999 21:58:36 +0200 Original-To: Neil Crellin X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 11 User-Agent: Gnus/5.070082 (Pterodactyl Gnus v0.82) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22821 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22821 Neil Crellin writes: > I figured I could do a simple rule like > > (to "^[^@]+$" "work") Try to reverse the test (| (to ".*@.*" ( ... has @, do normal processing ... )) "work")