home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / cf / m4 / smtpuucpm.m4 < prev    next >
Encoding:
Text File  |  1989-01-03  |  1.2 KB  |  35 lines

  1. divert(10)
  2. #
  3. #  Sendmail
  4. #  Copyright (c) 1983  Eric P. Allman
  5. #  Berkeley, California
  6. #
  7. #  Copyright (c) 1983 Regents of the University of California.
  8. #  All rights reserved.  The Berkeley software License Agreement
  9. #  specifies the terms and conditions for redistribution.
  10. #
  11. #    @(#)smtpuucpm.m4    1.1    (Berkeley) 1/3/89
  12. #
  13. divert(0)
  14. ############################################################
  15. ############################################################
  16. #####
  17. #####        SMTP UUCP Mailer specification
  18. #####
  19. #####    This mailer sends UUCP traffic over an SMTP connection.
  20. #####    Obviously, we only want to do this with UUCP hosts with
  21. #####    whom we have SMTP connectivity.  The idea here is to
  22. #####    avoid having to double queue (once for sendmail, once
  23. #####    for UUCP) when there's no need.  Since we need to
  24. #####    preserve uucp-ness (e.g., bangs), we use the UUCP mailer
  25. #####    rewriting rulesets.
  26. #####
  27. ############################################################
  28. ############################################################
  29.  
  30. Msmtpuucp,    P=[IPC], F=mDFMueXLC, S=13, R=23, A=IPC $h, E=\r\n
  31.  
  32. define(SMTPUUCPPAIR,
  33. `R<@$1.uucp>:$+        $`#'smtpuucp$@$2$:`$'2
  34. R$*<@$1.uucp>        $`#'smtpuucp$@$2$:`$'1')
  35.