From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10501 Path: main.gmane.org!not-for-mail From: "Dewey M. Sasser" Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting of ding@ifi Date: 03 Apr 1997 10:48:32 -0800 Sender: dewey@newvision.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150361 24775 80.91.224.250 (20 Oct 2002 21:46:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:01 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id LAA03263 for ; Thu, 3 Apr 1997 11:04:28 -0800 Original-Received: from mercury.hypersurf.com (mercury.hypersurf.com [206.40.40.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 3 Apr 1997 20:50:37 +0200 Original-Received: from aerosmith.newvision.com (port23.hypersurf.com [206.40.40.119]) by mercury.hypersurf.com (8.8.4/8.8.4) with SMTP id KAA20377; Thu, 3 Apr 1997 10:57:14 -0800 (PST) Original-Received: by aerosmith.newvision.com (IBM OS/2 SENDMAIL VERSION 1.3.14/2.12um) id AA0607; Thu, 03 Apr 97 10:48:38 -0800 Original-To: Hrvoje Niksic In-Reply-To: Hrvoje Niksic's message of 03 Apr 1997 18:45:56 +0200 Original-Lines: 53 X-Mailer: Gnus v5.4.37/Emacs 19.33 Xref: main.gmane.org gmane.emacs.gnus.general:10501 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10501 >>>>> "HN" == Hrvoje Niksic writes: HN> This isn't really relevant to the list (well, partially), but HN> how do you people split the messages meant for this list? I HN> mean, it doesn't seem to come with a handy header like HN> `X-Mailing-List', and it leaves the `Sender' intact. HN> Currently, my fancy mail splitting entry for ding list looks HN> like this: HN> ("received" "ding@ifi" "ding.discuss") I wrote a package called "mailsplit" (see below) to turn my specifications into splits. I write: ("gnus-development" :regexp "\\(ding@ifi.uio.no\\|ding@gnus.org\\)" :mail-address "ding") It writes (fancy mail splitting, of course): (| (direct "\\(ding@ifi.uio.no\\|ding@gnus.org\\)" "Mail.mailing-lists.gnus-development") ("sender" "owner-ding" "Mail.mailing-lists.gnus-development") ("to" "ding-outgoing" "Mail.mailing-lists.gnus-development")) Where direct is defined with: (prepend-to-list-unique nnmail-split-abbrev-alist '(direct . "to\\|cc\\|apparently-to")) (`prepend-to-list-unique' is my own creation.) That "to" "ding-outgoing" line is because I'm on some lists where an automatic tool sends directly to the "outgoing" aliases. (It's not nice, but it allows sendmail to suppress duplicates for those poor slobs who aren't using GNUS.) The "sender" "owner-ding" is because I'm on a list that will occasionally get a message with no evident direction to the list. Someone BCC's it, probably. Incidentally, I haven't yet released mailsplit because of lack of time (or rather, other things to do), but if someone wants it, email me. [...] -- Dewey M. Sasser voice: (617) 494-6000 dewey@newvision.com PGP Key from public servers PGP mail preferred. --- Logic is a method of going wrong with confidence