From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35457 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Mail splitting questions or feature requests Date: 23 Mar 2001 00:41:30 +0100 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: quoted-printable X-Trace: main.gmane.org 1035171198 3207 80.91.224.250 (21 Oct 2002 03:33:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:33:18 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 24023 invoked by alias); 22 Mar 2001 23:42:00 -0000 Original-Received: (qmail 24018 invoked from network); 22 Mar 2001 23:41:59 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 22 Mar 2001 23:41:59 -0000 Original-Received: from marcy.cs.uni-dortmund.de (marcy.cs.uni-dortmund.de [129.217.20.159]) by waldorf.cs.uni-dortmund.de with ESMTP id AAA01003; Fri, 23 Mar 2001 00:41:30 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.20.160]) by marcy.cs.uni-dortmund.de id AAA22794; Fri, 23 Mar 2001 00:41:30 +0100 (MET) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id AAA10454; Fri, 23 Mar 2001 00:41:30 +0100 X-Face: 6=pZ4hVbjN:C?j1$h/-bi4:F%*~B#Rxb$[0%!{5NK"dE:_QRAM]Dzl=$yMu%Rh4xCSm/#>! $n%@SHJ](KFJKL,uF\=G=bRJQC$ ?+Dlxu*pj.Z,-GK<~y7sd/l*PN\]>} In-Reply-To: (Reid Rivenburgh's message of "22 Mar 2001 16:31:31 -0700") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.101 Original-Lines: 32 Xref: main.gmane.org gmane.emacs.gnus.general:35457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35457 On 22 Mar 2001, Reid Rivenburgh wrote: > Kai Gro=DFjohann writes: >=20 > > I see. Hm. Doing something for messages where the From address > > is NOT among a set of known addresses is probably not so easy. > > But I guess you should be able to do it with nnmail-split-fancy. >=20 > > Can you see how to do it there? >=20 > Well, no, but maybe after a few hours of looking at it. :) Thanks > for the suggestion. 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. kai --=20 Be indiscrete. Do it continuously.