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