All of lore.kernel.org
 help / color / mirror / Atom feed
* mlmmj-1.2.16-PRE2 released
@ 2008-11-02 23:21 Morten K. Poulsen
  2008-11-03 18:20 ` Chris Webb
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Morten K. Poulsen @ 2008-11-02 23:21 UTC (permalink / raw)
  To: mlmmj

Hi list,


I've gotten some reminders, and have committed the following since
mlmmj-1.2.16-PRE1:

 o Updated Italian listtexts (Fabio Busatto)
 o Added Postfix pipe backend support (Niki Guldbrand)
 o PHP admin interface bugfix (Niki Guldbrand)

plus a few minor changes.

Am I still missing something?


http://mlmmj.mmj.dk/~mortenp/mlmmj-1.2.16-PRE2.tar.bz2
e3dca1c735264baf977fe649574d00ca

http://mlmmj.mmj.dk/~mortenp/mlmmj-1.2.16-PRE2.tar.gz
d6c8113f5ad4616222e77fc0fd820370


The following changes have been made since mlmmj-1.2.15:

 o Updated Italian listtexts (Fabio Busatto)
 o Added Postfix pipe backend support (Niki Guldbrand)
 o PHP admin interface bugfix (Niki Guldbrand)
 o Added support for static bounce addresses (Thomas Jarosch)
 o Added a sanity check in mlmmj-receive-strip (Chris Webb)
 o Added miscellaneous sanity checks (Thomas Jarosch)
 o Disabled digest mails when 'noarchive' is set (Thomas Jarosch)
 o Added Russian listtexts (Nikolay Derkach)
 o Fixed mmap()ing of zero-sized files (Robin H. Johnson)
 o Fixed mlmmj-recieve [sic] for architectures where
   sizeof(int) and sizeof(char *) differ
 o Added support for the 'originalmail' keyword (Sascha Sommer)
 o Merged various changes to the web interface from Franky Van
   Liedekerke


The following listtext files are missing. Can somebody translate them?

cz/listfaq
cz/maxmailsize
cz/sub-deny-digest
cz/sub-deny-nomail
cz/submod-moderator
cz/submod-requester
cz/sub-subscribed
cz/unsub-notsubscribed

de/listfaq
de/sub-deny-digest
de/sub-deny-nomail

es/maxmailsize
es/sub-deny-digest
es/sub-deny-nomail
es/submod-moderator
es/submod-requester

fr/listfaq
fr/maxmailsize
fr/sub-deny-digest
fr/sub-deny-nomail
fr/submod-moderator
fr/submod-requester


In addition, the following is missing in the RU translation: "Below this
line are the first 100 lines of the message up for moderation"

And this is missing in FR and RU: "Below this line are the first
100 lines of the denied message"

Can somebody translate it?


Morten

-- 
Morten K. Poulsen <mopo@fabletech.com>
CTO, FableTech
http://fabletech.com/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mlmmj-1.2.16-PRE2 released
  2008-11-02 23:21 mlmmj-1.2.16-PRE2 released Morten K. Poulsen
@ 2008-11-03 18:20 ` Chris Webb
  2008-11-03 18:33 ` Chris Webb
  2008-11-03 20:24 ` Mads Martin Joergensen
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Webb @ 2008-11-03 18:20 UTC (permalink / raw)
  To: mlmmj

"Morten K. Poulsen" <mopo@fabletech.com> writes:

> Am I still missing something?

For a long time now, I've done something clumsy along the lines of

  find . -name '*recieve*' | while read F; do mv $F `sed 's/recieve/receive/g' <<< "$F"`; done
  find . -name '*voodo*' | while read F; do mv $F `sed 's/voodo/voodoo/g' <<< "$F"`; done
  find . -type f | while read F; do sed -e s/recieve/receive/g -e s/voodo/voodoo/g -i $F; done

as part of my package build for mlmmj. It'd be nice to get these trivial
spelling clean-ups upstream: how would you feel about a patch correcting the
spelling of 'receive' and 'voodoo' through the code and filenames if I were
to generate one?

Of course, we could install a symlink from mlmmj-receive-strip to
mlmmj-recieve-strip so nothing will break for people using the old,
incorrectly spelled binary name.

Cheers,

Chris.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mlmmj-1.2.16-PRE2 released
  2008-11-02 23:21 mlmmj-1.2.16-PRE2 released Morten K. Poulsen
  2008-11-03 18:20 ` Chris Webb
@ 2008-11-03 18:33 ` Chris Webb
  2008-11-03 20:24 ` Mads Martin Joergensen
  2 siblings, 0 replies; 4+ messages in thread
From: Chris Webb @ 2008-11-03 18:33 UTC (permalink / raw)
  To: mlmmj

Chris Webb <chris@arachsys.com> writes:

> Of course, we could install a symlink from mlmmj-receive-strip to
> mlmmj-recieve-strip so nothing will break for people using the old,
> incorrectly spelled binary name.

From mlmmj-recieve-strip to mlmmj-receive-strip even!

Cheers,

Chris.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: mlmmj-1.2.16-PRE2 released
  2008-11-02 23:21 mlmmj-1.2.16-PRE2 released Morten K. Poulsen
  2008-11-03 18:20 ` Chris Webb
  2008-11-03 18:33 ` Chris Webb
@ 2008-11-03 20:24 ` Mads Martin Joergensen
  2 siblings, 0 replies; 4+ messages in thread
From: Mads Martin Joergensen @ 2008-11-03 20:24 UTC (permalink / raw)
  To: mlmmj

* Chris Webb <chris@arachsys.com> [Nov 03. 2008 19:20]:
> "Morten K. Poulsen" <mopo@fabletech.com> writes:
>
> > Am I still missing something?
>
> For a long time now, I've done something clumsy along the lines of
>
>   find . -name '*recieve*' | while read F; do mv $F `sed 's/recieve/receive/g' <<< "$F"`; done
>   find . -name '*voodo*' | while read F; do mv $F `sed 's/voodo/voodoo/g' <<< "$F"`; done
>   find . -type f | while read F; do sed -e s/recieve/receive/g -e s/voodo/voodoo/g -i $F; done
>
> as part of my package build for mlmmj. It'd be nice to get these trivial
> spelling clean-ups upstream: how would you feel about a patch correcting the
> spelling of 'receive' and 'voodoo' through the code and filenames if I were
> to generate one?
>
> Of course, we could install a symlink from mlmmj-receive-strip to
> mlmmj-recieve-strip so nothing will break for people using the old,
> incorrectly spelled binary name.

If someone makes the autotools cope with installing a symlink, I'll make
a patch that warns in the logs something along the line of:

"You are using the old obsolete name for invoking mlmmj-recieve. Please
correct your invocation to use mlmmj-receive."

do-all-the-voodo-here is not a binary, so I couldn't care less about
that one.

--
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
 and totally illogical, with just a little bit more effort?"
                                 -- A. P. J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-03 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 23:21 mlmmj-1.2.16-PRE2 released Morten K. Poulsen
2008-11-03 18:20 ` Chris Webb
2008-11-03 18:33 ` Chris Webb
2008-11-03 20:24 ` Mads Martin Joergensen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.