procmail.m4
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. PUSHDIVERT(-1)
  2. #
  3. # Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
  4. # All rights reserved.
  5. # Copyright (c) 1983 Eric P. Allman.  All rights reserved.
  6. # Copyright (c) 1988, 1993
  7. # The Regents of the University of California.  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. #
  14. ifdef(`_MAILER_smtp_', `',
  15. `errprint(`*** MAILER(`smtp') must appear before MAILER(`procmail')')')dnl
  16. ifdef(`PROCMAIL_MAILER_PATH',,
  17. `ifdef(`PROCMAIL_PATH',
  18. `define(`PROCMAIL_MAILER_PATH', PROCMAIL_PATH)',
  19. `define(`PROCMAIL_MAILER_PATH', /usr/local/bin/procmail)')')
  20. _DEFIFNOT(`PROCMAIL_MAILER_FLAGS', `SPhnu9')
  21. ifdef(`PROCMAIL_MAILER_ARGS',,
  22. `define(`PROCMAIL_MAILER_ARGS', `procmail -Y -m $h $f $u')')
  23. POPDIVERT
  24. ######################*****##############
  25. ###   PROCMAIL Mailer specification   ###
  26. ##################*****##################
  27. VERSIONID(`$Id: procmail.m4,v 8.20 1999/10/18 04:57:54 gshapiro Exp $')
  28. Mprocmail, P=PROCMAIL_MAILER_PATH, F=_MODMF_(CONCAT(`DFM', PROCMAIL_MAILER_FLAGS), `PROCMAIL'), S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP,
  29. ifdef(`PROCMAIL_MAILER_MAX', `M=PROCMAIL_MAILER_MAX, ')T=DNS/RFC822/X-Unix,
  30. A=PROCMAIL_MAILER_ARGS