From 0fbf98d850ef0b7e0b27e80cd28284eb805b5990 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 25 Aug 2008 03:03:38 +0000 Subject: [PATCH] enable encryption support - further testing is needed! --- ezmlm-web.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezmlm-web.cgi b/ezmlm-web.cgi index 3314db3..c56b76b 100755 --- a/ezmlm-web.cgi +++ b/ezmlm-web.cgi @@ -144,7 +144,7 @@ unless (my $return = do $config_file) { # do we support encrypted mailing lists? # see https://systemausfall.org/toolforge/crypto-ezmlm -$GPG_SUPPORT = 0; # disabled for v3.2 - unless defined($GPG_SUPPORT); +$GPG_SUPPORT = 0 unless defined($GPG_SUPPORT); if ($GPG_SUPPORT) { if (&safely_import_module("Mail::Ezmlm::Gpg")) { $GPG_SUPPORT = 1;