home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2286 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  2.6 KB

  1. Path: sparky!uunet!stanford.edu!agate!spool.mu.edu!hri.com!snorkelwacker.mit.edu!world!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: ned@innosoft.com (Ned Freed)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE: Problems with cc:Mail channel.
  5. Message-ID: <01GOP8H9AB1A9FM7LA@INNOSOFT.COM>
  6. Date: 12 Sep 92 21:41:51 GMT
  7. Organization: The Internet
  8. Lines: 43
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 12 Sep 1992 14:41:51 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GOP8IEH0QA984RON@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"andrewr@itd.adelaide.edu.au"
  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. >     I'm having two problems with the cc:Mail channel under PMDF.
  21. > The first, of irritance value only, is that it manipulates spaces
  22. > inside quotes in names to underscores in it's output file namem,
  23. > including those around the "AT" which signifies the post office to go
  24. > to, so it's treated as one user. We've got around this with a small
  25. > program on the DOS side to change it back, and using cc:Mail's
  26. > directory propogation so we don't have to specify the post office.
  27.  
  28. I gather from this that you're entering cc:Mail addresses as
  29.  
  30.     "user AT postoffice"@ccmail.whatever
  31.  
  32. on the Internet/PMDF side of things. This is incorrect and unsupported. The
  33. proper form to use is
  34.  
  35.     user%postoffice@ccmail.whatever
  36.  
  37. where any spaces in the user part are replace with underscores and any
  38. commas are replaced with plus signs. This is the supported format; it is
  39. also the format that will be produced by the slave channel program.
  40.  
  41. >     The second problem is that it only works one way. It creates
  42. > the output file just fine, in the correct format, but it doesn't seem
  43. > to look at the input file specified. EG:
  44.  
  45. What are you doing to force processing of the input file? Processing
  46. is not automatic -- it cannot be since PMDF has no way of sensing the
  47. creation of the input file. You have to arrange to do a
  48.  
  49.     $ @PMDF_ROOT:[EXE]MASTER CC_LOCAL POLL
  50.  
  51. at the proper time. The periodic job can be told to do this when it runs if you
  52. mark the channel with the master channel keyword.
  53.  
  54. > Obviously I'm doing something wrong as others have got this to
  55. > work - can anyone offer any suggestions? The PC accesses the
  56. > filesystem via PC-NFS through Multinet NFS on the VAX side.
  57.  
  58. What version of PMDF are you running. There have been a number of changes
  59. and enhancements since the initial release. Please contact service@innosoft.com
  60. and request the most recent version if you're not running at least V4.1-10.
  61.  
  62.                 Ned
  63.