phquery.m4 revision 64562
195060SjmallettPUSHDIVERT(-1)
295060Sjmallett#
31590Srgrimes# Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
495060Sjmallett#	All rights reserved.
51590Srgrimes# Copyright (c) 1983 Eric P. Allman.  All rights reserved.
61590Srgrimes# Copyright (c) 1988, 1993
71590Srgrimes#	The Regents of the University of California.  All rights reserved.
81590Srgrimes#
91590Srgrimes# By using this file, you agree to the terms and conditions set
1095060Sjmallett# forth in the LICENSE file which can be found at the top level of
1195060Sjmallett# the sendmail distribution.
1295060Sjmallett#
131590Srgrimes#
14#  Contributed by Kimmo Suominen <kim@tac.nyc.ny.us>.
15#
16
17ifdef(`_MAILER_local_', `',
18	`errprint(`*** MAILER(`local') must appear before MAILER(`phquery')')')dnl
19
20ifdef(`PH_MAILER_PATH',, `define(`PH_MAILER_PATH', /usr/local/etc/phquery)')
21_DEFIFNOT(`PH_MAILER_FLAGS', `ehmu')
22ifdef(`PH_MAILER_ARGS',, `define(`PH_MAILER_ARGS', `phquery -- $u')')
23
24POPDIVERT
25
26####################################
27###   PH Mailer specification   ###
28####################################
29
30VERSIONID(`$Id: phquery.m4,v 8.15 1999/10/18 04:57:54 gshapiro Exp $')
31
32Mph,		P=PH_MAILER_PATH, F=_MODMF_(CONCAT(`nrDFM', PH_MAILER_FLAGS), `PH'), S=EnvFromL, R=EnvToL/HdrToL,
33		T=DNS/RFC822/X-Unix,
34		A=PH_MAILER_ARGS
35