aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/scenari/sender.restricted
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/templates/scenari/sender.restricted')
-rw-r--r--modules/sympa/templates/scenari/sender.restricted2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/scenari/sender.restricted b/modules/sympa/templates/scenari/sender.restricted
index 66139e6c..7d23d208 100644
--- a/modules/sympa/templates/scenari/sender.restricted
+++ b/modules/sympa/templates/scenari/sender.restricted
@@ -5,7 +5,7 @@ search(<%= @ldap_group %>.ldap) smtp,md5,smime -> do_it
<%- end -%>
<%- if @email -%>
<%- for e in @email -%>
-equal([sender], '<%= e %>') smtp,md5,smime -> do_it
+equal([sender], '<%= @e %>') smtp,md5,smime -> do_it
<%- end -%>
<%- end -%>
<%- if allow_subscriber -%>