[issue28945] get_boundary (and get_filename) invokes unquote twice

bpoaugust report at bugs.python.org
Thu Dec 22 12:25:02 EST 2016


bpoaugust added the comment:

Note: it's easy to create test e-mails with attachments using mutt.

echo test | mutt -s "test" -a files... -- user at domain

I did some testing with the following names:

<>
><
""
"<abc>"
<"abc">
>abc<
">abc<"
>"abc"<

There are no doubt other awkward names one can devise; in particular it would be useful to generate similar names with non-ASCII characters in them to force the use of value triples.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28945>
_______________________________________


More information about the Python-bugs-list mailing list