• Event question

    From Mega Man@21:1/206 to All on Sat Jan 14 10:00:04 2023
    I am trying to get my "Toss incoming echomail" event to copy the echomail packet to another directory. I created a "move.bat" to copy them but it isn't working. Any ideas as to how to accomplish this?

    Thanks,
    Rick

    --- Mystic BBS v1.12 A48 2022/07/15 (Windows/64)
    * Origin: The File Cabinet BBS - filecabi.casacam.net:1025 (21:1/206)
  • From Avon@21:1/101 to Mega Man on Sun Jan 15 11:36:20 2023
    On 14 Jan 2023 at 10:00a, Mega Man pondered and said...

    I am trying to get my "Toss incoming echomail" event to copy the echomail packet to another directory. I created a "move.bat" to copy them but it isn't working. Any ideas as to how to accomplish this?

    assuming move.bat is correct,and that you have it in your mystic directory, you would place it in your shell line first before you ran mutil to process the packets

    e.g. Shell move.bat|mutil mailin.ini|mis poll send

    or something along those lines...

    Kerr Avon [Blake's 7] 'I'm not expendable, I'm not stupid and I'm not going' avon[at]bbs.nz | bbs.nz | fsxnet.nz

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From bamageek@21:1/140 to Mega Man on Sun Jan 15 12:16:08 2023
    I am trying to get my "Toss incoming echomail" event to copy the echomail MM> packet to another directory. I created a "move.bat" to copy them but it MM> isn't working. Any ideas as to how to accomplish this?

    π MM> Thanks,
    Rick

    This is my inbound.cmd script:

    d:
    cd \mystic
    copy d:\mystic\echomail\in\*.* d:\mystic\echomail\in\backup
    copy d:\mystic\echomail\in\unsecure\*.* d:\mystic\echomail\in\unsecure\backup move d:\mystic\echomail\in\usecure\F*.* d:\mystic\echomail\in
    mutil -exec ImportEchoMail,FileToss

    ... A Meteor is an example of a rock star.

    --- Mystic BBS v1.12 A47 2021/12/25 (Windows/32)
    * Origin: Dave's BBS (21:1/140)