help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Problem sending mail w/ Gnus


From: Sarir A Khamsi
Subject: Re: [h-e-w] Problem sending mail w/ Gnus
Date: Mon, 3 Nov 2003 10:23:25 -0700





Thanks. This change helped considerably but did not eliminate the problem
completely. I know that sounds strange but it only failed about 1 out of 20
tries.

Sarir



                                                                                
                                                    
                      "Robert                                                   
                                                    
                      Praetorius"              To:      Sarir Khamsi 
<address@hidden>                                  
                      <address@hidden         cc:                               
                                                   
                      enRes.Com>               Subject: Re: [h-e-w] Problem 
sending mail w/ Gnus                                    
                                                                                
                                                    
                      2003-10-30 07:56                                          
                                                    
                      Please respond                                            
                                                    
                      to RPraetorius                                            
                                                    
                                                                                
                                                    
                                                                                
                                                    




I had a different (but equally peculiar) problem with sending mail from
Emacs about a year ago:

http://mail.gnu.org/archive/html/help-emacs-windows/2002-10/msg00111.html

Here's the patch I came up with - it's so small and simple, it's worth a
try, even if it's just a shot in the dark (please respond back to the list
if it works for you, though)

*** /e/emacs-21.2/lisp/mail/smtpmail.el-orig Mon Dec 10 14:52:42 2001
--- /e/emacs-21.2/lisp/mail/smtpmail.el Fri Oct 18 14:53:17 2002
***************
*** 599,606 ****
        (insert "PASS <omitted>\r\n")
      (insert command "\r\n"))
    (setq smtpmail-read-point (point))
!   (process-send-string process command)
!   (process-send-string process "\r\n"))

  (defun smtpmail-send-data-1 (process data)
    (goto-char (point-max))
--- 599,605 ----
        (insert "PASS <omitted>\r\n")
      (insert command "\r\n"))
    (setq smtpmail-read-point (point))
!   (process-send-string process (concat command "\r\n")))

  (defun smtpmail-send-data-1 (process data)
    (goto-char (point-max))









reply via email to

[Prev in Thread] Current Thread [Next in Thread]