• exec/load/822header.js

    From rswindell@VERT to CVS commit on Sun Apr 28 13:35:25 2019
    exec/load 822header.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32500

    Modified Files:
    822header.js
    Log Message:
    Fix Reply-To header field name quoting issue (lacking terminate quote)




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Apr 28 17:41:56 2019
    exec/load 822header.js 1.7 1.8
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv13341

    Modified Files:
    822header.js
    Log Message:
    Support the new header fields:
    - to_list
    - cc_list
    - replyto_list

    Always enclose the 'From' name in quotes.
    Don't force a reply-to field if subnum is undefined.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Apr 29 21:40:08 2019
    exec/load 822header.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv18163

    Modified Files:
    822header.js
    Log Message:
    Include the RFC822 "Received" header fields.
    Removed the X-Comment-To header field (is this file being used for NNTP?). Added an 'unfold' boolean argument (defaults to true). If false, don't unfold the header fields.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed May 1 20:00:12 2019
    exec/load 822header.js 1.9 1.10
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv8006

    Modified Files:
    822header.js
    Log Message:
    Use the SMTPForwardPath (msg.forward_path) for the To: field if there's no other relevant "To" field value exists in the header.
    Include the X-FTN-SEEN-BY and X-FTN-PATH header fields, if present.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu May 2 14:07:57 2019
    exec/load 822header.js 1.11 1.12
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv13027

    Modified Files:
    822header.js
    Log Message:
    Add the X-Priority header field, when applicable (defined and non-zero).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon May 20 07:56:00 2019
    exec/load 822header.js 1.12 1.13
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31727

    Modified Files:
    822header.js
    Log Message:
    Include a CVS revision keyword. No functional change.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Jul 24 15:02:45 2019
    exec/load 822header.js 1.13 1.14
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv26047

    Modified Files:
    822header.js
    Log Message:
    Use the new is_utf8 header property to set the message header "charset=UTF-8" instead of "charset=IBM437", when appropriate.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to Main/master on Mon Nov 23 12:38:36 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/439c60fb4313ab4e2e3f1296
    Modified Files:
    exec/load/822header.js
    Log Message:
    Clean-up header dumps of non-RFC822 messages.

    If there's no 'id' property, don't display "Message-ID: undefined".
    If the new default_content_type argument is false, don't display
    a default content-type and content-transfer-encoding.

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