138032Speterdivert(-1)
238032Speter#
364562Sgshapiro# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
464562Sgshapiro#	All rights reserved.
538032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
638032Speter# Copyright (c) 1988, 1993
738032Speter#	The Regents of the University of California.  All rights reserved.
838032Speter#
938032Speter# By using this file, you agree to the terms and conditions set
1038032Speter# forth in the LICENSE file which can be found at the top level of
1138032Speter# the sendmail distribution.
1238032Speter#
1338032Speter#
1438032Speter
1538032Speterdivert(0)
1698121SgshapiroVERSIONID(`$Id: redirect.m4,v 8.15 1999/08/06 01:47:36 gshapiro Exp $')
1738032Speterdivert(-1)
1838032Speter
1964562SgshapiroLOCAL_RULE_0
2038032Speter# addresses sent to foo@host.REDIRECT will give a 551 error code
2138032SpeterR$* < @ $+ .REDIRECT. >		$: $1 < @ $2 . REDIRECT . > < ${opMode} >
2238032SpeterR$* < @ $+ .REDIRECT. > <i>	$: $1 < @ $2 . REDIRECT. >
2364562SgshapiroR$* < @ $+ .REDIRECT. > < $- >	$#error $@ 5.1.1 $: "551 User has moved; please try " <$1@$2>
2438032Speter
2564562SgshapiroLOCAL_CONFIG
2638032SpeterCPREDIRECT
27