1PUSHDIVERT(-1) 2# 3# Copyright (c) 1998 Sendmail, Inc. All rights reserved. 4# Copyright (c) 1983 Eric P. Allman. All rights reserved. 5# Copyright (c) 1988, 1993 6# The Regents of the University of California. All rights reserved. 7# 8# By using this file, you agree to the terms and conditions set 9# forth in the LICENSE file which can be found at the top level of 10# the sendmail distribution. 11# 12# 13 14ifdef(`PROCMAIL_MAILER_PATH',, 15 `ifdef(`PROCMAIL_PATH', 16 `define(`PROCMAIL_MAILER_PATH', PROCMAIL_PATH)', 17 `define(`PROCMAIL_MAILER_PATH', /usr/local/bin/procmail)')') 18ifdef(`PROCMAIL_MAILER_FLAGS',, 19 `define(`PROCMAIL_MAILER_FLAGS', `SPhnu9')') 20ifdef(`PROCMAIL_MAILER_ARGS',, 21 `define(`PROCMAIL_MAILER_ARGS', `procmail -Y -m $h $f $u')') 22 23POPDIVERT 24 25######################*****############## 26### PROCMAIL Mailer specification ### 27##################*****################## 28 29VERSIONID(`@(#)procmail.m4 8.11 (Berkeley) 5/19/1998') 30 31Mprocmail, P=PROCMAIL_MAILER_PATH, F=CONCAT(`DFM', PROCMAIL_MAILER_FLAGS), S=11/31, R=21/31, T=DNS/RFC822/X-Unix, 32 ifdef(`PROCMAIL_MAILER_MAX', `M=PROCMAIL_MAILER_MAX, ')A=PROCMAIL_MAILER_ARGS 33