home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / mail / pmdf / 2456 < prev    next >
Encoding:
Internet Message Format  |  1992-10-09  |  2.7 KB

  1. Path: sparky!uunet!stanford.edu!unixhub!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!bu.edu!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: pern%uordbv.bitnet@ymir.claremont.edu (Jack Pernice)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: MAILSERV and SEND/ENCODING
  5. Message-ID: <01GPQZMNIV8G8WX8HW@DBV>
  6. Date: 9 Oct 92 19:18:00 GMT
  7. Organization: The Internet
  8. Lines: 65
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 09 Oct 1992 15:18 -0400 (EDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GPQULN8Q5E8WX44M@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"info-pmdf@YMIR.BITNET"
  15. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  16. Content-Transfer-Encoding: 7BIT
  17.  
  18. VMS V5.5-2HW on a VS400 model 90
  19. PMDF V4.1-7
  20.  
  21. We're having a problem with the MAILSERV channel with regard to encoding.
  22.  
  23. A user sends a request for a file with encoding specified.  MAILSERV responds
  24. with an error:
  25.  
  26. Remote user sends:
  27.  
  28.         SEND/ENCODING=UUENCODE [TEST]VMSU2055.RELEASE_NOTES
  29.  
  30.  
  31. MAILSERV replies:
  32.  
  33.         Illegal encoding specified in command: SEND/ENCODING=UUENCODE
  34.         [TEST]VMSU2055.RELEASE_NOTES
  35.         Use the HELP command to get a list of legal MAILSERV commands.
  36.  
  37. You get a similar MAILSERV response with:
  38.  
  39.         ENCODING UUENCODE
  40.         SEND [TEST]VMSU2055.RELEASE_NOTES
  41.  
  42.  
  43. Here's the relevent portion of a MAILSERV_MASTER.LOG w/ master_debug:
  44.  
  45. $ run pmdf_root:[exe]mailserv.exe
  46. Debugging enabled.
  47.   Command limit set to 2147483647
  48.   Maximum blocks per message set to 2147483647
  49.   Maximum lines per message set to 2147483647
  50.   MAILSERV reply address is: mailserv-reply@ehsct7.biophysics.rochester.edu
  51.  
  52. Starting processing of PMDF_ROOT:[QUEUE.mailserv]ZZ01GPQVRKR0HG984IVM.00
  53.   Message is from: PERN@db1.cc.rochester.edu
  54.   Command: ENCODING UUENCODE
  55.   CLI$DCL_PARSE returned status of 196609
  56. Processing ENCODING command.
  57.   CLI$DISPATCH returned status of 0
  58.   Error in command. Ignoring remainder of message.
  59.   Making response header.
  60.   Closing the output message.
  61.   Finished with this message.
  62. $ goto out1
  63.  
  64.  
  65. I went poking through the sources and found references to X-UUENCODE so I tried
  66. that.
  67.  
  68. I got:
  69.         Unrecognized keyword - check validity and spelling
  70.          \X-UUENCODE\
  71.         Use the HELP command to get a list of legal MAILSERV commands.
  72.  
  73.  
  74. It seems as if the CLI is parsing the string correctly since it recognizes the
  75. proper keyword ("Illegal encoding specified" vs "Unrecognized keyword").
  76. Are all encodings implemented?
  77.  
  78. Thanks,
  79. Jack Pernice                             BitNet:    PERN@UORDBV
  80. VMS Systems                              InterNet:  pern@db1.cc.rochester.edu
  81. University of Rochester                  Voice:     (716) 275-7160
  82. Rochester, NY  14620
  83.