From: jmc Date: Thu, 5 Sep 2024 06:33:04 +0000 (+0000) Subject: note that "|" and ":include:" are disallowed for root; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6b028660f0d8e189ee364e67b0d6f99698b5f2d6;p=openbsd note that "|" and ":include:" are disallowed for root; prompted by mail from illya meyer ok gilles --- diff --git a/usr.sbin/smtpd/forward.5 b/usr.sbin/smtpd/forward.5 index 60f5aba0681..f0bb849367e 100644 --- a/usr.sbin/smtpd/forward.5 +++ b/usr.sbin/smtpd/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.11 2024/09/05 05:51:46 jmc Exp $ +.\" $OpenBSD: forward.5,v 1.12 2024/09/05 06:33:04 jmc Exp $ .\" .\" Copyright (c) 2012 Gilles Chehade .\" @@ -76,3 +76,7 @@ user@example.com # anything after # is ignored .Sh SEE ALSO .Xr aliases 5 , .Xr smtpd 8 +.Sh CAVEATS +The pipe +.Sq | +and :include: mechanisms are not allowed for the root user.