What are your thoughts about adding dependencies to SpamAssassin? Currently SA 
doesn't support RFC 2231 (Character Set and Parameter Continuations) in the 
Content-Disposition header and only partial support in the Content-Type header. 
So it's possible to obfuscate a file name using this syntax:
Content-Disposition: attachment; filename*0=invoice.h;
   filename*1=tml
In order to not reinvent the wheel, I'd like to use `parse_content_type` and 
`parse_content_disposition` from Email::MIME::ContentType but that adds another 
dependency. Is this ok or should it be avoided? Do I just add the dependency to 
Makefile.PL and Mail/SpamAssassin/Util/DependencyInfo.pm? Are there any other 
considerations?
Thanks
Kent

Reply via email to