Re: [Mutt] #3142: [SMTP] Invalid EHLO for some smtp sessions
#3142: [SMTP] Invalid EHLO for some smtp sessions
---------------------+------------------------------------------------------
Reporter: gufo | Owner: brendan
Type: defect | Status: new
Priority: major | Milestone: 1.6
Component: SMTP | Version: 1.5.18
Resolution: | Keywords: smtp ehlo
---------------------+------------------------------------------------------
Comment(by gufo):
A patch is attached, the problem was an uninitialized variable and a wrong
check of the DOMAIN string. [[BR]]
The patch also changes "if (*DOMAIN != '@')" into "if (strcmp("@",DOMAIN)
!= 0)", maybe it's not the case.[[BR]]
Thanks to my friend JP for the time spent to spot the problem and to all
of you for this great software. [[BR]]
Gufo
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3142#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent