diff --git a/src/sbbs3/readmail.cpp b/src/sbbs3/readmail.cpp
index 96901e83eab54391e87306470ee97a1061e519de..a34b770e597f5d5a624be399c080d4250901021a 100644
--- a/src/sbbs3/readmail.cpp
+++ b/src/sbbs3/readmail.cpp
@@ -217,7 +217,7 @@ void sbbs_t::readmail(uint usernumber, int which)
 			if(msg.hdr.auxattr&MSG_FILEATTACH) {  /* Attached file */
 				smb_getmsgidx(&smb,&msg);
 				strcpy(str,msg.subj);					/* filenames in title */
-				strupr(str);
+//				strupr(str);
 				tp=str;
 				while(online) {
 					p=strchr(tp,SP);