change failed-notify address to itoomail-system
Signed-off-by: AGentooCat <agentoocat@mail.i2p>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user