• src/sbbs3/mailsrvr.c mail

    From deuce@VERT to CVS commit on Mon Mar 19 05:36:00 2018
    src/sbbs3 mailsrvr.c 1.658 1.659 mailsrvr.h 1.83 1.84 mxlookup.c 1.28 1.29 Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv20020

    Modified Files:
    mailsrvr.c mailsrvr.h mxlookup.c
    Log Message:
    Attempt to fix an apparently crypt object leak in the mail server by having mail_close_socket() also destroy the session, and take pointers to set the socket to INVALID_SOCKET, and the session to -1.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Jul 19 14:34:00 2018
    src/sbbs3 mailsrvr.c 1.674 1.675 mailsrvr.h 1.85 1.86 mime.c 1.11 1.12 mime.h 1.5 1.6 services.c 1.322 1.323
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv8742

    Modified Files:
    mailsrvr.c mailsrvr.h mime.c mime.h services.c
    Log Message:
    Cosmetic/helpful improvements to the log output (a lot of search and replace). The "official" log line format is (as of right now at least):
    "[socket] [protocol] [user/host-ID] [! if error]message"
    Hopefully I can remember that when I add new log messages.

    Also setting the protocol to SMTPS, POP3S, SEND/TLS, when appropriate and passing it around to pretty much any function that can log a message.
    Added debug-level log output when the mail sever is sending message body text (every 100 lines).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net