Gnus development mailing list
 help / color / mirror / Atom feed
* ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs
@ 2014-01-30 22:55 Uwe Brauer
  2014-01-30 23:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2014-01-30 22:55 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]

Hello 

This seems a absurd problem.

I am using the same gnus(bbdb, feedmail) version 
in both: Xemacs 21.5.33 and in GNU emacs 24 I can read my mail (gmail)
via the corresponding imap setting.

However sending fails.
In both cases I have the following setting 
(setq feedmail-buffer-eating-function 'feedmail-buffer-to-smtpmail
      message-send-mail-function    'feedmail-send-it
      send-mail-function            'feedmail-send-it
      smtpmail-auth-credentials nil
      smtpmail-starttls-credentials nil
      smtpmail-debug-info t
      smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
;      smtpmail-auth-credentials '(("smtp.gmail.com" 587 "oub.oub.oub" nil))
      smtpmail-auth-credentials '(("smtp.gmail.com" 587 "oub@ucm.es" nil))
      smtpmail-default-smtp-server "smtp.gmail.com" 
      smtpmail-smtp-server "smtp.gmail.com" ;Version:1.54
      smtpmail-smtp-service 587
	)


While in Xemacs everything works fine, in GNU emacs I obtain the
following error which I don't understand 

,----
| Debugger entered--Lisp error: (error "FQM: Sending...abandoned, no addressees")
|   signal(error ("FQM: Sending...abandoned, no addressees"))
|   error("FQM: Sending...abandoned, no addressees")
|   feedmail-send-it-immediately()
|   feedmail-send-it-immediately-wrapper()
|   feedmail-message-action-send()
|   feedmail-send-it()
|   message-multi-smtp-send-mail()
|   gnus-agent-send-mail()
|   message-send-mail(nil)
|   message-send-via-mail(nil)
|   message-send(nil)
|   message-send-and-exit(nil)
|   call-interactively(message-send-and-exit nil nil)
|   command-execute(message-send-and-exit)
`----
I don't understand why he is complaining about missing addresses. 
I have for example 

,----
| From: Uwe Brauer <oub@mat.ucm.es>
| To: oub@mat.ucm.es
| Subject: my
| X-Draft-From: ("nnimap+UCMgmail:INBOX")
| Gcc: nnml+archive:sent-mail
| Reply-To: Uwe Brauer <oub@mat.ucm.es>
| Date: Thu, 30 Jan 2014 23:50:35 +0100
| Message-ID: <8738k5ozic.fsf@mat.ucm.es>
| User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)
| --text follows this line--
| Hello 
`----
I am completely puzzled and would appreciate any comment.

Uwe Brauer 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5556 bytes --]

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

* Re: ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs
  2014-01-30 22:55 ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs Uwe Brauer
@ 2014-01-30 23:02 ` Lars Ingebrigtsen
  2014-01-31 12:24   ` Uwe Brauer
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2014-01-30 23:02 UTC (permalink / raw)
  To: ding

Uwe Brauer <oub@mat.ucm.es> writes:

> | Debugger entered--Lisp error: (error "FQM: Sending...abandoned, no
> | addressees")
> |   signal(error ("FQM: Sending...abandoned, no addressees"))
> |   error("FQM: Sending...abandoned, no addressees")
> |   feedmail-send-it-immediately()

I am entirely unfamiliar with feedmail, but perhaps there's something in
these buffers that would give you a hint as to what the problem is?

  (let ((feedmail-error-buffer
         (get-buffer-create " *FQM Outgoing Email Errors*"))
	(feedmail-prepped-text-buffer
         (get-buffer-create " *FQM Outgoing Email Text*"))


-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs
  2014-01-30 23:02 ` Lars Ingebrigtsen
@ 2014-01-31 12:24   ` Uwe Brauer
  2014-01-31 21:49     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Uwe Brauer @ 2014-01-31 12:24 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

>> "Lars" == Lars Ingebrigtsen <larsi@gnus.org> writes:

   > Uwe Brauer <oub@mat.ucm.es> writes:
   >> | Debugger entered--Lisp error: (error "FQM: Sending...abandoned, no
   >> | addressees")
   >> |   signal(error ("FQM: Sending...abandoned, no addressees"))
   >> |   error("FQM: Sending...abandoned, no addressees")
   >> |   feedmail-send-it-immediately()

   > I am entirely unfamiliar with feedmail, but perhaps there's something in
   > these buffers that would give you a hint as to what the problem is?

   >   (let ((feedmail-error-buffer
   >          (get-buffer-create " *FQM Outgoing Email Errors*"))
   > 	(feedmail-prepped-text-buffer
   >          (get-buffer-create " *FQM Outgoing Email Text*"))
you mean something like this

(defun test-feedmail ()
  (interactive)
  (let ((feedmail-error-buffer
         (get-buffer-create "*FQM Outgoing Email Errors*"))
		(feedmail-prepped-text-buffer
         (get-buffer-create "*FQM Outgoing Email Text*")))
	(message-send-and-exit nil)))

But no such buffers are generated....

I think I will write to the GNU emacs developer list.

BTW in your reply I see the tag:
   > <#secure method=smime mode=sign>


Yes I mime-signed my messages. But why does this TAG survives in the reply
buffer?


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5556 bytes --]

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

* Re: ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs
  2014-01-31 12:24   ` Uwe Brauer
@ 2014-01-31 21:49     ` Lars Ingebrigtsen
  2014-01-31 22:55       ` Uwe Brauer
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2014-01-31 21:49 UTC (permalink / raw)
  To: ding

Uwe Brauer <oub@mat.ucm.es> writes:

>    >   (let ((feedmail-error-buffer
>    >          (get-buffer-create " *FQM Outgoing Email Errors*"))
>    > 	(feedmail-prepped-text-buffer
>    >          (get-buffer-create " *FQM Outgoing Email Text*"))
> you mean something like this
>
> (defun test-feedmail ()

No.  I mean "look in those buffers after sending fails".

> BTW in your reply I see the tag:
>    > <#secure method=smime mode=sign>
>
> Yes I mime-signed my messages. But why does this TAG survives in the reply
> buffer?

There is no such text in the message I sent.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



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

* Re: ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs
  2014-01-31 21:49     ` Lars Ingebrigtsen
@ 2014-01-31 22:55       ` Uwe Brauer
  0 siblings, 0 replies; 5+ messages in thread
From: Uwe Brauer @ 2014-01-31 22:55 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

>> "Lars" == Lars Ingebrigtsen <larsi@gnus.org> writes:

   > Uwe Brauer <oub@mat.ucm.es> writes:
   >> >   (let ((feedmail-error-buffer
   >> >          (get-buffer-create " *FQM Outgoing Email Errors*"))
   >> > 	(feedmail-prepped-text-buffer
   >> >          (get-buffer-create " *FQM Outgoing Email Text*"))
   >> you mean something like this
   >> 
   >> (defun test-feedmail ()

   > No.  I mean "look in those buffers after sending fails".

These buffers are *not* created! I have feedmail-debug to t, but it does
not help neither. I wrote to the author, but his last release was in 2001...

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5556 bytes --]

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

end of thread, other threads:[~2014-01-31 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 22:55 ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs Uwe Brauer
2014-01-30 23:02 ` Lars Ingebrigtsen
2014-01-31 12:24   ` Uwe Brauer
2014-01-31 21:49     ` Lars Ingebrigtsen
2014-01-31 22:55       ` Uwe Brauer

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