• src/sbbs3/mailsrvr.c mailsrvr.h

    From rswindell@VERT to CVS commit on Wed Nov 15 01:57:59 2017
    src/sbbs3 mailsrvr.c 1.613 1.614 mailsrvr.h 1.79 1.80
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv21403

    Modified Files:
    mailsrvr.c mailsrvr.h
    Log Message:
    New [Mail] server option (in sbbs.ini): KILL_READ_SPAM:
    will set the "KILLREAD" attribute flag on any SPAM-tagged email messages so that after they are read (or downloaded via POP), they will be auto-deleted by smbutil maintenance. Defaults to off.

    ---
    þ 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 Wed Jan 22 14:34:27 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b8f2df8a0443f250e71f7960
    Modified Files:
    src/sbbs3/mailsrvr.c mailsrvr.h
    Log Message:
    Add new "PostTo" setting to (optionally) change the recipient of SMTP-posts

    Messages posted to sub-boards via SMTP normally will have the recipient name/address as the "To" (RECIPIENT) value of the posted message. If the sysop wishes to replace this string (for all SMTP-posted messages) with a different string (e.g. "All") this is the setting to allow that.

    I do want web-scrapping spammers to collect the 'to' fields for my TLDR and Coverity-scan posts and post their own spam messages via email (any more).

    Also accommodate the new link list API (long -> int).
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net