home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / VMS220.ZIP / MAIL / TEST-L / TEST-L.HC next >
Encoding:
Text File  |  1993-01-03  |  1.0 KB  |  45 lines

  1. ; test-l Header Conversion file
  2. ;
  3. ; Applied to all test-l traffic.
  4. ;
  5. ; This particular conversion file adds a few headers, and updates the
  6. ; Reply-To: header to refer to the mail server address, instead of
  7. ; the sending address.  It also strips unnecessary 'junk' headers from
  8. ; the original.
  9. ;
  10. ; V-MailServer 2.0 header processing passes almost all headers from the
  11. ; original message to the output.  Any unwanted headers must be
  12. ; specifically removed.
  13. ;
  14. ;
  15. ; Remove or change these if you don't want them
  16. ;
  17. ;
  18. REPLACE Sender: TEST-L-relay@%InsNode%
  19. ;
  20. ; Set the prcedence to 'bulk'.  This is a sendmail parameter.
  21. UPDATE Precedence: bulk
  22. ;
  23. ;
  24. ; Eliminate some unwanted headers
  25. ;
  26. STRIP received:
  27. STRIP x-mailserver:
  28. ;
  29. ;
  30. ; Order the headers.  Any not listed will be added after the ordered headers
  31. ;
  32. ORDER From
  33. ORDER Received:
  34. ORDER Date:
  35. ORDER From:
  36. ORDER Subject:
  37. ORDER Sender:
  38. ORDER To:
  39. ORDER Cc:
  40. ORDER Message-ID:
  41. ORDER Reply-To:
  42. ORDER Organization:
  43. ORDER In-Reply-To:
  44. ORDER Precedence:
  45.