home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / Spyware / Spyware.exe / w32-421c.exe / PREFIX.PM < prev    next >
Text File  |  2003-08-19  |  2KB  |  53 lines

  1. ;
  2. ; PREFIX.PM - user-defined subject prefix "ignore" list
  3. ; Use this file to create your own list of strings that
  4. ; Pegasus Mail should ignore at the start of the subject
  5. ; line when sorting by thread or sorting by subject.
  6. ;
  7. ; This file can be placed either in the user's mailbox
  8. ; directory (in which case it will be private to that user),
  9. ; or in the same directory as WINPM-32.EXE, in which case it
  10. ; will be system-wide and used by anyone who runs that copy
  11. ; of the program.
  12. ;
  13. ; Each line in this file should be an absolutely literal
  14. ; string that Pegasus Mail should check for: spaces are
  15. ; significant, both leading and trailing. Any line starting
  16. ; with ';' or '#' is regarded as a comment and is ignored,
  17. ; as are blank lines.
  18. ;
  19. ; You can enter more complex expressions by making the first
  20. ; character on the line a tilde (~). Everything that follows
  21. ; the tilde is regarded as an extended Pegasus Mail v4.1
  22. ; regular expression, and it *must* contain the special
  23. ; sequence  /h  to show Pegasus Mail the point in the string
  24. ; where the prefix ends. As an example, consider this
  25. ; expression:
  26. ;
  27. ;      ~RE/w[[][0-9]+][ :]/h*
  28. ;
  29. ; This tells Pegasus Mail to look for any line starting with
  30. ; the letters "RE" followed by zero or more spaces, followed
  31. ; by a '[' character, followed by one or more digits, followed
  32. ; by a ']' character, followed by either a space or a colon.
  33. ; The  /h  indicates that this is where the prefix ends, while
  34. ; the '*' operator is used to match the remainder of the line.
  35. ;
  36. ; The items in this sample file are exactly the same as the
  37. ; default list built into Pegasus Mail itself (the list that
  38. ; it will use automatically if this file is not present). Note
  39. ; that Pegasus Mail will check for any combination that may be
  40. ; present of any item in this file - so, using this set of
  41. ; definitions, the subject lines "Re: (FWD) re FW: X" and
  42. ; "Re: X" will sort the same.
  43.  
  44. RE:
  45. RE 
  46. FWD:
  47. (FWD)
  48. FW:
  49. ~RE/w[[][0-9]+][ :]/h*
  50. AW:
  51. WG:
  52.  
  53.