From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24766 Path: main.gmane.org!not-for-mail From: Tibor Simko Newsgroups: gmane.emacs.gnus.general Subject: Re: The "true" format of .mailrc Date: 23 Aug 1999 19:31:15 +0200 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 1035162276 10538 80.91.224.250 (21 Oct 2002 01:04:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:04:36 +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 NAA04175 for ; Mon, 23 Aug 1999 13:37:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.3/8.9.3) with ESMTP id MAB26790; Mon, 23 Aug 1999 12:32:58 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 23 Aug 1999 12:33:34 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA15958 for ; Mon, 23 Aug 1999 12:33:13 -0500 (CDT) Original-Received: from smtp1.cern.ch (smtp1.cern.ch [137.138.128.38]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA03921 for ; Mon, 23 Aug 1999 13:32:04 -0400 (EDT) Original-Received: from sundh08.cern.ch (sundh08.cern.ch [137.138.117.59]) by smtp1.cern.ch (8.9.3/8.9.3) with ESMTP id TAA24662; Mon, 23 Aug 1999 19:31:24 +0200 (MET DST) Original-Received: (from simko@localhost) by sundh08.cern.ch (8.8.5/8.8.5) id TAA25665; Mon, 23 Aug 1999 19:31:16 +0200 (MET DST) Original-To: Jan Vroonhof X-Attribution: TS In-Reply-To: Jan Vroonhof's message of "23 Aug 1999 19:12:04 +0200" Original-Lines: 13 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24766 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24766 >>>>> "JV" == Jan Vroonhof writes: JV> However my other MUA (mutt) disagrees. [...] A quick glance at JV> other MUA's show that they _all_ want commas Don't believe them, the "true" ~/.mailrc separator is space. From the mailx(1) manpage: [...] The format for the alias command is a space-separated list of recipients, while the format for an alias in either the .forward or /etc/aliases is a comma-separated list. [...] -TS