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