home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / mail / elm / 3805 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.8 KB  |  66 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!gtapolow
  3. From: gtapolow@nyx.cs.du.edu (Greg Tapolow)
  4. Subject: Problems with FILTER
  5. Message-ID: <1992Dec21.155010.10243@mnemosyne.cs.du.edu>
  6. X-Disclaimer: Nyx is a public access Unix system run by the University
  7.     of Denver for the Denver community.  The University has neither
  8.     control over nor responsibility for the opinions of users.
  9. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  10. Organization: Nyx, Public Access Unix at U. of Denver Math/CS dept.
  11. Date: Mon, 21 Dec 92 15:50:10 GMT
  12. Lines: 52
  13.  
  14. I am trying to filter my incoming mail but filter keeps giving me the
  15. error SAVE FAILED on rule #x
  16.  
  17. I am trying to take mail with subject: DS9/info/xxxx
  18.  
  19. where xxxx is random info and save it to a mailbox folder that already exists.
  20.  
  21.  
  22. following is my file as it is currently set up:
  23. # ~/.elm/filter-rules
  24. #
  25. # Filter rules for the Elm Filter program.
  26. #
  27. # rule 1
  28. if (subject contains "DS9/info") then save "~/Mail/DS9.info"
  29. #
  30. # rule 2
  31. if (subject contains "DS9/request") then save "~/Mail/DS9.request"
  32. #
  33. # rule 3
  34. if (subject contains "DS9/query") then save "~/Mail/DS9.request"
  35. #
  36. # rule 4
  37. if (subject contains "DS9") then save "~/Mail/DS9.other"
  38. #
  39. # rule 5
  40. if (subject contains "DEEP SPACE") then save "~/Mail/DS9.other"
  41. #
  42. # rule 6
  43. if (from contains "rm5a") then savecopy "~/Mail/Fooble"
  44. #
  45. # rule 7
  46. if (from contains "yanoff") then save "~/FTP-LIST"
  47. #
  48. # rule 8
  49. always leave
  50. -----
  51.  
  52. Second qustion.
  53.     Why should my aliases.hash be 26K
  54.     when my alias file itself is only 53 bytes?
  55.  
  56. Also, replies should be sent to me not the news group because our site is
  57. not currently receiving all news.
  58.  
  59. Th'nks
  60.     Greg
  61. --
  62. Begining my quest for the ultimate (working)    Greg A. Tapolow
  63. sig                        gtapolow@nyx.cs.du.edu
  64. all rights turned left                probably at albequerque
  65.  
  66.