Correct conditional to correctly treat segments which end on a boundary.
[dragonfly.git] / contrib / sendmail-8.13.8 / cf / cf / clientproto.mc
1 divert(-1)
2 #
3 # Copyright (c) 1998-2000 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
15 #
16 #  This the prototype for a "null client" -- that is, a client that
17 #  does nothing except forward all mail to a mail hub.  IT IS NOT
18 #  USABLE AS IS!!!
19 #
20 #  To use this, you MUST use the nullclient feature with the name of
21 #  the mail hub as its argument.  You MUST also define an `OSTYPE' to
22 #  define the location of the queue directories and the like.
23 #
24
25 divert(0)dnl
26 VERSIONID(`$Id: clientproto.mc,v 8.16 2000/03/21 21:05:26 ca Exp $')
27
28 OSTYPE(unknown)
29 FEATURE(nullclient, mailhost.$m)