From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14929 Path: main.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.gnus.general Subject: Re: Split mail on two headers Date: 07 Apr 1998 19:24:16 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154042 19057 80.91.224.250 (20 Oct 2002 22:47:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:47:22 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id QAA05892 for ; Tue, 7 Apr 1998 16:25:18 -0700 Original-Received: from sina.hpc.uh.edu (root@Sina.HPC.UH.EDU [129.7.3.5]) by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA20378 for ; Tue, 7 Apr 1998 18:25:04 -0500 (CDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id SAH23395; Tue, 7 Apr 1998 18:25:12 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Apr 1998 18:24:50 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id SAA23379 for ; Tue, 7 Apr 1998 18:24:41 -0500 (CDT) Original-Received: (qmail 24685 invoked by uid 504); 7 Apr 1998 23:24:25 -0000 Original-Received: (qmail 24682 invoked from network); 7 Apr 1998 23:24:24 -0000 Original-Received: from tweedledumb.cygnus.com (192.80.44.1) by claymore.vcinet.com with SMTP; 7 Apr 1998 23:24:24 -0000 Original-Received: from cujo.cygnus.com (cujo.cygnus.com [192.80.44.10]) by tweedledumb.cygnus.com (8.8.5/8.8.5) with ESMTP id TAA05818; Tue, 7 Apr 1998 19:24:17 -0400 (EDT) Original-Received: (from raeburn@localhost) by cujo.cygnus.com (8.8.7/8.8.7) id TAA01210; Tue, 7 Apr 1998 19:24:16 -0400 Original-To: Harry Putnam In-Reply-To: Harry Putnam's message of "07 Apr 1998 15:35:57 -0700" Original-Lines: 13 X-Mailer: Gnus v5.6.2/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14929 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14929 Harry Putnam writes: > Colin Rafferty writes: > > `from' and `mail' are predefined regexp's that match the "From:" field > > and the mailer-daemon sender, respectively. > > When you say "predefined" do you mean in emacs or gnus *.el files > somewhere or do you mean that you have it 'predefined" somewhere? > Runing 'eval-region' or 'eval-last-sexp' just says > "Symbol function definition is void: from" There's a customizable assoc list nnmail-split-abbrev-alist which is checked if a symbol is found rather than a string. See nnmail.el.