From 1893b9de7c4b0aa78fc9565c3a09ac5c13282e22 Mon Sep 17 00:00:00 2001 From: jmc Date: Thu, 5 Sep 2024 05:51:46 +0000 Subject: [PATCH] remove note falsely claiming that :include: is disallowed (it is, but only for root, which i'll address in separate commit); ok mp gilles --- usr.sbin/smtpd/forward.5 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/usr.sbin/smtpd/forward.5 b/usr.sbin/smtpd/forward.5 index 8197b3e3769..60f5aba0681 100644 --- a/usr.sbin/smtpd/forward.5 +++ b/usr.sbin/smtpd/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.10 2021/02/13 07:26:18 jmc Exp $ +.\" $OpenBSD: forward.5,v 1.11 2024/09/05 05:51:46 jmc Exp $ .\" .\" Copyright (c) 2012 Gilles Chehade .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 13 2021 $ +.Dd $Mdocdate: September 5 2024 $ .Dt FORWARD 5 .Os .Sh NAME @@ -33,12 +33,7 @@ A file contains a list of expansion values, as described in .Xr aliases 5 . Each expansion value should be on a line by itself. -However, the -.Nm .forward -mechanism differs from the aliases mechanism in that it disallows -file inclusion -.Pq :include: -and it performs expansion under the user ID of the +Expansion is performed under the user ID of the .Nm .forward file owner. .Pp -- 2.20.1