]> code.citadel.org Git - citadel.git/commit
* serv_smtp.c: when authenticated, do not log out when a RSET command is
authorArt Cancro <ajc@citadel.org>
Wed, 5 Mar 2003 04:55:32 +0000 (04:55 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Mar 2003 04:55:32 +0000 (04:55 +0000)
commit55bc9044eedab7ed06544a67cb839dff2cd2dbb6
tree2fff4ca910ea9fff51b89546a0118dfd2cd34a6e
parentd45301ec0a6b5524efb1cd9e11fbd0da89e900f4
* serv_smtp.c: when authenticated, do not log out when a RSET command is
  issued.  This breaks clients which carelessly issue RSET before each
  message, such as Pine.
* serv_smtp.c: when authenticated, ignore envelope FROM:<xxx> sender name
  and replace with address of user who authenticated.  Also fixes Pine.
* serv_smtp.c: when authenticated, not only do we continue our glorious
  RFC-violating condition of replacing the From: header with the user who
  is logged in, but we also stamp it with their preferred Internet address
  for outbound mail (which is kept in CC->cs_inet_email).
citadel/ChangeLog
citadel/serv_smtp.c