From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28878 Path: main.gmane.org!not-for-mail From: Roman Belenov Newsgroups: gmane.emacs.gnus.general Subject: Re: My first lisp function for Gnus Date: 21 Jan 2000 14:38:54 +0300 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 1035165647 32100 80.91.224.250 (21 Oct 2002 02:00:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:00:47 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id E94B3D051E for ; Fri, 21 Jan 2000 06:56:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB18421; Fri, 21 Jan 2000 05:56:39 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Jan 2000 05:56:20 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA27693 for ; Fri, 21 Jan 2000 05:56:06 -0600 (CST) Original-Received: from host.nstl.nnov.ru (host.nstl.nnov.ru [195.98.59.131]) by mailhost.sclp.com (Postfix) with ESMTP id 45B60D051E for ; Fri, 21 Jan 2000 06:55:52 -0500 (EST) Original-Received: from bsd.nstl.nnov.ru (bsd.nstl.nnov.ru [195.98.49.2]) by host.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id OAA57418; Fri, 21 Jan 2000 14:39:00 +0300 (MSK) (envelope-from roman@nstl.nnov.ru) Original-Received: from nstl.nstl.nnov.ru (nstl.nstl.nnov.ru [195.98.58.2]) by bsd.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id OAA93548; Fri, 21 Jan 2000 14:42:38 +0300 (MSK) (envelope-from roman@nstl.nnov.ru) Original-Received: from LIGHTHOUSE (nc034.nstl.nnov.ru [195.98.58.34] (may be forged)) by nstl.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id OAA25707; Fri, 21 Jan 2000 14:10:56 +0300 (MSK/MSD) Original-To: Julien GILLES In-Reply-To: Julien GILLES's message of "21 Jan 2000 12:23:47 +0100" Original-Lines: 19 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28878 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28878 Julien GILLES writes: > Well, it's not a revolution for Gnus World, but for me :-) > > In the Customize view of a group, there is an admin-adress field that > is not used, it is there only for convenience. It should be used as the administrative address for mailing list, so e.g. unsubscribe can be done automatically. > > I think that this adress should be automatically used for sending > messages to the mailing list server associated to the group. Why not just use gnus-summary-post-news command (bound to 'a' key) ? It uses 'to-list' parameter in mail groups and can even fill this parameter automatically after first post. -- With regards, Roman.