Question:Are super messages consumed, if an e-mail contains an AMPscript error and is not sent because of this error?
Context:In SFMC, in my sendable Data Extension I've seen subscribers with a locale (ie. en-GB) that is not supported with my translation Data Extension, and when I try previewing my email, I see the preview erroring as expected:
The subscriber preview failed to generate. Review the details, correctall issues, and try again. The Lookup function call failed because thespecified lookup field does not exists for the data extension DataExtension: My_DataExtension_Example Invalid Field Name: en_GB FunctionCall: Lookup(@ConfigDE,@locale,"attributename", @attributeName)Message Context: HTML Column 'en_GB' does not belong to table .
This is not caused by a raiseerror function acting on the missing locale in AMPScript, but by the Lookup call failing.