home *** CD-ROM | disk | FTP | other *** search
- ; test-l Header Conversion file
- ;
- ; Applied to all test-l traffic.
- ;
- ; This particular conversion file adds a few headers, and updates the
- ; Reply-To: header to refer to the mail server address, instead of
- ; the sending address. It also strips unnecessary 'junk' headers from
- ; the original.
- ;
- ; V-MailServer 2.0 header processing passes almost all headers from the
- ; original message to the output. Any unwanted headers must be
- ; specifically removed.
- ;
- ;
- ; Remove or change these if you don't want them
- ;
- ;
- REPLACE Sender: TEST-L-relay@%InsNode%
- ;
- ; Set the prcedence to 'bulk'. This is a sendmail parameter.
- UPDATE Precedence: bulk
- ;
- ;
- ; Eliminate some unwanted headers
- ;
- STRIP received:
- STRIP x-mailserver:
- ;
- ;
- ; Order the headers. Any not listed will be added after the ordered headers
- ;
- ORDER From
- ORDER Received:
- ORDER Date:
- ORDER From:
- ORDER Subject:
- ORDER Sender:
- ORDER To:
- ORDER Cc:
- ORDER Message-ID:
- ORDER Reply-To:
- ORDER Organization:
- ORDER In-Reply-To:
- ORDER Precedence:
-