From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35458 Path: main.gmane.org!not-for-mail From: Reid Rivenburgh Newsgroups: gmane.emacs.gnus.general Subject: Re: Mail splitting questions or feature requests Date: 22 Mar 2001 16:47:25 -0700 Sender: reid@c3.c3.lanl.gov Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035171199 3208 80.91.224.250 (21 Oct 2002 03:33:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:19 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 24087 invoked by alias); 22 Mar 2001 23:47:56 -0000 Original-Received: (qmail 24082 invoked from network); 22 Mar 2001 23:47:55 -0000 Original-Received: from c3.lanl.gov (HELO c3.c3.lanl.gov) (128.165.21.50) by gnus.org with SMTP; 22 Mar 2001 23:47:55 -0000 Original-Received: from toespaz.c3.lanl.gov (toespaz.c3.lanl.gov [128.165.20.7]) by c3.c3.lanl.gov (8.9.3+Sun/8.9.1) with ESMTP id QAA27531; Thu, 22 Mar 2001 16:47:49 -0700 (MST) Original-Received: (reid@localhost) by toespaz.c3.lanl.gov (8.9.3+Sun/c93112801) id QAA12000; Thu, 22 Mar 2001 16:47:25 -0700 (MST) X-Authentication-Warning: toespaz.c3.lanl.gov: reid set sender to reid@lanl.gov using -f Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Thelxepeia) Original-Lines: 25 Xref: main.gmane.org gmane.emacs.gnus.general:35458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35458 Kai Großjohann writes: > Hm. You might have to separate the `From' rules from the To/Cc > rules. Then you can do like this: > (| (from "known1" "group1") (from "known2" "group2") ... "XX") > I think this should put messages from any of the known people in > the indicated groups, and all other messages in the XX group. > Not you have to combine with To/Cc. Hm... > (& (| ...as.above...) > (to "known1" "group1") ...) > `|' means go through the rules and do the first one that fires. > `&' means go through the rules and do all that fire. I see, that's not so difficult. Do you think there's a way to define the known/group list once and use it in a few places rather than repeat it? My list has gotten pretty long. Thanks again. Reid