• src/sbbs3/msgtoqwk.cpp

    From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Friday, April 25, 2025 18:33:39
    https://gitlab.synchro.net/main/sbbs/-/commit/6680a450ae649b3ca50c600a
    Modified Files:
    src/sbbs3/msgtoqwk.cpp
    Log Message:
    Don't add CP437 QWKnet tagline glyph when message is explicitly US-ASCII

    e.g. when message was posted via NNTP with:
    Content-Type: text/plain; charset=US-ASCII

    Assume the poster wants the message to remain US-ASCII, so let's not pollute the message with CP437 chars and invalidate the header and cause unnecessary downstream issues.
    --- SBBSecho 3.24-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Tuesday, February 03, 2026 16:28:30
    https://gitlab.synchro.net/main/sbbs/-/commit/3f2b039ecdb848bec901b827
    Modified Files:
    src/sbbs3/msgtoqwk.cpp
    Log Message:
    Strip MIME headers from messages when MIME over QWK is disabled (the default)

    Having the headers (in the HEADERS.DAT which gets imported into SMB message headers) but no MIME-encoded message body can confuse MIME-aware message readers (e.g. news/NNTP readers).

    Thanks to Accession for pointing out this (new) bug.
    --- SBBSecho 3.36-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Saturday, February 21, 2026 17:32:29
    https://gitlab.synchro.net/main/sbbs/-/commit/5e185e3b79633dcfa28e0f74
    Modified Files:
    src/sbbs3/msgtoqwk.cpp
    Log Message:
    Don't wordwrap messages that are specifically flagged as "Format: fixed"
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sunday, April 26, 2026 17:04:20
    https://gitlab.synchro.net/main/sbbs/-/commit/6859427055bc4d0765b3b981
    Modified Files:
    src/sbbs3/msgtoqwk.cpp
    Log Message:
    Remove "@address" part of QWK to-user for local mail in QWKnet node packets

    I think'll resolve the issue of QWKnet node accounts receiving email from gitlab@synchro.net (e.g. registration verification messages).
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sunday, April 26, 2026 21:35:41
    https://gitlab.synchro.net/main/sbbs/-/commit/8aed9d17122cb80ba3905da6
    Modified Files:
    src/sbbs3/msgtoqwk.cpp
    Log Message:
    A more full fix for removing the @address from local mail for QWKnet nodes

    We needed to perform the truncation before the HEADERS.DAT file is created.

    Re: commit 6859427055bc4d0765b3
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)