remove_unsubscription_link

   Usages of this macro
... in email.naml
156
157
158
159
160
161
162
<macro name="remove_unsubscription_link" dot_parameter="html">
    <n.regex_replace_all
Binary
Namespace: BasicNamespace
Parameters: pattern, text, replacement
        text ="[n.html/]"
        pattern ='http://[^"\s]+\.jtp\?macro=unsubscribe_by_code[^"\s]*'
        replacement =''
    />
</macro>