divert(-1) # # Copyright (c) 1996 Alexey V. Kuznetsov (avk@gamma.ru), Gamma Ltd. # # This sendmail configuration file allows to include a special # header line to messages stored in local mailboxes. This special # header line will include the routing information from # the message envelope. # Special headers can be used with a Unified Domain-Wide POP mailbox # that stores all messages sent to a certain domain. When client # software retrieves messages from that mailbox, it can use the # special headers to route messages directly to the recipients # inside its domain. # # This file should be used with sendmail R8 configuration files. # # This file should be placed into the directory cf/feature from # the sendmail.8.X.XX.cf.tar.Z archive. # To add special headers, the macros `FEATURE(xrealto)' should be # added to the main configuration file in the directory cf/cf, # and the flag T should be added to the mailer description. # # This file adds special headers with the `X-Real-To' keyword. # The special headers will be added to all messages routed to the # mailer that marked with the `T' flag in the sendmail configuration. # # If you have sendmail older than 8.x, the line # # H?T?X-Real-To: $u # # should be inserted in appropriate place of the file sendmail.cf # and the flag `T' should be added to the string F= of the mailer # description. # divert(0) VERSIONID(`@(#)xrealto.m4 0.1 (Gamma Ltd.) 1/4/96') divert(9) # add the X-Real-To: header field to the letter # if the mailer is marked with the `T' flag H?T?X-Real-To: $u divert(0)