change failed-notify address to itoomail-system

Signed-off-by: AGentooCat <agentoocat@mail.i2p>
This commit is contained in:
2025-06-09 09:17:35 +00:00
parent a13c10b64e
commit 5f980be935

View File

@ -808,7 +808,7 @@ int generate_mail(char *user, char *subject, char *data) {
.hdrs = hdrs,
};
char *to = NULL;
if (asprintf(&mail.from, "itoomail notification <noreply@%s>", mehost->knownas) < 1) {
if (asprintf(&mail.from, "itoomail notification <itoomail-system@%s>", mehost->knownas) < 1) {
genmailfail:
logno(ERROR, "failed to generate mail entry for %s", user);
xfree(to);