nmh-workers
[Top][All Lists]
Advanced

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

Re: inc not sending password to POP3 server


From: Andy Bradford
Subject: Re: inc not sending password to POP3 server
Date: 5 Jul 2021 10:22:56 -0600

Ken asked:

> What version of nmh were you running before?

Oddly enough, it would  seem that I was also running  nmh 1.7.1 prior to
upgrading the OS.

I  see that  I also  had a  local modification  that maybe  I forgot  to
communicate to anyone...

Index: sbr/ruserpass.c
--- sbr/ruserpass.c.orig
+++ sbr/ruserpass.c
@@ -170,7 +170,7 @@ ruserpass(const char *host, char **aname, char **apass
            mypass = *aname;
        }
 
-        *aname = mh_xstrdup(mypass);
+        *apass = mh_xstrdup(mypass);
     }
 
 }

Andy




reply via email to

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