151225SericPUSHDIVERT(-1) 251225Seric# 351225Seric# Copyright (c) 1983 Eric P. Allman 451225Seric# Copyright (c) 1988 The Regents of the University of California. 551225Seric# All rights reserved. 651225Seric# 751225Seric# %sccs.include.redist.sh% 851225Seric# 951225SericPOPDIVERT 1051225Seric 1151225Seric################################################## 1251225Seric### Local and Program Mailer specification ### 1351225Seric################################################## 1451225Seric 15*55190SericVERSIONID(@(#)local.m4 2.4 (Berkeley) 07/14/92) 1651225Seric 17*55190Sericifdef(`LOCAL_MAILER_FLAGS',, `define(`LOCAL_MAILER_FLAGS', `rn')')dnl 18*55190SericMlocal, P=ifdef(`LOCAL_MAILER', `LOCAL_MAILER', /bin/mail), F=CONCAT(`lsDFMm', LOCAL_MAILER_FLAGS), S=10, R=20, A=mail -d $u 1951243SericMprog, P=ifdef(`LOCAL_SHELL', `LOCAL_SHELL', /bin/sh), F=lsDFMe, S=10, R=20, A=sh -c $u 2051225Seric 2151225SericS10 2251225SericR@ $n errors to mailer-daemon 23