From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28880 Path: main.gmane.org!not-for-mail From: Julien GILLES Newsgroups: gmane.emacs.gnus.general Subject: Re: My first lisp function for Gnus Date: 21 Jan 2000 13:11:26 +0100 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 1035165649 32118 80.91.224.250 (21 Oct 2002 02:00:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:00:49 +0000 (UTC) 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 4A009D051E for ; Fri, 21 Jan 2000 07:14:19 -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 GAB17359; Fri, 21 Jan 2000 06:14:14 -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 06:14:09 -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 GAA27930 for ; Fri, 21 Jan 2000 06:13:56 -0600 (CST) Original-Received: from mel.alcatel.fr (mel.alcatel.fr [212.208.74.132]) by mailhost.sclp.com (Postfix) with ESMTP id D4BBFD051E for ; Fri, 21 Jan 2000 07:13:49 -0500 (EST) Original-Received: from aifhs2.alcatel.fr (mailhub.alcatel.fr [155.132.180.80]) by mel.alcatel.fr (ALCANET/SMTP) with ESMTP id NAA17944 for ; Fri, 21 Jan 2000 13:06:28 +0100 Original-Received: from dnscit.cit.alcatel.fr (dnscit.cit.alcatel.fr [139.54.100.2]) by aifhs2.alcatel.fr (ALCANET/SMTP2) with ESMTP id NAA13254 for ; Fri, 21 Jan 2000 13:11:21 +0100 (MET) Original-Received: from dnsvz.vz.cit.alcatel.fr (dnsvz.vz.cit.alcatel.fr [139.54.85.1]) by dnscit.cit.alcatel.fr (8.9.3+Sun/8.9.1) with ESMTP id NAA06940 for ; Fri, 21 Jan 2000 13:15:05 +0100 (MET) Original-Received: from bcv01y01.vz.cit.alcatel.fr (bcv01y01.vz.cit.alcatel.fr [139.54.101.1]) by dnsvz.vz.cit.alcatel.fr (8.9.3+Sun/8.9.1) with ESMTP id NAA11041 for ; Fri, 21 Jan 2000 13:14:01 +0100 (MET) Original-Received: from bcv01xc7.vz.cit.alcatel.fr (bcv01xc7.vz.cit.alcatel.fr [139.54.101.199]) by bcv01y01.vz.cit.alcatel.fr with ESMTP (8.8.6 (PHNE_17135)/8.7.1) id NAA20402 for ; Fri, 21 Jan 2000 13:12:26 +0100 (MET) Original-Received: by bcv01xc7.vz.cit.alcatel.fr (8.8.8+Sun/SMI-SVR4) id NAA18542; Fri, 21 Jan 2000 13:11:26 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Roman Belenov's message of "21 Jan 2000 14:38:54 +0300" Original-Lines: 28 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28880 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28880 Roman Belenov writes: > 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. Sorry, I meant : "I think that this adress should be automatically used for sending messages to the ADMINISTRATIVE server associated to the MAILING LIST." In fact we are speaking about the same thing : use 'gnus-summary-post-news' to send messages to a mailing list, and my gnus-mail-admin-address to subscribe, unsusbscribe, etc... Your idea about automatically unsubscribing, for example, seems fine, but before writing some code, I wonder if there is nothing like that in Gnus or (X)Emacs. Never heard about such thing, but if someone knows something... -- Julien Gilles.