home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / mail / elm / 4217 < prev    next >
Encoding:
Text File  |  1993-01-27  |  933 b   |  37 lines

  1. Newsgroups: comp.mail.elm
  2. Path: sparky!uunet!europa.eng.gtefsd.com!emory!gatech!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!csn!teal!mlevin
  3. From: mlevin@teal.csn.org (Marshall Levin)
  4. Subject: Filter rules order
  5. Message-ID: <mlevin.728166786@teal>
  6. Sender: news@csn.org (news)
  7. Nntp-Posting-Host: teal.csn.org
  8. Organization: Colorado SuperNet, Inc.
  9. Date: Wed, 27 Jan 1993 20:33:06 GMT
  10. Lines: 25
  11.  
  12. If rule #1 snags a message and puts it in my mailbox, will a later rule (like
  13. an ALWAYS rule) act on it?
  14.  
  15. What I want to do is this:  if the mail is NOT from a list, send a message
  16. saying I'm away.
  17.  
  18. So here's what I want to do:
  19.  
  20. Rule #1
  21. if from contains "such and such list" leave (put it into my mailbox)
  22.  
  23. Rule #2 
  24. if from contains "such and such other list" leave
  25.  
  26. Rule #last
  27. always execute "cat /home/clients2/mlevin/message | elm -s%S %r"
  28.  
  29.  
  30.  
  31. So if an incoming mail satisfies rule #1, will it continue down the list of
  32. rules?
  33.  
  34.  
  35. Thanks
  36.  
  37.