unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9615: smtpmail: erroneous STARTTLS capability check
@ 2011-09-27 16:13 Ludovic Courtès
  2011-09-27 17:45 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2011-09-27 16:13 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 9615

Hello,

smptmail.el reads this (since revision 104665):

		   (lambda (capabilities)
		     (and (string-match "-STARTTLS" capabilities)
			  "STARTTLS\r\n"))

This check doesn’t work with the Zimbra SMTP server I’m using, which has
this capability string:

  "250-mail1-xyz.fr\n250-8BITMIME\n250-SIZE 20971520\n250 STARTTLS\n"

(Note the lack of a hyphen before “STARTTLS”.)

Removing the hyphen in the ‘string-match’ call above fixes the problem.

Thanks,
Ludo’.





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

* bug#9615: smtpmail: erroneous STARTTLS capability check
  2011-09-27 16:13 bug#9615: smtpmail: erroneous STARTTLS capability check Ludovic Courtès
@ 2011-09-27 17:45 ` Lars Magne Ingebrigtsen
  2011-09-28  9:16   ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-27 17:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 9615

ludovic.courtes@inria.fr (Ludovic Courtès) writes:

> Removing the hyphen in the ‘string-match’ call above fixes the problem.

Thanks; fixed now in bzr Emacs.

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





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

* bug#9615: smtpmail: erroneous STARTTLS capability check
  2011-09-27 17:45 ` Lars Magne Ingebrigtsen
@ 2011-09-28  9:16   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2011-09-28  9:16 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 9615

Lars Magne Ingebrigtsen <larsi@gnus.org> skribis:

> Thanks; fixed now in bzr Emacs.

Great, thanks!

Ludo’.





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

end of thread, other threads:[~2011-09-28  9:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 16:13 bug#9615: smtpmail: erroneous STARTTLS capability check Ludovic Courtès
2011-09-27 17:45 ` Lars Magne Ingebrigtsen
2011-09-28  9:16   ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).