1
0
Fork 0

strip fixes -- more fixes

This commit is contained in:
bagyenda 2011-01-06 06:13:12 +00:00
parent fd2ff89411
commit fae80063f8
1 changed files with 2 additions and 2 deletions

View File

@ -1605,11 +1605,11 @@ static void process_send_res(MmsEnvelope *e, MmsMsg *msg,
if (e->msgtype == MMS_MSGTYPE_SEND_REQ ||
e->msgtype == MMS_MSGTYPE_RETRIEVE_CONF) /* queue dlr as needed. */
queue_dlr(mmc, xfrom, rcpt, new_msgid, octstr_imm("Forwarded"), "MM7-Out", errl);
queue_dlr(mmc, e->from, rcpt, new_msgid, octstr_imm("Forwarded"), "MM7-Out", errl);
} else if (res == MMS_SEND_ERROR_FATAL && mmc) {
if (e->msgtype == MMS_MSGTYPE_SEND_REQ ||
e->msgtype == MMS_MSGTYPE_RETRIEVE_CONF) /* queue dlr as needed. */
queue_dlr(mmc, xfrom, rcpt, e->msgId,
queue_dlr(mmc, e->from, rcpt, e->msgId,
(e->expiryt != 0 && e->expiryt < tnow) ?
octstr_imm("Expired") : octstr_imm("Rejected"),
"MM7-Out", errl);