* 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
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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.