• exec/postmsg.js

    From rswindell@VERT to CVS commit on Wednesday, September 25, 2019 19:40:13
    exec postmsg.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv15565

    Modified Files:
    postmsg.js
    Log Message:
    Look-up 'to' and 'from' user numbers automatically if not specified on the command-line (the 'to' is only looked-up for the 'mail' base).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 20, 2020 22:27:35
    exec postmsg.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv23286

    Modified Files:
    postmsg.js
    Log Message:
    Fix bug introduced in previous commit as reported by Nelgin:
    to and from extension header fields were being set (for the mail base) even when the to or from name was not a valid local user name (thus an extension value of "0" was being stored in the header) - causing netmail imported with postmsg.js to never get exported.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tuesday, January 21, 2020 09:11:27
    exec postmsg.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    postmsg.js
    Log Message:
    Don't set the to_ext field if there's a destination netmail address
    specified on the command-line (-n option). This also would have fixed
    Nelgin's issue with this script.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, March 30, 2020 00:31:14
    exec postmsg.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv12451

    Modified Files:
    postmsg.js
    Log Message:
    Some wording changes, no functional change.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, September 14, 2024 17:16:55
    https://gitlab.synchro.net/main/sbbs/-/commit/67501aa425f0880152142f1a
    Modified Files:
    exec/postmsg.js
    Log Message:
    Add -F option to set file request attribute flag

    to force SBBSecho to create a .req file (in FLO-mode), rather than send as netmail.

    For Keyop

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, March 29, 2025 14:35:39
    https://gitlab.synchro.net/main/sbbs/-/commit/a3c4488545c43363e4093dd6
    Modified Files:
    exec/postmsg.js
    Log Message:
    Add -D and -T options to allow setting message date (or date *and* time)

    Examples:
    "-D02/29/25"
    "-T02 Feb 1996 03:04:05 GMT"
    "-TDecember 17, 1995 03:24:00"
    "-T1995-12-17T03:24:00"

    The system's configured time zone is always used however.

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