gnus cannot send emails using smtp with starttls (i.e. gmail)

Bug #816092 reported by Jarl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
XEmacs
Unknown
Unknown
xemacs21 (Ubuntu)
New
Undecided
Unassigned

Bug Description

This is also reported upstream: http://tracker.xemacs.org/XEmacs/its/issue788

The problem is actually that the function smtpmail-open-stream uses a
macro `with-boundp' that is not defined in 21.4.22, but only in 21.5
(http://membled.com/lib/xemacs-21.5-b27/lisp/bytecomp-runtime.el)

Others have run into this problem:
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/2538363186504a06/ba2a2effcce72898

Therefore the OS process is never created and an internal network stream
is created instead.

There is a workaround:
1) Put the definition of `with-boundp' in the .gnus file.
2) Disable the bytecompiled smtpmail or redefnie `smtpmail-open-stream'
in your .gnus after it has been loaded from you OS distibuted version.

That will fix it.

Tags: gnus mail-lib
Revision history for this message
Jarl (jarl-dk) wrote :

Note that this problem is specific to XEmacs (gnus works fine in this case in emacs)

Jarl

Changed in xemacs:
status: Unknown → New
Changed in xemacs:
status: New → Unknown
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.