1PUSHDIVERT(-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#
9ifdef(`LOCAL_MAILER_FLAGS',, `define(`LOCAL_MAILER_FLAGS', `rn')')
10ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /bin/mail)')
11ifdef(`LOCAL_SHELL_PATH',, `define(`LOCAL_SHELL_PATH', /bin/sh)')
12POPDIVERT
13
14##################################################
15###   Local and Program Mailer specification   ###
16##################################################
17
18VERSIONID(`@(#)local.m4	8.1 (Berkeley) 06/07/93')
19
20Mlocal,		P=LOCAL_MAILER_PATH, F=CONCAT(`lsDFMm', LOCAL_MAILER_FLAGS), S=10, R=20,
21		A=mail -d $u
22Mprog,		P=LOCAL_SHELL_PATH, F=lsDFMeu, S=10, R=20, D=$z:/,
23		A=sh -c $u
24
25S10
26R<@>			$n			errors to mailer-daemon
27ifdef(`_ALWAYS_ADD_DOMAIN_',
28`R$* < @ $* > $*		$@ $1 < @ $2 > $3	already fully qualified
29R$*			$: $1 @ $M		add local qualification
30R$* @			$: $1 @ $j		if $M not defined',
31`dnl')
32