aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa')
-rw-r--r--modules/sympa/templates/scenari/sender.email6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/sympa/templates/scenari/sender.email b/modules/sympa/templates/scenari/sender.email
index ee53dc38..18704f48 100644
--- a/modules/sympa/templates/scenari/sender.email
+++ b/modules/sympa/templates/scenari/sender.email
@@ -1,5 +1,7 @@
-title.gettext restricted to email <%= @email %>
+title.gettext restricted list
-equal([sender], '<%= @email %>') smtp,md5,smime -> do_it
+<%- for e in @email -%>
+equal([sender], '<%= e %>') smtp,md5,smime -> do_it
+<%- end -%>
true() smtp,md5,smime -> reject(reason='send_subscriber')