 30-Jan-1996  L.Brennan  V4.1.2: 	* stop flipping TO address to uppercase in fix_address();A 	* stop continual upcase when compare of ALIASES - just upcase a  6 	  temp and check that, rather than the actal address!1 	  (yes, the ALIASES are still kept in uppercase) & 	* don't upcase() the alias expansion. 	* MSGS.C and ALIAS.C    19-Aug-1995  L.Brennan  V4.1.1B 	* use <nam.h> anywhere that used 255 or 256 for strings maximums.& 	  ie NAM$C_MAXRSS+1 instead of 256.. ' 	  I had missed doing the MAIL.H in 4.1 % 	* add VER_PATCH field into VERSION.H    27-July-1995 L.Brennan  V4.1.0  > 	* Fix bug which causes blow-up at VMS 6.+ where the variables; 	  for the mail$get_user_info() call no longer get cleared. ? 	  (also applies to Michael N. LeVine's S-MAIL prog, of course) A 	* Massive cleanup of code for portability between VAXC/GCC/DECC. H           (VAXC allowed bizarre usage of "&" in just about any context!)C         * No automatic initialisation of structures, etc. DECC just (           complains.. Soo.. out they go.= 	* General cleanup/fixes for message strings, SMG$M args, etc : 	* #include files, extern defs, DECC options, linker, etc.1 	* Move site-specific e-mailer stuff to USERDEF.H ! 	* Move version info to VERSION.H M         * No longer crashes/exits when the user doesn't have a MAIL.MAI file. /         * fixed related variable init problems. @         * link with /NOTRACEBACK for when no MAIL.MAI present...K         * defaults to YES, I want to use a SIGNATURE.TXT file if available! /         * killed the last of the DECC warnings! B           - courtesy of Paul Nankervis <ccpn@lure.latrobe.edu.au>)