• Binkit/Tickit Poll issue

    From Ray Quinn@VERT to GitLab note in main/sbbs on Fri Dec 19 21:10:19 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/343#note_7980

    What I did is I wrote a simple script to merge the *.flo and the *.hlo files. I repeat this for all the outbound mail folders.

    #!/bin/bash
    # Script to merge *.flo files to *.hlo since
    # TICKIT won't do it.
    echo
    echo "Changing 1:214/23's files to HOLD status..."
    cat 00d60017.flo 00d60017.hlo >> 00d60017.tmp
    mv 00d60017.tmp 00d60017.hlo
    rm 00d60017.flo
    ls -l
    echo
    echo

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