138032SpeterPUSHDIVERT(-1)
238032Speter#
3261370Sgshapiro# Copyright (c) 1998-2001 Proofpoint, 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
1738032Speterifdef(`PH_MAILER_PATH',, `define(`PH_MAILER_PATH', /usr/local/etc/phquery)')
1864562Sgshapiro_DEFIFNOT(`PH_MAILER_FLAGS', `ehmu')
1938032Speterifdef(`PH_MAILER_ARGS',, `define(`PH_MAILER_ARGS', `phquery -- $u')')
2090792Sgshapirodefine(`_PH_QGRP', `ifelse(defn(`PH_MAILER_QGRP'),`',`', ` Q=PH_MAILER_QGRP,')')dnl
2138032Speter
2238032SpeterPOPDIVERT
2338032Speter
2438032Speter####################################
2538032Speter###   PH Mailer specification   ###
2638032Speter####################################
2738032Speter
28266711SgshapiroVERSIONID(`$Id: phquery.m4,v 8.18 2013-11-22 20:51:14 ca Exp $')
2938032Speter
3064562SgshapiroMph,		P=PH_MAILER_PATH, F=_MODMF_(CONCAT(`nrDFM', PH_MAILER_FLAGS), `PH'), S=EnvFromL, R=EnvToL/HdrToL,
3190792Sgshapiro		T=DNS/RFC822/X-Unix,_PH_QGRP
3238032Speter		A=PH_MAILER_ARGS
33