home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / elm / 3716 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.6 KB  |  49 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!casbah.acns.nwu.edu!nataraj
  3. From: a-n@nwu.edu (A. Natarajan)
  4. Subject: Does Filter recognize aliases?
  5. Message-ID: <1992Dec14.171402.12598@news.acns.nwu.edu>
  6. Originator: nataraj@casbah.acns.nwu.edu
  7. Keywords: Filter, aliases
  8. Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
  9. Nntp-Posting-Host: unseen1.acns.nwu.edu
  10. Reply-To: a-n@nwu.edu (A. Natarajan)
  11. Organization: Northwestern University, Evanston IL 60208
  12. Date: Mon, 14 Dec 1992 17:14:02 GMT
  13. Lines: 34
  14.  
  15. System: Sun 4m running 4.1.2_DB 14
  16.  
  17. Elm: 2.3 PL 11
  18.  
  19. Can filter recognize aliases in its rulesets?  My .elm/filter-rules
  20. contains the following rules:
  21.  
  22. if ( subject contains "FORTRAN" ) forward "ftnlist"
  23. if ( subject contains "data" ) forward "dblist"
  24.  
  25. My .elm/aliases.text contains lines as follows:
  26.  
  27. ftnlist = FORTRAN Users = user1@fqdn1, user2@fqdn2
  28. dblist = DataBase Users = user3@fqdn3, user4@fqn4
  29.  
  30. I have run "elmalias -q" to update the list of aliases.
  31.  
  32. Filter leaves all the mail that would have been forwarded in
  33. EMERGENCY_MBOX.
  34.  
  35. So I thought that maybe filter hands off outgoing mail to "sendmail" or
  36. "mail" rather than "elm" itself, and I created a .mailrc file in my $HOME
  37. with the same aliases as above: (note: I can't run newaliases, and I don't
  38. need to?)
  39.  
  40. ftnlist FORTRAN_Users user1.... etc.
  41. (Note the underscore)
  42.  
  43. No dice - filter hands off the stuff to EMERGENCY_MBOX again.
  44.  
  45. I cannot see anything in the Filter Guide( dated May 1, 1990).  I must be
  46. doing something stupid, would appreciate a pointer or two.  Sorry if this
  47. is a FAQ.
  48.  
  49.