home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / mail / pmdf / 2134 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.2 KB

  1. Path: sparky!uunet!olivea!decwrl!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: ned@sigurd.innosoft.com (Ned Freed)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: V4.1-10 mailserv questions
  5. Message-ID: <01GNP31VIYMI9BVDXQ@SIGURD.INNOSOFT.COM>
  6. Date: 18 Aug 92 00:38:09 GMT
  7. Organization: The Internet
  8. Lines: 37
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 17 Aug 1992 17:38:09 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GNP32LL9K295NGGY@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"TANNER@Cerritos.EDU"
  15. X-Vms-Cc: IPMDF
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19.  
  20. > * Where do I define the COMMAND_LIMIT, MAXBLOCKS and MAXLINES options?
  21.  
  22. You put them all in a per-channel option file. The usual format PMDF uses
  23. is used here.
  24.  
  25. > * What is the format of the MAILSERV_ACCESS file?
  26.  
  27. This isn't a file per se -- it is a mapping in the PMDF mappings file. The
  28. format is currently undocumented. I hope to post the format to this list at
  29. some point in the future.
  30.  
  31. > * Mailserv appears to reply to the envelope From: rather than the header From:
  32. >   field.  I modified the V4.0 mailserv to use the header field and had much
  33. >   better control over processing UUCP return addresses.
  34.  
  35. This is incorrect. MAILSERV uses the Reply-To: header, if one is present, to
  36. control this. Otherwise the From: address is used. If that doesn't exist or is
  37. illegal the envelope From: is used. And if that's illegal the message is junked
  38. without any response.
  39.  
  40. This usage seems entirely appropriate to me for replies from MAILSERV.
  41.  
  42. > * If I request a file /MODE=BLOCK/ENCODING=UUENCODE I get back (1) a foreign
  43. >  file format message and (2) a FDL message that contains:
  44.  
  45. > Content-transfer-encoding: X-UUENCODE
  46. > Comments: These headers describe a message previously delivered in foreign file
  47. >  format.
  48.  
  49. >   Has the file been decoded automatically from uuencode format to foreign file
  50. >   format for me, or is it not being uuencoded at all?
  51.  
  52. The message was encoded and then decoded before you got it. In any case, PMDF
  53. does not support direct transmission of binary files without encoding, so the
  54. file had to be encoded for you to even get a response.
  55.  
  56.                 Ned
  57.