From 618302df6d96850605e266820b56b416baa3c48e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 15 Mar 2009 16:41:43 +0000 Subject: [PATCH] Maybe this won't make it go silly Signed-off-by: Stephen Gran --- templates/exim-test.erb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/exim-test.erb b/templates/exim-test.erb index a449c274..1306b947 100644 --- a/templates/exim-test.erb +++ b/templates/exim-test.erb @@ -1,13 +1,13 @@ -<% if has_variable?("clamd") && clamd == "$true" then %> +<% if has_variable?("clamd") && clamd == "$true" -%> CLAMAV = clamd:/var/run/clamav/clamd.ctl -<% else %> +<% else -%> # CLAMAV is undefined <% end -%> -<% if has_variable?("postgrey") && postgrey == "true" then %> +<% if has_variable?("postgrey") && postgrey == "true" -%> USE_GREYLISTING = 1 # HAVE_GREYLIST is undefined HAVE_POSTGREY = 1 -<% else if has_variable?("greylistd") && greylistd == "true" then %> +<% elsif has_variable?("greylistd") && greylistd == "true" -%> USE_GREYLISTING = 1 HAVE_GREYLIST = 1 # HAVE_POSTGREY is undefined @@ -16,13 +16,13 @@ HAVE_GREYLIST = 1 # HAVE_GREYLIST is undefined # USE_GREYLISTING is undefined <% end -%> -<% if has_variable?("bugs_host") && bugs_host == "true" then %> +<% if has_variable?("bugs_host") && bugs_host == "true" -%> HAS_USER_DEBBUGS = 1 -<% else %> +<% else -%> # HAS_USER_DEBBUGS is undefind <% end -%> -<% if has_variable?("qa_host") && qa_host == "true" then %> +<% if has_variable?("qa_host") && qa_host == "true" -%> HAS_USER_QA = 1 -<% else %> +<% else -%> # HAS_USER_QA is undefined <% end -%> -- 2.39.2