Gnus development mailing list
 help / color / mirror / Atom feed
* smtpmail embedded into fedmail
@ 2011-07-03 12:55 Adrian Lanz
  2011-07-03 13:11 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Lanz @ 2011-07-03 12:55 UTC (permalink / raw)
  To: ding

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)




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-03 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-03 12:55 smtpmail embedded into fedmail Adrian Lanz
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

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).