aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2002-07-08 18:40:22 +0800
committersheldonh <sheldonh@FreeBSD.org>2002-07-08 18:40:22 +0800
commite5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (patch)
tree0c30e511e1609130ee3a48fe2ccceed23937b750
parent7d3fff0e668e6add4c79ecdec2ac84720a46f8f8 (diff)
downloadfreebsd-ports-gnome-e5f65fe9c160b78b54514fe1bebfa37c1259f7c8.tar.gz
freebsd-ports-gnome-e5f65fe9c160b78b54514fe1bebfa37c1259f7c8.tar.zst
freebsd-ports-gnome-e5f65fe9c160b78b54514fe1bebfa37c1259f7c8.zip
Fix the condition in the userforward director that is intended to
protect against users with /nonexistent as their home directory having all their mail deferred. Submitted by: fanf
-rw-r--r--mail/exim-devel/files/patch-src::configure.default2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-devel/files/patch-src::configure.default b/mail/exim-devel/files/patch-src::configure.default
index 6335dff2451a..768660800cc6 100644
--- a/mail/exim-devel/files/patch-src::configure.default
+++ b/mail/exim-devel/files/patch-src::configure.default
@@ -23,7 +23,7 @@
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
-+ condition = !match{${rxquote:${home}}}{^/nonexistent}
++ condition = ${if exists{$home/.forward} {yes} {no} }
# This router matches local user mailboxes.