summaryrefslogtreecommitdiff
path: root/examples/mta.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mta.c')
-rw-r--r--examples/mta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mta.c b/examples/mta.c
index 40665dfc6..bfe1ee5a4 100644
--- a/examples/mta.c
+++ b/examples/mta.c
@@ -406,7 +406,7 @@ message_finalize (mu_message_t msg, int warn)
return 1;
}
sprintf (warn, "%s %s", pwd->pw_name, SENDER_WARNING);
- mu_header_set_value (header, "X-Authentication-Warning", warn, 0);
+ mu_header_append (header, "X-Authentication-Warning", warn);
free (warn);
}

Return to:

Send suggestions and report system problems to the System administrator.