From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79347 Path: news.gmane.org!not-for-mail From: Adrian Lanz Newsgroups: gmane.emacs.gnus.general Subject: smtpmail embedded into fedmail Date: Sun, 03 Jul 2011 14:55:28 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309697755 6878 80.91.229.12 (3 Jul 2011 12:55:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2011 12:55:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27643@lists.math.uh.edu Sun Jul 03 14:55:50 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QdMDG-0001rv-Bi for ding-account@gmane.org; Sun, 03 Jul 2011 14:55:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QdMDC-0000RB-Pr; Sun, 03 Jul 2011 07:55:46 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QdMDB-0000R3-QK for ding@lists.math.uh.edu; Sun, 03 Jul 2011 07:55:45 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QdMDB-0001nA-0j for ding@lists.math.uh.edu; Sun, 03 Jul 2011 07:55:45 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QdMD9-0004Bz-L6 for ding@gnus.org; Sun, 03 Jul 2011 14:55:43 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QdMD5-0001nR-3j for ding@gnus.org; Sun, 03 Jul 2011 14:55:39 +0200 Original-Received: from public.wsl.ch ([193.134.202.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jul 2011 14:55:39 +0200 Original-Received: from lanz by public.wsl.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jul 2011 14:55:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 26 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: public.wsl.ch User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:v4Fah5zxN3WMPQYDZFtHxeJPILo= X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79347 Archived-At: For historical reasons I have smtp mail sending embedded into feedmail. To make the system work with the new smtpmail, I need the following hack. Reasonable? My concern: are potential failures in sending the messages out with smtpmail still reported after my change tp smtpmail? *** /usr/share/emacs/24.0.50/lisp/mail/smtpmail.el.gz --- /emacs/lisp/gnus/smtpmail.el *************** *** 807,813 **** ;; DATA end "." (smtpmail-command-or-throw process ".") ;; Return success. ! nil)) (when (and process (buffer-live-p process-buffer)) (with-current-buffer (process-buffer process) --- 807,813 ---- ;; DATA end "." (smtpmail-command-or-throw process ".") ;; Return success. ! t)) (when (and process (buffer-live-p process-buffer)) (with-current-buffer (process-buffer process)