From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25706 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Send Bounced Mail broken on 0.97 Date: 06 Oct 1999 19:41:52 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5b3dvo3vlr.fsf@giga.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163044 15434 80.91.224.250 (21 Oct 2002 01:17:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:17:24 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA26148 for ; Wed, 6 Oct 1999 19:47:45 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB28324; Wed, 6 Oct 1999 18:42:53 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 06 Oct 1999 18:44:02 -0500 (CDT) 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 SAA25897 for ; Wed, 6 Oct 1999 18:43:52 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA26101 for ; Wed, 6 Oct 1999 19:41:55 -0400 (EDT) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id TAA06914 for ; Wed, 6 Oct 1999 19:41:53 -0400 (EDT) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id TAA25767; Wed, 6 Oct 1999 19:41:52 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Laura Conrad's message of "06 Oct 1999 11:14:27 -0400" Original-Lines: 33 User-Agent: Gnus/5.07009701 (Pterodactyl Gnus v0.97.1) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25706 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25706 >>>>> "LC" == Laura Conrad writes: LC> I just tried "send bounced mail" for the first time in pgnus 0.97. I LC> had used it frequently, and then found and reported that it didn't LC> work in 0.96. Now it is doing something different, but still LC> undesirable. What used to happen is that you would get a buffer that LC> you could correct anything you wanted and then ^C^C and send the LC> corrected mail. Here are the headers from the buffer I get now: LC> LC> : Name service error for domain sfu.c: Host not found LC> --text follows this line-- LC> --- Undelivered message follows --- LC> Received: by serpent.local (Postfix, from userid 500) LC> id 628CA2CF83; Wed, 6 Oct 1999 09:05:50 -0400 (EDT) LC> Sender: lconrad@serpent.local LC> To: yzhang@sfu.c LC> Subject: Samba Server Step-byStep Guide [...] Your SMTP server is not supported by Gnus "send bounced mail". :-) Evaluate the below S-expression, try it again. If works, I will commit it to CVS. If not, send me the lines till "Sender: " in the bounded mail. (setq message-unsent-separator (concat message-unsent-separator "\\|^ *---+ +Undelivered message follows +---+ *$")) -- Shenghuo ZHU