Customize delete attachemnt message

When I use reply without attachment, [attachment “TIMEDATA.TXT” deleted by Gloria HWS/CORP] will be shown on the reply email.I find the follow script in iNotes6 template. How can I customize it so that the message can become [attachment “TIMEDATA.TXT”] only?

REM {Web Style Reply with History - No Attachments};

path :=@ReplaceSubstring(@ReplaceSubstring(@Subset(@DbName; -1); “\”; “/”);" “;”+") ;

Format:=@GetProfileField(“CalendarProfile”; “FormatReplies”);

FormatChar:=@GetProfileField(“CalendarProfile”;“OffsetChar”);

@If(Format=“1”;@URLOpen(“/” + path + “/Reply+With+History?OpenForm&ParentUNID=” + @Replace(@Text(@DocumentUniqueID); “:”; “” ) + “&InheritParent=23” + “&Format=”+Formatchar);@Command([ComposeWithReference];“”:“”;“Reply With History”; 23))

Subject: Customize delete attachemnt message

Did you ever find a solution for this? I found a few forums about the same problem but found no solution. I desperately need to be able to change the delete message too.

Thanks…