phquery.m4 revision 64562
138032SpeterPUSHDIVERT(-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#  Contributed by Kimmo Suominen <kim@tac.nyc.ny.us>.
1538032Speter#
1638032Speter
1764562Sgshapiroifdef(`_MAILER_local_', `',
1864562Sgshapiro	`errprint(`*** MAILER(`local') must appear before MAILER(`phquery')')')dnl
1964562Sgshapiro
2038032Speterifdef(`PH_MAILER_PATH',, `define(`PH_MAILER_PATH', /usr/local/etc/phquery)')
2164562Sgshapiro_DEFIFNOT(`PH_MAILER_FLAGS', `ehmu')
2238032Speterifdef(`PH_MAILER_ARGS',, `define(`PH_MAILER_ARGS', `phquery -- $u')')
2338032Speter
2438032SpeterPOPDIVERT
2538032Speter
2638032Speter####################################
2738032Speter###   PH Mailer specification   ###
2838032Speter####################################
2938032Speter
3064562SgshapiroVERSIONID(`$Id: phquery.m4,v 8.15 1999/10/18 04:57:54 gshapiro Exp $')
3138032Speter
3264562SgshapiroMph,		P=PH_MAILER_PATH, F=_MODMF_(CONCAT(`nrDFM', PH_MAILER_FLAGS), `PH'), S=EnvFromL, R=EnvToL/HdrToL,
3364562Sgshapiro		T=DNS/RFC822/X-Unix,
3438032Speter		A=PH_MAILER_ARGS
35