home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!thehulk!munroe
- From: munroe@dmc.com (Dick Munroe)
- Newsgroups: vmsnet.mail.mx
- Subject: Re: Something is stripping blanks....
- Message-ID: <1992Dec29.135018.1107@dmc.com>
- Date: 29 Dec 92 13:50:18 EST
- References: <1992Dec24.082048.1098@dmc.com>
- Organization: Doyle, Munroe Consultants, Inc., Hudson, MA
- Lines: 91
-
- In article <1992Dec24.082048.1098@dmc.com>, munroe@dmc.com (Dick Munroe) writes:
- > I've performed a series of experiments and something is
- > stripping blanks from mail messages:
-
- Well, it was indeed MX, as Earle pointed out. Specifically it appears to be
- MX_RMAIL. The fix was pretty easy and for those of you with sources the DIFF
- to MX_RMAIL.B32 is enclosed. I've mailed this to Hunter for inclusion in the
- next release of MX.
-
- Merry Holidays all.
-
- Dick Munroe
- --------------------------------------------------------------------------------
- *** mx_rmail.b32.1
- --- mx_rmail.b32
- **************
- *** 1,5
- %TITLE 'MX_RMAIL'
- ! MODULE MX_RMAIL (IDENT='V1.4-1', MAIN=MX_RMAIL) =
- BEGIN
- !++
- ! FACILITY: MX UUCP interface
- --- 1,5 -----
- %TITLE 'MX_RMAIL'
- ! MODULE MX_RMAIL (IDENT='V1.5', MAIN=MX_RMAIL) =
- BEGIN
- !++
- ! FACILITY: MX UUCP interface
- **************
- *** 34,39
- ! 20-MAY-1991 V1.3-1 Madison Check for 822-type address in From_ header.
- ! 04-NOV-1991 V1.4 Madison Use new RCPTDEF structure.
- ! 15-NOV-1991 V1.4-1 Madison MEM RCPT rtns.
- !--
-
- LIBRARY 'SYS$LIBRARY:STARLET';
- --- 34,41 -----
- ! 20-MAY-1991 V1.3-1 Madison Check for 822-type address in From_ header.
- ! 04-NOV-1991 V1.4 Madison Use new RCPTDEF structure.
- ! 15-NOV-1991 V1.4-1 Madison MEM RCPT rtns.
- + ! 27-Dec-1992 V1.5 Munroe Do NOT trim blanks from the message when it
- + ! is put into the message queue!!!
- !--
-
- LIBRARY 'SYS$LIBRARY:STARLET';
- **************
- *** 373,378
- ELSE
- STR$COPY_DX (SENDER, %ASCID'<>');
-
- FLQ_ADD (.QAB, NEWENT);
-
- WRITE_INFO (.QAB, NEWENT, %ASCID'SRC_INFO', SENDER, INFOQ,
- --- 375,384 -----
- ELSE
- STR$COPY_DX (SENDER, %ASCID'<>');
-
- + !++
- + ! Add the UUCP message to the router queue.
- + !--
- +
- FLQ_ADD (.QAB, NEWENT);
-
- WRITE_INFO (.QAB, NEWENT, %ASCID'SRC_INFO', SENDER, INFOQ,
- **************
- *** 390,398
- END;
- WHILE MDM_READF (.UNIT, STR2) DO
- BEGIN
- ! STR$TRIM (STR, STR2);
- ! MDM_WRITEF (.UNIT2, STR);
- ! NEWENT [QENT_L_SIZE] = .NEWENT [QENT_L_SIZE] + .STR [DSC$W_LENGTH];
- END;
- MDM_CLOSEF (.UNIT);
- MDM_CLOSEF (.UNIT2);
- --- 396,403 -----
- END;
- WHILE MDM_READF (.UNIT, STR2) DO
- BEGIN
- ! MDM_WRITEF (.UNIT2, STR2);
- ! NEWENT [QENT_L_SIZE] = .NEWENT [QENT_L_SIZE] + .STR2 [DSC$W_LENGTH];
- END;
- MDM_CLOSEF (.UNIT);
- MDM_CLOSEF (.UNIT2);
- --------------------------------------------------------------------------------
- Dick Munroe Internet: munroe@dmc.com
- Doyle Munroe Consultants, Inc. UUCP: ...uunet!thehulk!munroe
- 267 Cox St. Office: (508) 568-1618
- Hudson, Ma. FAX: (508) 562-1133
-
- GET CONNECTED!!! Send mail to info@dmc.com to find out about DMConnection.
-