Rt-client ruby: Problem with large attachments

An end user posted a 16mb attachment (pdf) and rt-client does not like
it. The regular expression on ‘Content’ shocks.

Stack overflow in regexp matcher: /Content:\s+(.)/m (RegexpError)

That’s in get_attachment in client.rb

(I am using ruby 1.8.7 p302)

Thierry