diff options
author | 2018-06-02 06:07:33 +0000 | |
---|---|---|
committer | 2018-06-02 06:07:33 +0000 | |
commit | 54746df6ffbdc91a2fd88a34eed75c7df292697c (patch) | |
tree | 88fcca22de3a8753dddf878bdbf88eae54fcd26a | |
parent | Add a const qualifier to the argument of UI_method_get_closer(), (diff) | |
download | wireguard-openbsd-54746df6ffbdc91a2fd88a34eed75c7df292697c.tar.xz wireguard-openbsd-54746df6ffbdc91a2fd88a34eed75c7df292697c.zip |
restore one set of quotes i shouldn;t have removed;
from ingo feinerer
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 43f339e5cba..b63d8b5bf9c 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.186 2018/06/01 19:42:24 gilles Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.187 2018/06/02 06:07:33 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: June 1 2018 $ +.Dd $Mdocdate: June 2 2018 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -797,7 +797,7 @@ action "relay" relay match for local action "mbox" match for any action "relay" -match !from src <other-relays> mail\-from @example.com for any \e +match !from src <other-relays> mail\-from "@example.com" for any \e reject match from any for domain example.com action "mbox" .Ed |