• Binkit/Tickit Poll issue

    From Ray Quinn@1:103/705 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
    --- SBBSecho 3.33-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)