home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / mail / elm / 4169 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!spool.mu.edu!sgiblab!rpal.rockwell.com!stanford.edu!CSD-NewsHost.Stanford.EDU!Xenon.Stanford.EDU!schwim
  3. From: schwim@Xenon.Stanford.EDU (Rosebud)
  4. Subject: Re: Problem with filter and savename option (ELM 2.4pl20, Ultrix v4.2r96)
  5. Message-ID: <1993Jan22.113711.25261@CSD-NewsHost.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Organization: The Land of Chocolate
  8. References: <1993Jan19.025850.11344@iscnvx.lmsc.lockheed.com>
  9. Date: Fri, 22 Jan 1993 11:37:11 GMT
  10. Lines: 20
  11.  
  12. bushnell@iscnvx.lmsc.lockheed.com (William D. Bushnell) ponders:
  13. >if (from contains "joe" and from contains "blow) then
  14. >   savecopy "~/Mail/joe_blow"
  15. >The problem is that filter places incoming mail from "joe_blow" into the file
  16. >(folder) called "~/Mail/joe blow" (space included).  Unix doesn't like spaces
  17. >in filenames, and working with this file is a pain in the you-know-what.  Why
  18. >does elm convert the underscore to a space?  Mail I send to joe_blow is put in
  19. >the file (folder) "joe_blow".  I'd like to have both incoming and outgoing
  20. >mail put into the same file "joe_blow" or some other user-specified file,
  21. >perhaps named after an alias as defined in the aliases.text file.
  22. >Is there anything I can do?
  23. >bushnell@lmsc.lockheed.com    (Bill Bushnell)
  24.  
  25. This is a kludge, but a symbolic link should "solve" your problem:
  26.  
  27. ln -s joe_blow joe\ blow
  28.  
  29.                 Yours,
  30.                     Larry Schwimmer
  31.                     schwim@xenon.stanford.edu
  32.