redirect.m4 revision 38032
138032Speterdivert(-1)
238032Speter#
338032Speter# Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
438032Speter# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
538032Speter# Copyright (c) 1988, 1993
638032Speter#	The Regents of the University of California.  All rights reserved.
738032Speter#
838032Speter# By using this file, you agree to the terms and conditions set
938032Speter# forth in the LICENSE file which can be found at the top level of
1038032Speter# the sendmail distribution.
1138032Speter#
1238032Speter#
1338032Speter
1438032Speterdivert(0)
1538032SpeterVERSIONID(`@(#)redirect.m4	8.10 (Berkeley) 5/19/98')
1638032Speterdivert(-1)
1738032Speter
1838032Speter
1938032SpeterPUSHDIVERT(3)
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. >
2338032SpeterR$* < @ $+ .REDIRECT. > < $- >	$# error $@ 5.1.1 $: "551 User has moved; please try " <$1@$2>
2438032SpeterPOPDIVERT
2538032Speter
2638032SpeterPUSHDIVERT(6)
2738032SpeterCPREDIRECT
2838032SpeterPOPDIVERT
29