From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44378 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: DSN [PATCH] Date: Wed, 24 Apr 2002 15:26:40 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1019654889 15103 127.0.0.1 (24 Apr 2002 13:28:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2002 13:28:09 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170Mob-0003vU-00 for ; Wed, 24 Apr 2002 15:28:09 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 170Mne-0002tp-00; Wed, 24 Apr 2002 08:27:10 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 24 Apr 2002 08:27:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA29284 for ; Wed, 24 Apr 2002 08:27:12 -0500 (CDT) Original-Received: (qmail 19421 invoked by alias); 24 Apr 2002 13:26:46 -0000 Original-Received: (qmail 19416 invoked from network); 24 Apr 2002 13:26:45 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 24 Apr 2002 13:26:45 -0000 Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g3ODQeKg000689; Wed, 24 Apr 2002 15:26:40 +0200 Original-Received: from localhost (jas@localhost) by yxa.extundo.com (8.12.2/8.12.1/Submit) with ESMTP id g3ODQeTW000686; Wed, 24 Apr 2002 15:26:40 +0200 X-Authentication-Warning: yxa.extundo.com: jas owned process doing -bs Original-To: Matthieu Moy In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44378 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44378 On Wed, 24 Apr 2002, Matthieu Moy wrote: > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > >> I've attached the DSN patch w.r.t. the latest Gnus source in CVS, > >> including documentation. How might I go about adding a control to > >> quickly switch the option on or off at composition time, as Simon > >> Josefsson suggested? > > > > I guess the solution is to write some commands for each of the boolean > > variables. For the variable foo, it could be the command toggle-foo, > > This is actually not more than a header in the mail, and I had seen > somewhere in the changelog of Gnus that a function inserting it had > already been introduced a few month ago. That was Disposition-Notification-To, I think, and it is not the same as DSN. DSN works at the MTA level (but need MUA cooperation to read notifications). DNT is MUA only. Unless I remember incorrectly. > Please, do not make something that will post DSN to mailing lists :-(. I think everyone agress with this. However, Gnus should be able to support DSN/DNT if the user wants to enable it for a certain message (or for all outgoing messages). But it should not be the default.