Title:
Bug 86940:-(Watson Migration Closure)Remove attribute of cfmail is always true
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/LowImpact
Reporter/Name(from Bugbase): dan bracuk / dan bracuk (Dan Bracuk)
Created: 06/13/2011
Components: Language, Functions
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 1
Problem:
Remove attribute of cfmail is always true. Documentation says default value is false. Setting it to false does not help.
Method:
If I run this code,<cfmail to="me" from="me" subject="image test" type="html"><p>hi dan</p><cfmailparam file="cancel.gif" disposition="inline" remove="false"></cfmail> the cfmail file looks like this: type: text/html; charset=UTF-8server: smtp.someserver.ca:25from: meto: mesubject: image testX-Mailer: ColdFusion 9 Application Serverbody:body: <p>hi dan</p>body:file: file:D:/DW/dwtest/Dan/cancel.giffile-disposition: inlineremove: trueThe file of course, gets deleted.
Result:
None. Files get deleted when attached to cfmail.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3043859
External Customer Info:
External Company:
External Customer Name: dan bracuk
External Customer Email: 230864C34456071E9920157F
External Test Config: 06/13/2011
Attachments:
Comments: