1
0
Fork 0

Add: default message expiration for mmsbox message

This commit is contained in:
bagyenda 2006-06-02 12:42:42 +00:00
parent e656ec81a7
commit 4d625f2375
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ static int make_and_queue_msg(Octstr *data, Octstr *ctype, List *reply_headers,
MIMEEntity *me = mime_entity_create();
List *hdrs = NULL;
time_t expiryt = 0;
time_t expiryt = time(NULL) + DEFAULT_EXPIRE;
Octstr *x;
List *xto = list_create();;
int i, n, res = -1;