1PUSHDIVERT(-1) 2# 3# Copyright (C) 1997, Philip A. Prindeville and Enteka Enterprise Technology 4# Services 5# 6# Copyright (c) 1999 Sendmail, Inc. and its suppliers. 7# All rights reserved. 8# 9# By using this file, you agree to the terms and conditions set 10# forth in the LICENSE file which can be found at the top level of 11# the sendmail distribution. 12# 13# Tested with QuickPage version 3.2 14# 15ifdef(`QPAGE_MAILER_PATH', `', `define(`QPAGE_MAILER_PATH', `/usr/local/bin/qpage')') 16_DEFIFNOT(`QPAGE_MAILER_FLAGS', `mDFMs') 17ifdef(`QPAGE_MAILER_ARGS', `', `define(`QPAGE_MAILER_ARGS', `qpage -l0 -m -P$u')') 18ifdef(`QPAGE_MAILER_MAX', `', `define(`QPAGE_MAILER_MAX', `4096')') 19 20POPDIVERT 21 22###################################### 23### QPAGE Mailer specification ### 24###################################### 25 26VERSIONID(`$Id: qpage.m4,v 8.9 1999/11/16 03:33:04 gshapiro Exp $') 27 28Mqpage, P=QPAGE_MAILER_PATH, F=_MODMF_(QPAGE_MAILER_FLAGS, `QPAGE'), 29 M=QPAGE_MAILER_MAX, T=DNS/RFC822/X-Unix, 30 A=QPAGE_MAILER_ARGS 31