I believe there's a configuration item in the RT_SiteConfig.pm file that sets the maximum inline attachment. # $MaxInlineBody is the maximum attachment size that we want to see # inline when viewing a transaction. 13456 is a random sane-sounding # default. Set($MaxInlineBody, 13456);