Con Wieland wrote: >So what am I missing. Everything looks good except: > > filename*0="[NACS-Staff] Time to order Girl Scout cookie's >if you want > "; filename*1="them.eml" > >I removed the ' from cookie's and I still get: > <snip>
You may have missed it, but I said: >> >> There may be more than one such, e.g. a filename in one header and a >> name in another. You are seeing a 'filename' parameter which is part of a Content-Disposition: header. The same message part probably also contains a Content-Type: header with a 'name' parameter with an apostrophe. You need to fix that too. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
