From 5f980be935a23d7f516ae9bb35d68c012a807dd2 Mon Sep 17 00:00:00 2001 From: AGentooCat Date: Mon, 9 Jun 2025 09:17:35 +0000 Subject: [PATCH] change failed-notify address to itoomail-system Signed-off-by: AGentooCat --- src/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail.c b/src/mail.c index 631c51a..a045060 100644 --- a/src/mail.c +++ b/src/mail.c @@ -808,7 +808,7 @@ int generate_mail(char *user, char *subject, char *data) { .hdrs = hdrs, }; char *to = NULL; - if (asprintf(&mail.from, "itoomail notification ", mehost->knownas) < 1) { + if (asprintf(&mail.from, "itoomail notification ", mehost->knownas) < 1) { genmailfail: logno(ERROR, "failed to generate mail entry for %s", user); xfree(to);