GNU bug report logs -
#9312
24.0.50; smtpmail
Previous Next
Reported by: emacs user <user.emacs <at> gmail.com>
Date: Wed, 17 Aug 2011 13:06:02 UTC
Severity: normal
Tags: fixed
Merged with 9292
Found in version 24.0.50
Fixed in version 24.1
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Tue, Sep 13, 2011 at 11:33 PM, Lars Magne Ingebrigtsen
<larsi <at> gnus.org> wrote:
> emacs user <user.emacs <at> gmail.com> writes:
>
>> OK, tried again, *much* faster... same response. I actually get this
>> error message also when not using edebug. here is the traceback.
>> admittedly, I switched by smtp server away from this one, so am not
>> affected by this bug personally. will still be glad to explore this
>> some more if you feel this may be useful. cheers, E
>>
>> Debugger entered--Lisp error: (error "Process smtpmail not running")
>> process-send-string(#<process smtpmail> "QUIT")
>
> But now it fails on QUIT and not MAIL FROM, which is progress. :-)
>
> After sending MAIL FROM, what's the value of the `result' variable?
>
> That is, after calling `smtpmail-read-response' here:
>
> (smtpmail-send-command
> process (format "MAIL FROM:<%s>%s%s"
> envelope-from size-part body-part))
> (cond
> ((smtpmail-ok-p (setq result (smtpmail-read-response process)))
> ;; Success.
> )
is this what we are looking for:
Result: " SIZE=374"
Result: ""
Result: "MAIL FROM:<my <at> address.edu> SIZE=374"
Result: nil
[5 times]
Result: #<process smtpmail>
Result: (nil "te peer\nMAIL FROM:<my <at> address.edu> SIZE=374")
Result: (nil "te peer\nMAIL FROM:<my <at> adress.edu> SIZE=374")
This bug report was last modified 13 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.