Index: apps/app_voicemail.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v retrieving revision 1.88 diff -u -r1.88 app_voicemail.c --- apps/app_voicemail.c 10 May 2004 13:27:39 -0000 1.88 +++ apps/app_voicemail.c 10 May 2004 18:02:44 -0000 @@ -862,7 +862,7 @@ fprintf(p, "MIME-Version: 1.0\n"); if (attach_user_voicemail) { /* Something unique. */ - snprintf(bound, sizeof(bound), "Boundary=%d%s%d", msgnum, mailbox, getpid()); + snprintf(bound, sizeof(bound), "voicemail_%d%s%d", msgnum, mailbox, getpid()); fprintf(p, "Content-Type: multipart/mixed; boundary=\"%s\"\n\n\n", bound);