nmh-commits
[Top][All Lists]
Advanced

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

[Nmh-commits] nmh/mts/smtp smtp.c,1.14.2.1,1.14.2.2


From: Ken Hornstein <address@hidden>
Subject: [Nmh-commits] nmh/mts/smtp smtp.c,1.14.2.1,1.14.2.2
Date: Fri, 24 Oct 2003 20:14:50 +0000

Update of /cvsroot/nmh/nmh/mts/smtp
In directory subversions:/tmp/cvs-serv30347/mts/smtp

Modified Files:
      Tag: RELEASE_1_1
        smtp.c 
Log Message:
Merge in changes that didn't make it onto the release branch.


Index: smtp.c
===================================================================
RCS file: /cvsroot/nmh/nmh/mts/smtp/smtp.c,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -d -r1.14.2.1 -r1.14.2.2
*** smtp.c      5 Sep 2003 21:03:35 -0000       1.14.2.1
--- smtp.c      24 Oct 2003 20:14:48 -0000      1.14.2.2
***************
*** 61,72 ****
   * these codes must all be different!
   */
! #define       SM_OPEN  90      /* Changed from 30 in case of nameserver 
flakiness */
  #define       SM_HELO  20
  #define       SM_RSET  15
! #define       SM_MAIL  40
! #define       SM_RCPT 120
! #define       SM_DATA  20
! #define       SM_TEXT 150
! #define       SM_DOT  180
  #define       SM_QUIT  30
  #define       SM_CLOS  10
--- 61,72 ----
   * these codes must all be different!
   */
! #define       SM_OPEN  300      /* Changed to 5 minutes to comply with a 
SHOULD in RFC 1123 */
  #define       SM_HELO  20
  #define       SM_RSET  15
! #define       SM_MAIL  301      /* changed to 5 minutes and a second (for 
uniqueness), see above */
! #define       SM_RCPT  302      /* see above */
! #define       SM_DATA  120      /* see above */
! #define       SM_TEXT 180     /* see above */
! #define       SM_DOT  600     /* see above */
  #define       SM_QUIT  30
  #define       SM_CLOS  10





reply via email to

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