bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-anubis] [INFO] GNU Anubis and ESMTP


From: Sergey Poznyakoff
Subject: Re: [bug-anubis] [INFO] GNU Anubis and ESMTP
Date: Thu, 23 Dec 2004 12:06:21 +0200

Somehow I have forgotten the patch. Here it comes.

Regards,
Sergey

Index: smtpmail.el
--- /usr/src/emacs-bidi/lisp/mail/smtpmail.el   Tue Jul  9 14:13:55 2002
+++ /usr/fix/emacs-bidi/lisp/mail/smtpmail.el   Thu Dec 23 11:14:42 2004
@@ -494,7 +494,7 @@ This is relative to `smtpmail-queue-dir'
     (when cred
       (cond
        ((eq mech 'cram-md5)
-       (smtpmail-send-command process (format "AUTH %s" mech))
+       (smtpmail-send-command process (upcase (format "AUTH %s" mech)))
        (if (or (null (car (setq ret (smtpmail-read-response process))))
                (not (integerp (car ret)))
                (>= (car ret) 400))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]