| DESCRIPTION OF ENHANCEMENTS |
MailMan patch XM*7.1*59 addresses problems caused during remote transmission
If the 'from' string contains illegal characters, the 'from' string will be
enclosed in quotes.
The local site will not see the change in the 'from' string.
The receiving site will see the change.
For example:
'National Patch Module' will become '"National Patch Module"'
'<Patient Feedback Pkg>' will become '"Patient Feedback Pkg"'
when a message's 'from' address contains illegal characters.
Messages from users will continue to be treated as usual. That is, if the
user's name contains ',' or ' ', all ', .' will become '._+'.
If the user's name contains any other illegal characters, such as '()',
the entire user's name will be enclosed in quotes.
===========================================================================
This patch should be installed after-hours, when user activity is at a
minimum. You should put the XMUSER option out of order. The filers should
be shut down.
===========================================================================
INSTALLATION:
1. DSM Sites: If any of these routines is mapped, disable mapping for the
affected routine(s).
2. On the PackMan menu, use the 'INSTALL/CHECK MESSAGE' option. This loads
the patch into a Transport Global on your system.
3. On the KIDS:Installation menu, use the following options to install the
Transport Global:
Verify Checksums in Transport Global
This patch only addresses locally originating messages which are sent to
Print Transport Global
Compare Transport Global to Current System
Backup a Transport Global
Install Package(s)
4. DSM Sites: After patch has installed, rebuild your map set.
============================================================================
ROUTINES:
The second line of the routine now looks like:
remote sites.
;;7.1;MailMan;**[patch list]**;Jun 02, 1994
Before After
Name Checksum Checksum Patch List
----------------------------------------------------------
XMSMAIL 4652921 5893340 59
* Checksums produced by CHECK^XTSUMBLD
============================================================================
As the message is being transmitted to the remote site, MailMan examines
the 'from' string.
If the 'from' string is enclosed in "<>", the "<>" are stripped off.
|