Commit Graph

58 Commits

Author SHA1 Message Date
lars 8639db3468 colon is a valid dot-qmail filename character 2012-03-02 00:10:14 +00:00
ckubu 6989ec1205 - If Environment variable EZMLM_WEB_RC ist set (e.g. at webservers vhost
configuration), the applicatiom loads ezmlmwebrc from that setting. That 
   allows multiple Webinterfaces on the same host with different settings.

 - Subscribition of different adresses at once via textarea input (Closes #70)
   TODO: change concerning labels for language other than german or english

 - Fix setting of chaerset variable (Close #69 ?)

 - Fix en-/decoding (if system charset differs from charset of list)

 - Handling of all text files will be done from the list directory, even if
   the defaults are used.That makes the list robust against changing server
   default settings or moving list from one to another server.

 - conf-lang file will always be written, even if language is the default
   one. So users can see their language setting from the Options screen.

 - Print available listdomains in alphabetical order.

 - trailer is no longer editable from the Overview screen. Changing trailer
   can be done - like other textfiles - from the text screen.

 - Add configuration variable DEBUG. If enabled, application prints Error/Warning 
   messages instead of "Internal Server Error" page.
2011-01-05 01:21:43 +00:00
lars 8fd5dadf47 ezmlm-web module for gpg-ezmlm:
* fixed syntax error
2009-03-23 23:24:21 +00:00
lars b4ee37b00e ezmlm-web code:
* handle a missing backup conversion directory gracefully
  (useful for encrypted lists, that were created without ezmlm-web)
2009-03-10 01:36:41 +00:00
lars 91997a903c Mail::Ezmlm download website:
* change default order to descending date
2008-10-17 21:18:10 +00:00
lars 01865d2ba4 Mail::Ezmlm release v0.08.2:
* updated debian files
* tagged release
* uploaded packages
2008-10-16 01:34:44 +00:00
lars ec43298706 Mail::Ezmlm:
* updated version info for v0.08.2
* improved testing script
2008-10-16 01:22:44 +00:00
lars 27afb0aea4 packaged v0.08.1 of Mail::Ezmlm 2008-10-15 20:50:31 +00:00
lars 854eaa1589 tagged v0.08.1 of Mail::Ezmlm 2008-10-15 20:47:06 +00:00
lars 7fd4ce4b42 debian package of Mail::Ezmlm:
* add dependency for gnupg crypt perl module
2008-10-12 09:29:09 +00:00
lars 681f6cac0a package Mail::Ezmlm:
* uploaded the debian control files
-- Diese und due folgenden Zeilen werden ignoriert --

A    debian
A    debian/control
A    debian/files
A    debian/compat
A    debian/watch
A    debian/changelog
A    debian/docs
A    debian/copyright
A    debian/libemail-ezmlm-perl.debhelper.log
AM   debian/rules
A    debian/libemail-ezmlm-perl.substvars
A    debian/README.Debian
2008-10-12 09:22:55 +00:00
lars 54415691fb package Mail::Ezmlm:
* update version
2008-10-12 02:45:27 +00:00
lars bbde9f30a6 module Mail::Ezmlm::GpgEzmlm:
* fix issue with ezmlm-idx v0.4x lists
2008-10-12 02:44:35 +00:00
lars 170f4973aa module Mail::Ezmlm:
* tagged v0.08
* added source and debian package
2008-10-12 01:24:18 +00:00
lars dffbad2a45 module Mail::Ezmlm:
* prepare release v0.08
2008-10-12 01:04:31 +00:00
lars b695480291 module Ezmlm::Mail::GpgEzmlm:
* add a wrapper around "getconfig" to restore the config file before reading
  the configuation
2008-10-11 07:09:31 +00:00
lars 5f9454f970 module Mail::Ezmlm::GpgEzmlm:
* fix syntax problems
* fix regex for detecting settings
* fix handling of GnuPG setting
* allow string settings (GnuPG and keyDir)
2008-10-02 23:25:52 +00:00
lars cae467c8f1 explicitely set the "GnuGP" setting of gpg-ezmlm, since its pre-configured default value is vey unlikely to work (/usr/local/bin/gpg) 2008-10-02 22:46:40 +00:00
lars 950a4fbfe6 release preparations for Mail::Ezmlm package:
* update Changes
* add version test for ezmlm-make to the Makefile
* add configuration for gpg-ezmlm and gpg locations to the Makefile
2008-10-02 01:29:56 +00:00
lars 34438ce978 packaging of Mail::Ezmlm:
* move the two new modules (GpgKeyRing and GpgEzmlm) to a sub directory
2008-10-02 01:29:46 +00:00
lars e36cb850b5 prepare release candidate 2008-09-30 03:07:38 +00:00
lars 5bcdb2799c r424@erker: lars | 2008-09-28 23:38:45 +0200
module Mail::Ezmlm::GpgEzmlm:
 * simplified code for config file handling
 * added "cleanup" of dotqmail files
 * added wrapper around ezmlm-make (update)
2008-09-29 20:45:06 +00:00
lars 71edc021ff r420@erker: lars | 2008-09-28 17:37:42 +0200
module Mail::Ezmlm::GpgEzmlm:
 * added new dependencies: File::Path and File::Copy
 * renamed configuration backup directory from 'gpg-ezmlm.bak' to '.gpg-ezmlm.backup'
 * only create empty keyring directory, if it does not exist, yet
 * implement revert of gpg-ezmlm conversion
2008-09-29 20:44:45 +00:00
lars 84bb54f428 r419@erker: lars | 2008-09-28 11:39:00 +0200
encryption modules:
 * module loading should fail, if gnupg resp. gpg-ezmlm is not installed
 * fixed minor code style issue
2008-09-29 20:44:38 +00:00
lars 18541ef2be module Mail::Ezmlm::GpgKeyRing:
* don't create an empty keyring during read/get requests
* improve safety of gpg system call by escaping whitespace characters
2008-09-27 23:37:34 +00:00
lars 28cbeae46b module Mail::Ezmlm::GpgEzmlm:
* added custom conversion script to remove dependency on a patch gpg-ezmlm
* fix various minor problems
2008-09-27 23:33:22 +00:00
lars 7479782d18 module Mail::Ezmlm:
* fixed warning in function 'get_charset'
* improved code style
2008-09-27 23:15:53 +00:00
lars 24c9ddb067 added Mail::Ezmlm::EzmlmGpg module (untested) 2008-09-22 22:21:01 +00:00
lars bc9543d37a r395@erker: lars | 2008-09-18 10:45:17 +0200
separated keyring management from specific mailing list encryption support
2008-09-18 12:03:49 +00:00
jlmartinez e901614035 Work on #50
Ezmlm.pm
 - get_version returns 7
 - updated documentation

Changes
 - updated changes file with items in previous changesets
2008-07-09 20:50:34 +00:00
jlmartinez cff52ce0da Solves #48 Lists cannot be placed in a directory with "at" in the path
Ezmlm.pm
 - applied patch to Ezmlm.pm to permit @ in path
 - bumped up version

META.yml
 - bumped up version

Changes
 - documented change
2008-07-09 10:30:15 +00:00
lars 8dd9f5b755 fixed handling of the 'owner' setting for ezmlm-idx > v5 (Closes: #24)
improved ezmlm-idx version detection (5.0 / 5.1 / 6.x)
2007-04-03 15:55:06 +00:00
lars 007dba196e new release: 0.07.2
fixes 'get_charset' and 'set_charset' for idx < 5.0
2006-06-20 02:03:55 +00:00
lars 0f25114208 minor documentation fixes 2006-05-18 08:43:20 +00:00
lars 1c56dffeb5 wrong option parsing for "make" fixed 2006-05-06 04:17:09 +00:00
lars 5482e5a4db error message for failed list creation fixed 2006-05-02 00:04:38 +00:00
lars 68740ac6f4 increase NameWidth for autoindex pages of download directories 2006-01-23 21:53:26 +00:00
lars cdb3b5771d new release: v0.07.1 2006-01-23 21:40:12 +00:00
lars 8b7d61ef2d removed debianization directory 2006-01-23 21:39:16 +00:00
lars 99bea34ded fix misinterpretation of empty settings 2006-01-23 21:19:08 +00:00
lars 6979287678 new tag: ezmlm-web 3.1 2006-01-16 01:58:02 +00:00
lars cc0ae6bdeb website updated 2006-01-16 01:47:16 +00:00
lars 7abc6b9744 Mail::Ezmlm: release 0.07 is new trunk 2006-01-15 22:42:43 +00:00
lars 53d2232cdf Mail::Ezmlm: trunk remoed to be replaced by tag/0.07 2006-01-15 22:42:05 +00:00
lars e98afe9895 Mail::Ezmlm: package debianized 2006-01-15 22:38:50 +00:00
lars f00e44b1ca Mail::Ezmlm release 0.07 finished 2006-01-15 22:37:23 +00:00
lars 5f1815769d perl makefile for Ezmlm-0.07 improved 2006-01-14 14:50:19 +00:00
lars 18603c5d94 fixed static sub call
improved detection of ezmlm-idx directory
2006-01-08 15:36:35 +00:00
lars 9f730e321f version number updated for Ezmlm v0.07
Guy's Ezmlm 0.05.1 added
2006-01-02 23:05:56 +00:00
lars f9ba1fdb26 added tags for 0.06 and 0.07 2006-01-02 23:00:48 +00:00