summaryrefslogtreecommitdiff
path: root/maidag/maidag.c
diff options
context:
space:
mode:
Diffstat (limited to 'maidag/maidag.c')
-rw-r--r--maidag/maidag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/maidag/maidag.c b/maidag/maidag.c
index 91d601750..217508ac0 100644
--- a/maidag/maidag.c
+++ b/maidag/maidag.c
@@ -490,7 +490,7 @@ main (int argc, char *argv[])
current_uid = getuid ();
if (log_to_stderr == -1)
- log_to_stderr = (getuid () != 0);
+ log_to_stderr = !lmtp_mode && (current_uid != 0);
if (!log_to_stderr)
{
@@ -502,7 +502,7 @@ main (int argc, char *argv[])
mu_debug_default_printer = mu_debug_syslog_printer;
}
-
+
argc -= arg_index;
argv += arg_index;

Return to:

Send suggestions and report system problems to the System administrator.