From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/18502 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: Changing Return-Path Date: 11 Nov 1998 01:16:08 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035157014 6465 80.91.224.250 (20 Oct 2002 23:36:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:36:54 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id EAA26726 for ; Wed, 11 Nov 1998 04:18:29 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id DAB04638; Wed, 11 Nov 1998 03:18:20 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 11 Nov 1998 03:18:15 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id DAA03387 for ; Wed, 11 Nov 1998 03:18:06 -0600 (CST) Original-Received: from CAraptorUU.geoworks.com (CAraptorUU.geoworks.com [208.232.87.36]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id EAA26718 for ; Wed, 11 Nov 1998 04:18:00 -0500 (EST) Original-Received: from maelstrom.geoworks.com by CAraptorUU.geoworks.com via smtpd (for sclp3.sclp.com [209.195.19.139]) with SMTP; 11 Nov 1998 09:17:29 UT Original-Received: from quark.geoworks.com (quark.geoworks.com [198.211.201.100]) by maelstrom.geoworks.com (8.8.6/8.8.5) with ESMTP id BAA24611 for ; Wed, 11 Nov 1998 01:16:11 -0800 (PST) Original-Received: from ultraman.geoworks.com ([198.211.201.179]) by quark.geoworks.com (8.8.5/8.8.5) with ESMTP id BAA11184; Wed, 11 Nov 1998 01:16:09 -0800 (PST) Original-To: ding@gnus.org In-Reply-To: Anders Melchiorsen's message of "10 Nov 1998 23:01:58 +0100" Original-Lines: 26 User-Agent: Gnus/5.070042 (Pterodactyl Gnus v0.42) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:18502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:18502 Anders Melchiorsen writes: > I have a mailing list that tells me I cannot post unless I change my > Return-Path to be equal to the address I am receiving the list to. > > Can I change it - and should I? I am not at all certain that this > would be correct behaviour since that list is already doing a few > annoying things (adding [] prefixes to subjects and using a "broken > Reply-To"). It's a closed mailing list. I assume by Return-Path they really mean the From: header. Take a look at gnus-posting-styles (in the Gnus info) -- it may do what you want. For instance, at work, I set gnus-posting-styles to the following so that when I read my IMAP mail on my ISP account from work I reply to it as if I were answering from my ISP. (setq gnus-posting-styles '(("^nnimap\\+best" (address "mattdav+matt@best.com")))) -- matta.