home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VMS220.ZIP / ACL / DEFAULT.HC < prev    next >
Encoding:
Text File  |  1993-01-03  |  1.1 KB  |  50 lines

  1. ; The default header conversion, applied to all traffic unless overridden
  2. ; by another.
  3. ;
  4. ; This particular conversion file adds a few headers, and updates the
  5. ; Reply-To: header to refer to the mail server address, instead of
  6. ; the sending address.  It also strips unnecessary 'junk' headers from
  7. ; the original.
  8. ;
  9. ; V-MailServer 2.0 header processing passes almost all headers from the
  10. ; original message to the output.  Any unwanted headers must be
  11. ; specifically removed.
  12. ;
  13. ;
  14. ; Remove or change these if you don't want them
  15. ;
  16. UPDATE Reply-to: %InsServer-Name%@%InsNode%
  17. UPDATE Precedence: bulk
  18. ;
  19. ;
  20. ; Strip the junk
  21. ;
  22. STRIP Organization:
  23. STRIP Received:
  24. STRIP CC:
  25. STRIP BCC:
  26. STRIP Lines:
  27. strip via:
  28. STRIP x-*
  29. strip content-*
  30. strip MIME-*
  31. strip Return-*
  32. STRIP Errors-*
  33. ;
  34. ;
  35. ; Order the headers.  Any not listed will be added after the ordered headers
  36. ;
  37. ORDER From
  38. ORDER Received:
  39. ORDER Date:
  40. ORDER From:
  41. ORDER Subject:
  42. ORDER Sender:
  43. ORDER To:
  44. ORDER Cc:
  45. ORDER Message-ID:
  46. ORDER Reply-To:
  47. ORDER Organization:
  48. ORDER In-Reply-To:
  49. ORDER Precedence:
  50.