[mew-int 2823] Re: gmail stmp stunnel wrong version number

Kendall Shaw kshaw at example.com
Wed Feb 10 04:31:37 JST 2010


Kazu Yamamoto (山本和彦) <kazu at example.com> writes:

>> Kazu, this seems to be a bug in mew-ssl.el.  "none" should be
>> replaced with empty.
>
> I cannot install stunnel3 anymore.
> If somebody kindly makes a patch, I will merge it.

I don't know if I should try to make an attachment. And, I hope this is
the right format:


diff --git a/mew-ssl.el b/mew-ssl.el
index b02004e..234a538 100644
--- a/mew-ssl.el
+++ b/mew-ssl.el
@@ -90,7 +90,7 @@ A file name of a certificate should be 'cert-hash.0'.
                "-d" ,(format "%s:%d" mew-ssl-localhost localport)
                "-v" ,(number-to-string (mew-ssl-verify-level case))
                "-D" "debug"
-               "-P" "none"
+               "-P" ""
                "-r" ,(format "%s:%d" server remoteport)
                , at example.com))
        (if tls (setq args (cons "-n" (cons tls args))))


The changes to my configuration worked. Thank you.

In the documentation, I thought I was supposed to replace "submission"
with the port number.

Kendall



More information about the Mew-int mailing list