summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.sbin/sendmail/sendmail/aliases.56
-rw-r--r--gnu/usr.sbin/sendmail/sendmail/sendmail.88
-rw-r--r--lib/libc/time/strptime.36
-rw-r--r--share/man/man7/mailaddr.711
-rw-r--r--share/man/man8/afterboot.86
5 files changed, 19 insertions, 18 deletions
diff --git a/gnu/usr.sbin/sendmail/sendmail/aliases.5 b/gnu/usr.sbin/sendmail/sendmail/aliases.5
index 253250b2d14..de013f76a36 100644
--- a/gnu/usr.sbin/sendmail/sendmail/aliases.5
+++ b/gnu/usr.sbin/sendmail/sendmail/aliases.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aliases.5,v 1.11 2010/10/18 15:01:38 jmc Exp $
+.\" $OpenBSD: aliases.5,v 1.12 2012/08/18 16:25:20 jmc Exp $
.\"
.\" Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
.\" All rights reserved.
@@ -13,7 +13,7 @@
.\"
.\" $Sendmail: aliases.5,v 8.19 2004/07/12 05:39:21 ca Exp $
.\"
-.Dd $Mdocdate: October 18 2010 $
+.Dd $Mdocdate: August 18 2012 $
.Dt ALIASES 5
.Os
.Sh NAME
@@ -76,7 +76,7 @@ The aliases in pathname are added to the aliases for
.It Em E-Mail Address
user@domain
.Pp
-An e-mail address in RFC 2822 format.
+An e-mail address in RFC 5322 format.
.El
.Pp
Lines beginning with whitespace are continuation lines.
diff --git a/gnu/usr.sbin/sendmail/sendmail/sendmail.8 b/gnu/usr.sbin/sendmail/sendmail/sendmail.8
index 4d0b8075547..80c6a873ca6 100644
--- a/gnu/usr.sbin/sendmail/sendmail/sendmail.8
+++ b/gnu/usr.sbin/sendmail/sendmail/sendmail.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sendmail.8,v 1.35 2012/08/18 08:44:24 jmc Exp $
+.\" $OpenBSD: sendmail.8,v 1.36 2012/08/18 16:25:20 jmc Exp $
.\"
.\" Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers.
.\" All rights reserved.
@@ -104,7 +104,7 @@ listening on socket 25 for incoming
connections.
By default,
.Nm
-will also listen on socket 587 for RFC 2476 message submission.
+will also listen on socket 587 for RFC 6409 message submission.
This is normally run from
.Pa /etc/rc .
.It Fl bD
@@ -127,7 +127,7 @@ only available with shared memory support.
.It Fl bs
Use the
.Tn SMTP
-protocol as described in RFC 821
+protocol as described in RFC 5321
on standard input and output.
This flag implies all the operations of the
.Fl ba
@@ -663,7 +663,7 @@ but was queued.
.Xr starttls 8
.Pp
DARPA Internet Request For Comments
-RFC 819, RFC 821, RFC 2822.
+RFC 819, RFC 5321, RFC 5322.
.Pp
"Filtering Mail with Sendmail",
.br
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3
index dedf7b502fb..b7533be2fe5 100644
--- a/lib/libc/time/strptime.3
+++ b/lib/libc/time/strptime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strptime.3,v 1.20 2011/09/16 19:36:07 jmc Exp $
+.\" $OpenBSD: strptime.3,v 1.21 2012/08/18 16:25:20 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 2005, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 16 2011 $
+.Dd $Mdocdate: August 18 2012 $
.Dt STRPTIME 3
.Os
.Sh NAME
@@ -187,7 +187,7 @@ the year, including the century (i.e., 1998).
.It Cm \&%z
an
.St -iso8601
-or RFC 2822 timezone specification.
+or RFC 5322 timezone specification.
This is one of the following:
the offset from
Coordinated Universal Time
diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7
index 7d1fd535a40..a2626cbeee3 100644
--- a/share/man/man7/mailaddr.7
+++ b/share/man/man7/mailaddr.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mailaddr.7,v 1.11 2008/06/15 21:17:27 jmc Exp $
+.\" $OpenBSD: mailaddr.7,v 1.12 2012/08/18 16:25:20 jmc Exp $
.\" $NetBSD: mailaddr.7,v 1.3 1994/11/30 19:07:17 jtc Exp $
.\"
.\" Copyright (c) 1983, 1987, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)mailaddr.7 8.1 (Berkeley) 6/16/93
.\"
-.Dd $Mdocdate: June 15 2008 $
+.Dd $Mdocdate: August 18 2012 $
.Dt MAILADDR 7
.Os
.Sh NAME
@@ -162,15 +162,16 @@ respectively.
.Xr mail 1 ,
.Xr sendmail 8
.Rs
-.%R RFC 2822
+.%A P. Resnick
+.%D 2008
+.%R RFC 5322
.%T Internet Message Format
-.%D April 2001
.Re
.Sh HISTORY
.Nm
appeared in 4.2 BSD.
.Sh BUGS
-The RFC 2822 group syntax
+The RFC 5322 group syntax
.Pq Dq group:user1,user2,user3;
is not supported
except in the special case of
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index a85342dd798..7bff8ef8a6f 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.138 2012/08/15 19:07:30 jmc Exp $
+.\" $OpenBSD: afterboot.8,v 1.139 2012/08/18 16:25:20 jmc Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 15 2012 $
+.Dd $Mdocdate: August 18 2012 $
.Dt AFTERBOOT 8
.\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu
.Os
@@ -505,7 +505,7 @@ This file was generated from
.Pa openbsd-proto.mc .
.Pp
Note that sendmail now also listens on port 587 by default.
-This is to implement the RFC 2476 message submission protocol.
+This is to implement the RFC 6409 message submission protocol.
You may disable this via the
.Ic no_default_msa
option in your sendmail .mc file.