Add diclaimer of copyright to _osname() manual page.
[unix-history] / usr.sbin / sendmail / cf / m4 / suucpm.m4
CommitLineData
15637ed4
RG
1divert(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# @(#)suucpm.m4 1.3 (Berkeley) 1/3/89
12#
13divert(0)
14############################################################
15############################################################
16#####
17##### UUCP Smart Mailer specification
18##### (handles multiple recipients)
19#####
20############################################################
21############################################################
22
23
24
25Msuucp, P=/usr/bin/uux, F=mDFMhuU, S=13, R=23, M=100000,
26 A=uux - -r $h!rmail ($u)
27
28ifdef(`m4UUCP',`divert(10)',)
29
30S13
31R$+ $:$>5$1 convert to old style
32R$=w!$+ $2 strip local name
33R$*<@$->$* $1<@$2.$D>$3 resolve abbreviations
34R$+<@$+> $2!$1 uucpize (no @'s in addr)
35R$+ $:$U!$1 stick on our host name
36
37S23
38R$+ $:$>5$1 convert to old style
39R$*<@$=w>$* $1<@$2.$D>$3 resolve abbreviations
40R$*<@$->$* $1<@$2.$D>$3 resolve abbreviations
41R$+<@$w> $w!$1 uucp!u@local -> local!uucp!u
42
43ifdef(`m4UUCP',`divert(0)',)