From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26904 Path: main.gmane.org!not-for-mail From: Christophe Cuq Newsgroups: gmane.emacs.gnus.general Subject: Re: Cancel & Supersede Date: 15 Nov 1999 22:57:52 +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 1035164025 21821 80.91.224.250 (21 Oct 2002 01:33:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:33:45 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20498 for ; Mon, 15 Nov 1999 17:20:57 -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 QAB00381; Mon, 15 Nov 1999 16:20:44 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 Nov 1999 16:20:44 -0600 (CST) 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 QAA06771 for ; Mon, 15 Nov 1999 16:20:31 -0600 (CST) Original-Received: from smtp3.free.fr (root@smtp3.free.fr [212.27.32.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20474 for ; Mon, 15 Nov 1999 17:19:59 -0500 (EST) Original-Received: from lagavullin.cuq.org (toulouse-50-55.dial.proxad.net [212.27.50.55]) by smtp3.free.fr (8.9.3/8.9.3/Debian/GNU) with ESMTP id XAA18279 for ; Mon, 15 Nov 1999 23:19:52 +0100 Original-Received: from Spooler by lagavullin.cuq.org (Mercury/32 v2.16); 15 Nov 99 23:19:49 +0100 Original-Received: from spooler by lagavullin.cuq.org (Mercury/32 v2.16); 15 Nov 99 23:18:47 +0100 Original-Received: from LAGAVULLIN (192.168.100.100) by lagavullin.cuq.org (Mercury/32 v2.16); 15 Nov 99 23:18:45 +0100 Original-To: Shaun Lipscombe In-Reply-To: Shaun Lipscombe's message of "15 Nov 1999 12:57:45 +0000" User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Yoko) Original-Lines: 21 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26904 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26904 >> "SL" == Shaun Lipscombe writes: SL> I have noticed that when using posting styles it may be that the SL> user-mail-address does not match the article being SL> canceled/superseded. I used to use this in my .gnus, and it solved the problem. I can't remember if I found it on this list or in news. ;;(defadvice message-user-mail-address ;; (before generate-user-mail-address activate compile) ;; "Change the value of the user mail address based on the group." ;; (setq user-mail-address ;; (cond ((message-news-p) "adress@for.news") ;; (t "adress@for.mail")))) I think it could be improved, but my lisp isn't so good to do it myself :) -- CHC