Gnus development mailing list
 help / color / mirror / Atom feed
From: Adrian Lanz <lanz@wsl.ch>
To: ding@gnus.org
Subject: smtpmail embedded into fedmail
Date: Sun, 03 Jul 2011 14:55:28 +0200	[thread overview]
Message-ID: <yova39inmslb.fsf@sampling.wsl.ch> (raw)

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)




             reply	other threads:[~2011-07-03 12:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-03 12:55 Adrian Lanz [this message]
2011-07-03 13:11 ` Lars Magne Ingebrigtsen
2011-07-03 14:35   ` Adrian Lanz
2011-07-03 20:06     ` Lars Magne Ingebrigtsen
2011-07-03 20:10     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yova39inmslb.fsf@sampling.wsl.ch \
    --to=lanz@wsl.ch \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).