home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / admin / 7262 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.7 KB

  1. Xref: sparky comp.unix.admin:7262 comp.mail.misc:4545
  2. Newsgroups: comp.unix.admin,comp.mail.misc
  3. Path: sparky!uunet!ukma!gatech!concert!uvaarpa!murdoch!elvis.med.Virginia.EDU!sdm7g
  4. From: sdm7g@elvis.med.Virginia.EDU (Steven D. Majewski)
  5. Subject: procmail ( was: Re: VMS to UNIX transition, e-mail questions )
  6. Message-ID: <1993Jan27.022748.26115@murdoch.acc.Virginia.EDU>
  7. Summary: try recompiling procmail with MAILBOX_SEPARATOR
  8. Sender: usenet@murdoch.acc.Virginia.EDU
  9. Organization: University of Virginia
  10. References: <C1GuE7.LtF@ra.nrl.navy.mil> <1993Jan26.235747.22309@murdoch.acc.Virginia.EDU>
  11. Distribution: usa
  12. Date: Wed, 27 Jan 1993 02:27:48 GMT
  13. Lines: 26
  14.  
  15.  
  16. Actually, it looks like you could compile procmail to take the VMS ^L
  17. as a mailbox separator:
  18.  
  19. procmail/config.h:
  20.  
  21. /*$Id: config.h,v 2.22 1992/06/30 17:43:44 berg Rel $*/
  22.  
  23. /*#define sMAILBOX_SEPARATOR    "\1\1\1\1\n"    /* sTART- and eNDing separ.  */
  24. /*#define eMAILBOX_SEPARATOR    "\1\1\1\1\n"    /* uncomment (one or both)
  25.                            if your mail system uses
  26.     nonstandard mail separators (non sendmail or smail compatible mailers
  27.     like MMDF), if yours is even different, uncomment and change the
  28.     value of course */
  29.  
  30.  
  31. ===============================================================================
  32.  Steven D. Majewski            University of Virginia 
  33.  sdm7g@Virginia.EDU            Box 449 Health Sciences Center
  34.  Voice: (804)-982-0831            1300 Jefferson Park Avenue
  35.  FAX:   (804)-982-1616            Charlottesville, VA 22908
  36. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  37. Former UVA Department of Physiology, now Department of Molecular Physiology
  38. and Biological Physics! [ Still the same spacious offices in Jordan Hall 
  39. - only the letterhead has changed! ]
  40.  
  41.