Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / usr.sbin / sendmail / cf / m4 / fake_domains.m4
CommitLineData
15637ed4
RG
1divert(10)dnl
2#
3# Handle "fake" top level domains, by sending to a smarter
4# host. Currently, we support:
5#
6# user@host.bitnet -> $B user@host.bitnet
7# user@host.csnet -> $C user@host.csnet
8#
9# Eventually, all these should Go Away.
10#
11# @(#)fake_domains.m4 1.5 (Berkeley) 1/3/89
12#
13divert(0)dnl
14ifdef(`BITNET_RELAY',
15R$*<@$+.BITNET>$* $`#'tcp$@$B$:$1<@$2.BITNET>$3 user@host.BITNET)
16ifdef(`CSNET_RELAY',
17R$*<@$+.CSNET>$* $`#'tcp$@$C$:$1<@$2.CSNET>$3 user@host.CSNET)