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

E-Mail subject mod

Author : Mike Vaughan : Starlifter II in Altus
————————————————————————————————————–
Here is my mod for the E-Mail Subject. Are you tired of receiving a reply
at which you have no idea what the individual is talking about. You asked
him a question 2 weeks ago, when he answers you; you forgot what the question
was?

All changes are made to the “msg.seg.s” segment. You can either replace
each procedure with the ones below, or you can insert the changes that I
have made to each one.

wr.ltr
 ready "e:mail"
 if info(6)<29 print \"Mail bit-map full":return
 print #msg(d),un:if h$<>"" print #6,h$\
 print #6,"From ->"a1$" "a2$" (#"un")"
 print #6,"Date ->"date$" "time$\
 if P1 print #6,"Regarding: " i$\
 copy #s,#6:print #msg(d),chr$(4);chr$(0);
 msg(d)=1:update:return

rd.mail4
 input @2 \"[A]uto reply, [C]ontinue, [R]e-read :" i$
 if i$="" or i$="C" or i$="N" goto rd.mail2
 if i$="Q" return
 if i$="R" rewind:x=0:goto rd.mail3
 if i$="P" and info(5) rewind:x=5:goto rd.mail3
 if i$="W" and info(5) goto wr.mail
 if i$="F" goto forward
 if i$<>"A" goto rd.mail4
 if d=0 print \"Sorry, anonymous sender":goto rd.mail4
 P1=1:input @3 \"Regarding: " i$:if i$="" goto rd.mail2
 gosub editor:if not edit(2) goto rd.mail4
 print \"Wait..";:h$="":s=8:gosub wr.ltr
 print ".reply sent":P1=0:goto rd.mail2

bl.show6
 if a=0 print \"Sorry, anonymous sender":goto bl.show2
 P1=1:input @3 \"Regarding: " i$:if i$="" return
 gosub editor:if not edit(2) goto bl.show2
 h$=" --> Reply to a Bulletin <--"
 print \"Wait..";:s=8:gosub wr.ltr
 ready bf$:print ".reply sent":P1=0:goto bl.show2

I hope this solves some of the confusion for E-Mail Replies!

Mike Vaughan
Starlifter II in Altus

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