<div>I am having an issue with a new installation of RT.&nbsp; Everything else is up and running and configured when I noticed one oddity before releasing it to our internal support staff.&nbsp; </div>
<div>&nbsp;</div>
<div>If I attach a file to an email submission that has no spaces in the file name then&nbsp;it will add the attachment to the ticket.&nbsp; When I go into RT and click on the attachment name the attachment is loaded into the browser without issue.
</div>
<div>&nbsp;</div>
<div>However:</div>
<div>&nbsp;</div>
<div>If I attach a file to an email submission that includes spaces in the file name it will still add the attachement to the ticket but if I click on the link added to the ticket the browser displays a red &quot;X&quot; only and the browser URL has the name of the file at the end with the filename escaped with the %20 replacing the space in the file name.
</div>
<div>&nbsp;</div>
<div>Example: </div>
<div>Attaching &quot;Error Messsage.jpg&quot; results in &quot;<a href="http://servername/rt/Ticket/Attachment/291/95/Error%20Message.jpg">http://servername/rt/Ticket/Attachment/291/95/Error%20Message.jpg</a>&quot;</div>

<div>&nbsp;</div>
<div>I think I need to parse the attachment file name before it is created and replace the spaces with &quot;_&quot; in order to work around this so I added some code to <a href="http://Attachment.pm">Attachment.pm</a> but it didn&#39;t seem to do anything.&nbsp; 
</div>
<div>&nbsp;</div>
<div>Has anyone run accross this and/or know where I might need to work around this?</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Warren</div>