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

  1. Path: sparky!uunet!cs.utexas.edu!torn!gonzo.cs.uoguelph.ca!sgi2.mathstat.uoguelph.ca!sgi2!kzhan
  2. From: kzhan@sgi2 (Kaijun Zhan)
  3. Newsgroups: comp.mail.elm
  4. Subject: what is the variable name of the sender?
  5. Date: 20 Dec 1992 23:10:45 GMT
  6. Organization: Department of Mathematics & Statistics, Univ. of Guelph
  7. Lines: 26
  8. Message-ID: <1h2uhmINNe7v@sgi2.mathstat.uoguelph.ca>
  9. NNTP-Posting-Host: sgi2.mathstat.uoguelph.ca
  10. X-Newsreader: TIN [version 1.1 PL8]
  11.  
  12.  
  13. I try to set up this simple thing: 
  14.    if subject contains certain words, then reply him with a file.
  15.  
  16. if [ subject = "some specified words" ] then
  17.    excute "elm \%r < some_file "
  18.  
  19. But it fails. I guess %r should be somthing else. But I read the manual
  20. about filter, it says %r - the return address of the message.
  21.  
  22. So, what is the address of the sender?
  23. --
  24.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
  25.  KAIJUN S. ZHAN                          || (519)824-4120 Ext. 8325/6558        
  26.  kzhan@sgi2.mathstat.uoguelph.ca         || (519)823-9238 (home)                
  27.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  28.  *********** please use email reply whenever possible ******************
  29.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
  30. #     #                                     #     #
  31. ##   ##  ######  #####   #####    #   #      #   #   #    #    ##     ####
  32. # # # #  #       #    #  #    #    # #        # #    ##  ##   #  #   #
  33. #  #  #  #####   #    #  #    #     #          #     # ## #  #    #   ####
  34. #     #  #       #####   #####      #         # #    #    #  ######       #
  35. #     #  #       #   #   #   #      #        #   #   #    #  #    #  #    #
  36. #     #  ######  #    #  #    #     #       #     #  #    #  #    #   ####
  37.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~        
  38.