1divert(-1)
2#
3# Copyright (c) 1983 Eric P. Allman
4# Copyright (c) 1988, 1993
5#	The Regents of the University of California.  All rights reserved.
6#
7# %sccs.include.redist.sh%
8#
9
10divert(0)
11VERSIONID(`@(#)redirect.m4	8.3 (Berkeley) 04/22/95')
12divert(-1)
13
14
15PUSHDIVERT(3)
16# addresses sent to foo@host.REDIRECT will give a 551 error code
17R$* < @ $+ .REDIRECT. >	$# error $@ 5.1.1 $: "551 User not local; please try " <$1@$2>
18POPDIVERT
19
20PUSHDIVERT(6)
21CPREDIRECT
22POPDIVERT
23