]> git.ipfire.org Git - thirdparty/mlmmj.git/log
thirdparty/mlmmj.git
14 years agoRemoved unnecessary slash from command for deeply nested listdirs
Ben Schmidt [Mon, 11 Oct 2010 22:14:35 +0000 (09:14 +1100)] 
Removed unnecessary slash from command for deeply nested listdirs

14 years agoCorrect command for deeply nested listdirs
Ben Schmidt [Mon, 11 Oct 2010 10:59:19 +0000 (21:59 +1100)] 
Correct command for deeply nested listdirs
(Corrects c02582939bbc)

14 years agoFixed typo in German list text
Ben Schmidt [Sun, 10 Oct 2010 22:34:25 +0000 (09:34 +1100)] 
Fixed typo in German list text

14 years agoCosmetic changes to help messages
Ben Schmidt [Thu, 7 Oct 2010 14:47:46 +0000 (01:47 +1100)] 
Cosmetic changes to help messages

14 years agoAdded missing #include <string.h>
Ben Schmidt [Thu, 7 Oct 2010 13:28:51 +0000 (00:28 +1100)] 
Added missing #include <string.h>

14 years agoAdd $controlN$ substitution
Ben Schmidt [Wed, 6 Oct 2010 12:30:26 +0000 (23:30 +1100)] 
Add $controlN$ substitution

The interfaces to substitute() and substitute_one() have changed, as they
now need to know the listdir to be able to find control files

14 years agoFix theoretically possible memory corruption by chomp()
Ben Schmidt [Wed, 6 Oct 2010 12:26:26 +0000 (23:26 +1100)] 
Fix theoretically possible memory corruption by chomp()

A quick survey of callers of chomp() suggests this never could occur
in practice

14 years agoBetter techniques for locating support files in php-admin
Ben Schmidt [Tue, 5 Oct 2010 23:35:04 +0000 (10:35 +1100)] 
Better techniques for locating support files in php-admin

- existing installations will need to have their conf/config.php altered to set
  the variable $confdir

14 years agoInfo on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand)
Ben Schmidt [Tue, 5 Oct 2010 23:12:23 +0000 (10:12 +1100)] 
Info on how to run mlmmj-maintd on deeply nested listdirs (Thomas Goirand)

14 years agoDocument that delimiter '-' is unlikely to work.
Ben Schmidt [Sun, 3 Oct 2010 23:18:15 +0000 (10:18 +1100)] 
Document that delimiter '-' is unlikely to work.

14 years agoDocumented some approaches to web archive generation
Ben Schmidt [Sun, 3 Oct 2010 13:28:54 +0000 (00:28 +1100)] 
Documented some approaches to web archive generation

14 years agoRemove .sh from mlmmj-make-ml.sh; symlink original name
Ben Schmidt [Sun, 3 Oct 2010 11:12:33 +0000 (22:12 +1100)] 
Remove .sh from mlmmj-make-ml.sh; symlink original name

--HG--
rename : man/mlmmj-make-ml.sh.1 => man/mlmmj-make-ml.1
rename : src/mlmmj-make-ml.sh.in => src/mlmmj-make-ml.in

14 years agoFix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink
Chris Webb [Sun, 3 Oct 2010 10:40:42 +0000 (21:40 +1100)] 
Fix spelling of 'receive' and 'voodoo'; make mlmmj-recieve a symlink

--HG--
rename : contrib/recievestrip/Makefile.am => contrib/receivestrip/Makefile.am
rename : contrib/recievestrip/README => contrib/receivestrip/README
rename : contrib/recievestrip/mlmmj-recieve-strip.c => contrib/receivestrip/mlmmj-receive-strip.c
rename : include/do_all_the_voodo_here.h => include/do_all_the_voodoo_here.h
rename : include/mlmmj-recieve.h => include/mlmmj-receive.h
rename : man/mlmmj-recieve.1 => man/mlmmj-receive.1
rename : src/do_all_the_voodo_here.c => src/do_all_the_voodoo_here.c
rename : src/mlmmj-recieve.c => src/mlmmj-receive.c

14 years agoAdded info on a hierarchical multi-domain option to README.postfix
Ben Schmidt [Mon, 27 Sep 2010 00:59:35 +0000 (10:59 +1000)] 
Added info on a hierarchical multi-domain option to README.postfix

14 years agoRicher MIME list texts with inline messages (English only so far)
Ben Schmidt [Sun, 19 Sep 2010 16:52:22 +0000 (02:52 +1000)] 
Richer MIME list texts with inline messages (English only so far)

14 years agoAdd $random0$ through $random5$ substitutions
Ben Schmidt [Sun, 19 Sep 2010 16:31:03 +0000 (02:31 +1000)] 
Add $random0$ through $random5$ substitutions

14 years agoAdd a $subject$ substitution for list texts
Ben Schmidt [Sun, 19 Sep 2010 16:25:54 +0000 (02:25 +1000)] 
Add a $subject$ substitution for list texts

14 years agoUpdate list texts to retain current behaviour despite previous change
Ben Schmidt [Sun, 19 Sep 2010 16:07:42 +0000 (02:07 +1000)] 
Update list texts to retain current behaviour despite previous change

14 years agoChanges to how $originalmail$ works
Ben Schmidt [Sun, 19 Sep 2010 16:05:31 +0000 (02:05 +1000)] 
Changes to how $originalmail$ works

- No longer buffer the whole mail in memory, but copy a line at a time
- Allow a line-count
- Change to the indent/whitespace behaviour; to essentially get current
  behaviour, a space must be prepended to the lines currently containing
  $originalmail$ in the listtexts

The interface to substitute() and substitute_one() has changed. They no longer
take the original mail filename, and cannot be used to do $originalmail$
substitution. This was never used except by prepstdreply() which now
incorporates that substitution itself.

14 years agoArbitrary headers in listtexts, fix default Content-Transfer-Encoding: header,
Ben Schmidt [Sun, 19 Sep 2010 15:44:58 +0000 (01:44 +1000)] 
Arbitrary headers in listtexts, fix default Content-Transfer-Encoding: header,
and document \uNNNN substitution

Also, the interface to prepstdreply() has changed; there is no longer a
customheaders argument, which was never used anyway, and is now essentially
redundant due to this patch.

14 years agoFix Content-Transfer-Encoding: header for digests,
Ben Schmidt [Sun, 19 Sep 2010 15:41:32 +0000 (01:41 +1000)] 
Fix Content-Transfer-Encoding: header for digests,
and always close digest listtext

14 years agoFixed a bug where a listtext token was passed without a substitution,
Ben Schmidt [Sun, 19 Sep 2010 15:19:25 +0000 (01:19 +1000)] 
Fixed a bug where a listtext token was passed without a substitution,
which could cause a crash if it were actually mistakenly used (unlikely)

14 years agoDocumented listtexts
Ben Schmidt [Sun, 19 Sep 2010 15:18:30 +0000 (01:18 +1000)] 
Documented listtexts

14 years agoAdded contrib/web/php-moderation/dot.htaccess to version control
Ben Schmidt [Tue, 24 Aug 2010 11:58:59 +0000 (21:58 +1000)] 
Added contrib/web/php-moderation/dot.htaccess to version control

14 years agoRemoved now unnecessary .cvsignore files
Ben Schmidt [Tue, 24 Aug 2010 11:57:48 +0000 (21:57 +1000)] 
Removed now unnecessary .cvsignore files

15 years agoConvert documentation to UTF-8
Ben Schmidt [Fri, 13 Aug 2010 15:07:52 +0000 (01:07 +1000)] 
Convert documentation to UTF-8

15 years agoTypo fix in mlmmj-unsub man page
Ben Schmidt [Fri, 13 Aug 2010 15:07:36 +0000 (01:07 +1000)] 
Typo fix in mlmmj-unsub man page

15 years agoAvoid a warning about using a string as an array in php-admin
Ben Schmidt [Fri, 30 Jul 2010 14:29:09 +0000 (00:29 +1000)] 
Avoid a warning about using a string as an array in php-admin

15 years agoEnsure files written by php-admin have Unix EOL and sane permissions
Ben Schmidt [Fri, 30 Jul 2010 14:28:40 +0000 (00:28 +1000)] 
Ensure files written by php-admin have Unix EOL and sane permissions

15 years agoMake the random strings produced always the same length rather the
Ben Schmidt [Fri, 30 Jul 2010 14:26:30 +0000 (00:26 +1000)] 
Make the random strings produced always the same length rather the
smaller random numbers producing shorter strings which could be
problematic

15 years agoMakes random number generation more efficient by only seeding the
Ben Schmidt [Fri, 30 Jul 2010 14:25:36 +0000 (00:25 +1000)] 
Makes random number generation more efficient by only seeding the
generator once

15 years agoAdded feature to notify users when their posts are moderated
Ben Schmidt [Fri, 30 Jul 2010 14:04:45 +0000 (00:04 +1000)] 
Added feature to notify users when their posts are moderated

15 years agoFixed documentation regarding silent subscription, and added
Ben Schmidt [Fri, 30 Jul 2010 14:00:31 +0000 (00:00 +1000)] 
Fixed documentation regarding silent subscription, and added
ability to silently subscribe.

15 years agoAdded notmetoo feature where posts are not mirrored to their senders.
Ben Schmidt [Fri, 30 Jul 2010 13:54:56 +0000 (23:54 +1000)] 
Added notmetoo feature where posts are not mirrored to their senders.

15 years agoCheck return status in mlmmj-perl-admin when adding subscribers (Florian
Ben Schmidt [Thu, 29 Jul 2010 23:21:28 +0000 (09:21 +1000)] 
Check return status in mlmmj-perl-admin when adding subscribers (Florian
Streibelt, Bitmand)

15 years agoBetter validation of input in php-admin (Thomas Goirand)
Ben Schmidt [Sun, 18 Jul 2010 11:46:30 +0000 (21:46 +1000)] 
Better validation of input in php-admin (Thomas Goirand)

15 years agoPut README.postfix in tarball
Ben Schmidt [Sat, 10 Jul 2010 14:12:09 +0000 (00:12 +1000)] 
Put README.postfix in tarball

15 years agoAdded Turkish translation (Samed Beyribey)
Ben Schmidt [Tue, 6 Jul 2010 15:28:44 +0000 (01:28 +1000)] 
Added Turkish translation (Samed Beyribey)

15 years agoValidate input in php-admin to avoid altering arbitrary files
Ben Schmidt [Tue, 6 Jul 2010 15:05:36 +0000 (01:05 +1000)] 
Validate input in php-admin to avoid altering arbitrary files
(Florian Streibelt, Morten Shearman Kirkegaard)

15 years agoUpdate .hgignore file
Ben Schmidt [Thu, 29 Jul 2010 23:50:34 +0000 (09:50 +1000)] 
Update .hgignore file

15 years agoupdate tags
convert-repo [Mon, 5 Jul 2010 22:21:41 +0000 (22:21 +0000)] 
update tags

15 years agoAdded "send" keyword to control/access handling (Ben Schmidt)
mortenp [Sat, 10 Apr 2010 19:51:39 +0000 (05:51 +1000)] 
Added "send" keyword to control/access handling (Ben Schmidt)

15 years agoAdded contrib/amime-receive (Gerd v. Egidy)
mortenp [Thu, 18 Feb 2010 16:21:55 +0000 (03:21 +1100)] 
Added contrib/amime-receive (Gerd v. Egidy)

15 years agoadded description of the keywords, added flow graph
mortenp [Thu, 18 Feb 2010 10:38:12 +0000 (21:38 +1100)] 
added description of the keywords, added flow graph

15 years agoFixed memory leak in substitute_one() (Ben Schmidt)
mortenp [Tue, 16 Feb 2010 16:59:48 +0000 (03:59 +1100)] 
Fixed memory leak in substitute_one() (Ben Schmidt)

15 years agoUpdated German listtexts (Christoph Wilke)
mortenp [Sat, 30 Jan 2010 19:40:19 +0000 (06:40 +1100)] 
Updated German listtexts (Christoph Wilke)

15 years agoUpdated TUNABLES file (Ben Schmidt)
mortenp [Sat, 30 Jan 2010 19:28:01 +0000 (06:28 +1100)] 
Updated TUNABLES file (Ben Schmidt)

15 years agomlmmj-1.2.17 RELEASE_1_2_17
mortenp [Sat, 23 Jan 2010 19:34:22 +0000 (06:34 +1100)] 
mlmmj-1.2.17

15 years agoAdded ifmodsendonlymodmoderate tunable
mortenp [Sun, 10 Jan 2010 14:03:19 +0000 (01:03 +1100)] 
Added ifmodsendonlymodmoderate tunable

15 years agomlmmj-1.2.17-RC2
mortenp [Sun, 10 Jan 2010 13:40:33 +0000 (00:40 +1100)] 
mlmmj-1.2.17-RC2

15 years agoReplaced class.FastTemplate.php with class.rFastTemplate.php in contrib/web/php-admin...
mortenp [Sun, 10 Jan 2010 13:20:03 +0000 (00:20 +1100)] 
Replaced class.FastTemplate.php with class.rFastTemplate.php in contrib/web/php-admin (Christoph Thiel)

15 years agoremoved dist-hook from listtexts/Makefile.am
mortenp [Mon, 21 Dec 2009 06:49:16 +0000 (17:49 +1100)] 
removed dist-hook from listtexts/Makefile.am

15 years agoAdded information about digest and nomail to listhelp (Robin H. Johnson)
mortenp [Mon, 21 Dec 2009 06:40:14 +0000 (17:40 +1100)] 
Added information about digest and nomail to listhelp (Robin H. Johnson)

15 years agoFixed bug in mlmmj-maintd which caused loss of archive files in some requeue cases...
mortenp [Mon, 21 Dec 2009 06:32:00 +0000 (17:32 +1100)] 
Fixed bug in mlmmj-maintd which caused loss of archive files in some requeue cases (Robin H. Johnson)

15 years agoAdded README.postfix (Jeremy Hinegardner, Andreas Schneider)
mortenp [Mon, 21 Dec 2009 06:22:58 +0000 (17:22 +1100)] 
Added README.postfix (Jeremy Hinegardner, Andreas Schneider)

16 years agoifmodsendonlymodmoderate
mmj [Mon, 27 Jul 2009 11:55:27 +0000 (21:55 +1000)] 
ifmodsendonlymodmoderate

16 years agoAdded translation for digest and nomail (thanks to Marcelo E. Magallon)
mortenp [Tue, 7 Jul 2009 17:52:30 +0000 (03:52 +1000)] 
Added translation for digest and nomail (thanks to Marcelo E. Magallon)

16 years agoAdded support for digest and nomail to +list (Christoph Wilke)
mortenp [Tue, 7 Jul 2009 17:05:55 +0000 (03:05 +1000)] 
Added support for digest and nomail to +list (Christoph Wilke)

16 years agoAdded support for digest and nomail to +list (Christoph Wilke)
mortenp [Tue, 7 Jul 2009 17:04:04 +0000 (03:04 +1000)] 
Added support for digest and nomail to +list (Christoph Wilke)

16 years agoAdded support for digest and nomail to +list (Christoph Wilke)
mortenp [Tue, 16 Jun 2009 11:05:19 +0000 (21:05 +1000)] 
Added support for digest and nomail to +list (Christoph Wilke)

16 years agostrcasecmp for owner check in +list
mmj [Sat, 11 Apr 2009 08:27:36 +0000 (18:27 +1000)] 
strcasecmp for owner check in +list

16 years agosilenced php notices (Thomas Goirand)
mortenp [Fri, 6 Mar 2009 16:06:57 +0000 (03:06 +1100)] 
silenced php notices (Thomas Goirand)

16 years agoinitial revision
mortenp [Fri, 6 Mar 2009 16:03:14 +0000 (03:03 +1100)] 
initial revision

16 years agoAdded contrib/web/php-moderation (Thomas Goirand)
mortenp [Wed, 4 Mar 2009 20:08:29 +0000 (07:08 +1100)] 
Added contrib/web/php-moderation (Thomas Goirand)

16 years agomlmmj-1.2.16 RELEASE_1_2_16
mortenp [Wed, 4 Mar 2009 20:05:19 +0000 (07:05 +1100)] 
mlmmj-1.2.16

16 years agoSmall textual corrections to the danish unsub confirm texts
xi [Sun, 18 Jan 2009 17:54:45 +0000 (04:54 +1100)] 
Small textual corrections to the danish unsub confirm texts

16 years agomlmmj-1.2.16
mortenp [Sun, 28 Dec 2008 22:10:54 +0000 (09:10 +1100)] 
mlmmj-1.2.16

16 years agoFixed injection in contrib/web/perl-user (Gerd von Egidy)
mortenp [Sun, 28 Dec 2008 20:03:46 +0000 (07:03 +1100)] 
Fixed injection in contrib/web/perl-user (Gerd von Egidy)

16 years agomlmmj-1.2.16-RC1
mortenp [Thu, 13 Nov 2008 16:20:05 +0000 (03:20 +1100)] 
mlmmj-1.2.16-RC1

16 years agoUpdated Italian listtexts (Fabio Busatto)
mortenp [Sun, 2 Nov 2008 22:55:24 +0000 (09:55 +1100)] 
Updated Italian listtexts (Fabio Busatto)

16 years agoUpdated Italian listtexts (Fabio Busatto)
mortenp [Sun, 2 Nov 2008 22:48:42 +0000 (09:48 +1100)] 
Updated Italian listtexts (Fabio Busatto)

16 years agoAdded Postfix pipe backend support (Niki Guldbrand)
mortenp [Sun, 2 Nov 2008 20:54:40 +0000 (07:54 +1100)] 
Added Postfix pipe backend support (Niki Guldbrand)

16 years agoPHP admin interface bugfix (Niki Guldbrand)
xi [Sun, 2 Nov 2008 18:24:19 +0000 (05:24 +1100)] 
PHP admin interface bugfix (Niki Guldbrand)

16 years agoUse $templatedir to locate the tunables.pl file
xi [Sun, 2 Nov 2008 18:21:06 +0000 (05:21 +1100)] 
Use $templatedir to locate the tunables.pl file

16 years agoupdated Dutch listtexts (Franky Van Liedekerke)
mortenp [Sun, 2 Nov 2008 17:30:30 +0000 (04:30 +1100)] 
updated Dutch listtexts (Franky Van Liedekerke)

16 years agoSync tunables from perl-admin
xi [Sat, 1 Nov 2008 12:51:47 +0000 (23:51 +1100)] 
Sync tunables from perl-admin

16 years agosmall correction in "Below this line..."
mortenp [Fri, 31 Oct 2008 22:03:06 +0000 (09:03 +1100)] 
small correction in "Below this line..."

16 years agoremoved English files
mortenp [Fri, 31 Oct 2008 22:00:09 +0000 (09:00 +1100)] 
removed English files

16 years agoAdded escaping of a @ that was missed in the last commit
xi [Fri, 31 Oct 2008 17:40:26 +0000 (04:40 +1100)] 
Added escaping of a @ that was missed in the last commit

16 years agoCatch up on new tunables
xi [Fri, 31 Oct 2008 17:37:46 +0000 (04:37 +1100)] 
Catch up on new tunables

16 years agoremoved English files
mortenp [Fri, 31 Oct 2008 16:26:46 +0000 (03:26 +1100)] 
removed English files

16 years ago$originalmail$ updates
mortenp [Fri, 31 Oct 2008 16:23:22 +0000 (03:23 +1100)] 
$originalmail$ updates

16 years agochanged text about Thomas Jarosch's sanity checks a bit
mortenp [Fri, 31 Oct 2008 15:47:45 +0000 (02:47 +1100)] 
changed text about Thomas Jarosch's sanity checks a bit

16 years agoAdded support for static bounce addresses (Thomas Jarosch)
mortenp [Fri, 31 Oct 2008 15:43:37 +0000 (02:43 +1100)] 
Added support for static bounce addresses (Thomas Jarosch)

16 years agoAdded a sanity check in mlmmj-receive-strip (Chris Webb)
mortenp [Fri, 31 Oct 2008 14:45:49 +0000 (01:45 +1100)] 
Added a sanity check in mlmmj-receive-strip (Chris Webb)

16 years agoadded a note about removing the X-ThisMailContainsUnwantedMimeParts header
mortenp [Fri, 31 Oct 2008 14:42:14 +0000 (01:42 +1100)] 
added a note about removing the X-ThisMailContainsUnwantedMimeParts header

16 years agoAdded more sanity checks (Thomas Jarosch)
mortenp [Fri, 31 Oct 2008 14:20:51 +0000 (01:20 +1100)] 
Added more sanity checks (Thomas Jarosch)

16 years agoadded binaries
mortenp [Fri, 31 Oct 2008 14:09:56 +0000 (01:09 +1100)] 
added binaries

16 years agoRemove trailing whitespaces and not mmap 0 sized bounce index file
mmj [Fri, 31 Oct 2008 12:29:44 +0000 (23:29 +1100)] 
Remove trailing whitespaces and not mmap 0 sized bounce index file

16 years agoDisabled digest mails when 'noarchive' is set (Thomas Jarosch)
mortenp [Thu, 30 Oct 2008 22:27:53 +0000 (09:27 +1100)] 
Disabled digest mails when 'noarchive' is set (Thomas Jarosch)

16 years agoadded mlmmj-recieve-strip
mortenp [Thu, 30 Oct 2008 22:20:26 +0000 (09:20 +1100)] 
added mlmmj-recieve-strip

16 years agoadded mlmmj-make-ml.sh
mortenp [Thu, 30 Oct 2008 22:17:24 +0000 (09:17 +1100)] 
added mlmmj-make-ml.sh

16 years agoadded more autogenerated files
mortenp [Thu, 30 Oct 2008 22:11:02 +0000 (09:11 +1100)] 
added more autogenerated files

16 years agoAdded Russian listtexts (Nikolay Derkach)
mortenp [Thu, 30 Oct 2008 21:46:38 +0000 (08:46 +1100)] 
Added Russian listtexts (Nikolay Derkach)

16 years agoremoved autogenerated files
mortenp [Thu, 30 Oct 2008 21:45:46 +0000 (08:45 +1100)] 
removed autogenerated files

16 years agoremoved autogenerated config.h.in
mortenp [Thu, 30 Oct 2008 21:12:33 +0000 (08:12 +1100)] 
removed autogenerated config.h.in

16 years agoremoved autogenerated aclocal.m4
mortenp [Thu, 30 Oct 2008 21:10:16 +0000 (08:10 +1100)] 
removed autogenerated aclocal.m4

16 years agoFixed mmap()ing of zero-sized files (Robin H. Johnson)
mortenp [Thu, 30 Oct 2008 19:13:09 +0000 (06:13 +1100)] 
Fixed mmap()ing of zero-sized files (Robin H. Johnson)

17 years agoAdded support for the 'originalmail' keyword (Sascha Sommer)
mortenp [Mon, 5 Nov 2007 21:35:03 +0000 (08:35 +1100)] 
Added support for the 'originalmail' keyword (Sascha Sommer)

17 years agoFixed mlmmj-recieve [sic] for architectures where sizeof(int) and sizeof(char *)...
mortenp [Mon, 5 Nov 2007 21:30:55 +0000 (08:30 +1100)] 
Fixed mlmmj-recieve [sic] for architectures where sizeof(int) and sizeof(char *) differ