The Official GBBS Pro Repository

  • Home
  • ACOS GBBS Pro
    • Welcome to the GBBS Pro Archive
    • Apple II RoundTable – Lance Taylor-Warren
    • GBBS Pro System Software Version 2.1
    • GBBS Pro System Software 2.11 And Source Code
    • Legacy GBBS Pro System Software
    • Legacy DOS Based GBBS II Version 1.7
  • ACOS Utility Segs
    • Advanced Transfer System for GBBS
    • ACOS Boss
    • ACOS GBBS Editor Version 1.1
    • DarkFire 2000 BBS Version 2.41
    • Day of the week mod
    • SysOp Mail Dashboard – Mail Utility v4.0
    • ACOS Device list
    • Top of screen stats
    • Midnight call counter fix
    • Mail fix utility
    • E-Mail subject mod
    • Speed with HST Modems
  • ACOS Game Segs
    • Calculate Medical Age
  • Misc Utilities
    • TCPSER Package
    • Exfer 4.3b Delta13
    • Crash Proofing GBBS II Systems
    • Message Tracking Mod
    • ACOS Math
    • Email to multiple or all users
    • Preventing unauthorized access to site via malicious upload

Mail fix utility

Author: Unknown
File Name: MAIL.FIX.SEG.S
—————————————————————————————————————————–

; mailfix program

home
 print \"Make sure disk containing mail file is"
 input @2 "on-line. Press [RETURN] to begin..." i$

ready "e:mail"
 if info(6)<29 goto dofix

print \"Your mail file is OK and does not need"
 print "to be fixed."\
 close:end

dofix
 ready "e:"
 open #1,"e:mail"
 a=size(1)*2
 read #1,ram,8
 poke ram+2,a mod 256
 poke ram+3,a/256
 mark(1)=0
 write #1,ram,8
 close

q$=chr$(34)
 print \"Your mail file has now been repaired."\
 print "To prevent further problems, go into"
 print "MAIN.SEG and find the label TERM3."
 print "Approximately 5 lines after the label"
 print "you will find the line:"\
 print " if ma ready "q$"e:mail"q$":kill #msg(un):update"
 print \"Change it to read:"\
 print " if ma ready "q$"e:mail"q$":kill #msg(un):msg(un)=0:update"
 print \"Once changed, this will eliminate the"
 print "cause of the 'Mail Bit-Map Full'."
 end

Recent Posts

  • GBBS Pro 2.4 Software & Manual
  • GBBS Pro 2.3 Software & Manual
  • GBBS Pro 2.2 Beta 1 Software & Book Now Available
  • GBBS Pro System Software Version 2.14 and Source
  • GBBS Pro System Software 2.11 And Source Code

Recent Comments

    Archives

    • November 2024
    • July 2023
    • July 2019
    • February 2017
    • January 2017

    Categories

    • Bulletin Board Systems
    • GBBS System
    • General

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    (c) 2015-2025 GBBS Pro Repository