Anomy/MIMEStream.pm ~ line 465
while ($line =~
s/(?:\s*;\s+|\s+;\s*)([^\s=\*]+?)(\*\d+|)(\*=|=)(\"[^\"]*?\"|[^\;\"][^\s\;]*)//si)
Problem parsing mime stuff if filename with space without """.
type="audio/x-midi";
name=3333 et.scr
Filename recognized : 3333
type="audio/x-midi";
name="3333 et.scr"
Filename recognized : "3333 et.scr" (good)
I bet there is somethin 2 do with this regular expr but couldn't manage
2 find a way (at this time)
Please help!
Cheers,
a2k