Correct conditional to correctly treat segments which end on a boundary.
[dragonfly.git] / contrib / sendmail-8.13.8 / sendmail / newaliases.1
1 .\" Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
2 .\"      All rights reserved.
3 .\" Copyright (c) 1983, 1997 Eric P. Allman.  All rights reserved.
4 .\" Copyright (c) 1985, 1990, 1993
5 .\"     The Regents of the University of California.  All rights reserved.
6 .\"
7 .\" By using this file, you agree to the terms and conditions set
8 .\" forth in the LICENSE file which can be found at the top level of
9 .\" the sendmail distribution.
10 .\"
11 .\"
12 .\"     $Id: newaliases.1,v 8.19 2001/10/10 03:23:17 ca Exp $
13 .\"
14 .TH NEWALIASES 1 "$Date: 2001/10/10 03:23:17 $"
15 .SH NAME
16 newaliases
17 \- rebuild the data base for the mail aliases file
18 .SH SYNOPSIS
19 .B newaliases
20 .SH DESCRIPTION
21 .B Newaliases
22 rebuilds the random access data base for the mail aliases file
23 /etc/mail/aliases.  It must be run each time this file is changed
24 in order for the change to take effect.
25 .PP
26 .B Newaliases
27 is identical to ``sendmail -bi''.
28 .PP
29 The
30 .B newaliases
31 utility exits 0 on success, and >0 if an error occurs.
32 .PP
33 Notice: do
34 .B not
35 use
36 .B makemap
37 to create the aliases data base, because
38 .B newaliases
39 puts a special token into the data base that is required by
40 .B sendmail.
41 .SH FILES
42 .TP 2i
43 /etc/mail/aliases
44 The mail aliases file
45 .SH SEE ALSO
46 aliases(5), sendmail(8)
47 .SH HISTORY
48 The
49 .B newaliases
50 command appeared in 4.0BSD.