Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / usr.sbin / sendmail / cf / m4 / suucpm.m4
blob837ec4c4c27624642a5f9bf7cea98e2823281f31
1 divert(10)
3 #  Sendmail
4 #  Copyright (c) 1983  Eric P. Allman
5 #  Berkeley, California
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.
11 #       @(#)suucpm.m4   1.3 (Berkeley) 1/3/89
13 divert(0)
14 ############################################################
15 ############################################################
16 #####
17 #####           UUCP Smart Mailer specification
18 #####           (handles multiple recipients)
19 #####
20 ############################################################
21 ############################################################
25 Msuucp, P=/usr/bin/uux, F=mDFMhuU, S=13, R=23, M=100000,
26         A=uux - -r $h!rmail ($u)
28 ifdef(`m4UUCP',`divert(10)',)
30 S13
31 R$+                     $:$>5$1                         convert to old style
32 R$=w!$+                 $2                              strip local name
33 R$*<@$->$*              $1<@$2.$D>$3                    resolve abbreviations
34 R$+<@$+>                $2!$1                           uucpize (no @'s in addr)
35 R$+                     $:$U!$1                         stick on our host name
37 S23
38 R$+                     $:$>5$1                         convert to old style
39 R$*<@$=w>$*             $1<@$2.$D>$3                    resolve abbreviations
40 R$*<@$->$*              $1<@$2.$D>$3                    resolve abbreviations
41 R$+<@$w>                $w!$1                           uucp!u@local -> local!uucp!u
43 ifdef(`m4UUCP',`divert(0)',)