• MUTIL MSGID Dupe problem fixed

    From bcw142@21:1/145 to All on Saturday, May 13, 2017 16:12:03
    Just sent 6 ads, 3 to FSXBOT and 3 to RetroNet Ads and all had their own
    MSGIDs using MUTIL. A33 does fix the problems so far, and likely has fixed
    them for everything (QWK/QWKE), will test that soon. So update to A33 if you haven't (and are running 1.12 versions). Should be in most FSX_MYST download areas now (where I got mine). In my case I built a little script to do it: #!/bin/bash
    # do install mystic $1 mystic version like mys112a33_pi
    mkdir ~/Downloads/$1
    chmod 775 ~/Downloads/$1
    cd ~/Downloads/$1
    unzip -e /mystic/files/fsx_myst/$1.zip
    sudo rm -rf /nmystic
    sudo ./install
    cd /nmystic
    sudo cp mystic /mystic
    sudo killall mis mis2
    sleep 5
    sudo cp mis2 /mystic
    sudo cp mis /mystic
    sudo cp fidopoll /mystic
    sudo cp mutil /mystic
    sudo cp mbbsutil /mystic
    sudo cp nodespy /mystic
    sudo cp qwkpoll /mystic
    sudo cp scripts/mplc /mystic/scripts
    sudo cp scripts/mide /mystic/scripts
    sudo cp data/protocol.dat /mystic/data
    sudo chown -R pi:pi /mystic
    cd /mystic
    sudo ./mis -d

    --- Mystic BBS v1.12 A33 (Raspberry Pi/32)
    * Origin: Mystic Pi BBS bcw142.zapto.org (21:1/145)
  • From Nighthawk@21:1/146.1 to bcw142 on Saturday, May 20, 2017 12:29:00
    On 05/13/17, bcw142 said the following...

    Just sent 6 ads, 3 to FSXBOT and 3 to RetroNet Ads and all had their own MSGIDs using MUTIL. A33 does fix the problems so far, and likely has
    fixed them for everything (QWK/QWKE), will test that soon. So update to A33 if you haven't (and are running 1.12 versions). Should be in most

    Awesome!! Now I can go back to my QWKs :)

    --- Mystic BBS v1.12 A33 (macOS/64)
    * Origin: Chiron, experimental system - Brazil (21:1/146.1)