commit | 99df80c92e4c547e8df0472aab80d80395405230 | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Thu Mar 26 13:52:09 2020 +0100 |
committer | Zesstra <zesstra@zesstra.de> | Thu Mar 26 13:52:09 2020 +0100 |
tree | 992df9fc877f7a942baaab5dc85832d188c9916b | |
parent | 4fcca7331e28483af03db25d3c220d9857299c2d [diff] |
Typ von Mailstrukturen gefixt. Change-Id: I8d081840c048a19aa1fdba8b17194d165d400307
diff --git a/secure/mailer.c b/secure/mailer.c index 6bb6950..ecfb649 100644 --- a/secure/mailer.c +++ b/secure/mailer.c
@@ -398,7 +398,7 @@ recok += ({ recipients[i] }); } else { - string *tmpmsg = copy(newmsg); + <string|string*>* tmpmsg = copy(newmsg); tmpmsg[MSG_BODY] = "--- Text der Mail geloescht. ---\n"; write_file( sprintf( "/data/mail/outbound/postmaster.%d-%d", time(), random(time()) ),