remove_unsubscription_link

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "remove_unsubscription_link".
... in email.naml
156
157
158
159
160
161
162
<macro name="remove_unsubscription_link" dot_parameter="html">
    <n.regex_replace_all
        text ="[n.html/]"
        pattern ='http://[^"\s]+\.jtp\?macro=unsubscribe_by_code[^"\s]*'
        replacement =''
    />
</macro>