Opened 5 days ago
Last modified 5 days ago
#395 assigned defect
Initializer route, reroute, and deroute commands limit message coordinator source to 8 characters
| Reported by: | Eric Swenson | Owned by: | Eric Swenson |
|---|---|---|---|
| Priority: | minor | Milestone: | MR12.9 |
| Component: | Answering Service | Version: | MR12.5 |
| Keywords: | Cc: |
Description
Message coordinator source names can be up to 32 characters long. The data structures and subroutines all work just fine with up to 32-character long source names, but the route, deroute, and reroute operator command implementation arbitrarily limits source names to 8 characters. Simply changing the declaration of source from char(8) to char(32) allows source names to be up to 32-character names.
Note:
See TracTickets
for help on using tickets.

https://s3.amazonaws.com/eswenson-multics/public/mcrs/MCR10165.pdf