home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / mail / elm / 3807 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.0 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!song!reynolds
  2. From: reynolds@yin.ucsd.edu (Andy Reynolds)
  3. Newsgroups: comp.mail.elm
  4. Subject: Filter problem
  5. Message-ID: <1h4vbkINNhqb@network.ucsd.edu>
  6. Date: 21 Dec 92 17:36:52 GMT
  7. Organization: UC San Diego
  8. Lines: 15
  9. NNTP-Posting-Host: song.ucsd.edu
  10. Originator: reynolds@song
  11.  
  12. I have been trying to set up my filter rules to save a message and forward a
  13. copy to me if the subject contains the string EHDF in it.  Here is the rule
  14. that I set up to do this:
  15.  
  16. if (subject = "EHDF") then savecopy "/home/yin/pde/mbox/%s"
  17.  
  18. This should save it to the directory /home/yin/pde/mbox and it does, but it
  19. does not save the file with the exact subject, it puts quotes around the
  20. subject.  For example, if the subject were EHDF99.DAT then it would save
  21. the file as "EHDF99.DAT".  I tries several variations of the above rule with
  22. and without quotes around things, but it always put quotes around the filename.
  23. Anyone have any ideas?  Thanks.
  24.  
  25.     Andy Reynolds
  26.     reynolds@yin.ucsd.edu
  27.