From 6f8e1e4793b5135ad5b7523d9e390b3a265ef18e Mon Sep 17 00:00:00 2001 From: L J Laubenheimer <ljlgeek@stanford.edu> Date: Tue, 7 May 2019 15:24:48 -0700 Subject: [PATCH] take it back to what it should be --- .../ldap-reports/som-mail-forwards-non-stanford.conf.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/etc/ldap-reports/som-mail-forwards-non-stanford.conf.erb b/templates/etc/ldap-reports/som-mail-forwards-non-stanford.conf.erb index 0fd5864..e0acd4f 100644 --- a/templates/etc/ldap-reports/som-mail-forwards-non-stanford.conf.erb +++ b/templates/etc/ldap-reports/som-mail-forwards-non-stanford.conf.erb @@ -66,8 +66,8 @@ stripweight = 1 #mail = ljlgeek@stanford.edu #"This is a junk line" -mail = <%= @addresses %> +#mail = <%= @addresses %> -#<% @addresses.each do |address| -%> -#mail = <%= address %> -#<% end -%> +<% @addresses.each do |address| -%> +mail = <%= address %> +<% end -%> -- GitLab