qpage.m4 revision 64562
164562SgshapiroPUSHDIVERT(-1)
264562Sgshapiro#
364562Sgshapiro# Copyright (C) 1997, Philip A. Prindeville and Enteka Enterprise Technology
464562Sgshapiro#				Services
564562Sgshapiro#
664562Sgshapiro# Copyright (c) 1999 Sendmail, Inc. and its suppliers.
764562Sgshapiro#	All rights reserved.
864562Sgshapiro#
964562Sgshapiro# By using this file, you agree to the terms and conditions set
1064562Sgshapiro# forth in the LICENSE file which can be found at the top level of
1164562Sgshapiro# the sendmail distribution.
1264562Sgshapiro#
1364562Sgshapiro# Tested with QuickPage version 3.2
1464562Sgshapiro#
1564562Sgshapiroifdef(`QPAGE_MAILER_PATH', `', `define(`QPAGE_MAILER_PATH', `/usr/local/bin/qpage')')
1664562Sgshapiro_DEFIFNOT(`QPAGE_MAILER_FLAGS', `mDFMs')
1764562Sgshapiroifdef(`QPAGE_MAILER_ARGS', `', `define(`QPAGE_MAILER_ARGS', `qpage -l0 -m -P$u')')
1864562Sgshapiroifdef(`QPAGE_MAILER_MAX', `', `define(`QPAGE_MAILER_MAX', `4096')')
1964562Sgshapiro
2064562SgshapiroPOPDIVERT
2164562Sgshapiro
2264562Sgshapiro######################################
2364562Sgshapiro###   QPAGE Mailer specification   ###
2464562Sgshapiro######################################
2564562Sgshapiro
2664562SgshapiroVERSIONID(`$Id: qpage.m4,v 8.9 1999/11/16 03:33:04 gshapiro Exp $')
2764562Sgshapiro
2864562SgshapiroMqpage, P=QPAGE_MAILER_PATH, F=_MODMF_(QPAGE_MAILER_FLAGS, `QPAGE'),
2964562Sgshapiro	M=QPAGE_MAILER_MAX,  T=DNS/RFC822/X-Unix,
3064562Sgshapiro	A=QPAGE_MAILER_ARGS
31