summaryrefslogtreecommitdiff
path: root/src/src/deliver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/deliver.c')
-rw-r--r--src/src/deliver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/src/deliver.c b/src/src/deliver.c
index 389f2fb4c..f5f065e63 100644
--- a/src/src/deliver.c
+++ b/src/src/deliver.c
@@ -2096,9 +2096,9 @@ return FALSE;
/* Each local delivery is performed in a separate process which sets its
uid and gid as specified. This is a safer way than simply changing and
-restoring using seteuid(); there is a body of opinion that seteuid() cannot be
-used safely. From release 4, Exim no longer makes any use of it. Besides, not
-all systems have seteuid().
+restoring using seteuid(); there is a body of opinion that seteuid()
+cannot be used safely. From release 4, Exim no longer makes any use of
+it for delivery. Besides, not all systems have seteuid().
If the uid/gid are specified in the transport_instance, they are used; the
transport initialization must ensure that either both or neither are set.