All of lore.kernel.org
 help / color / mirror / Atom feed
* [mlmmj] proposal: sending list-archive as mbox?
@ 2011-03-15 20:54 Moritz Wilhelmy
  2011-03-16  3:04 ` Thomas Goirand
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Moritz Wilhelmy @ 2011-03-15 20:54 UTC (permalink / raw)
  To: mlmmj

Hi,

something I'd like to have as an extension to the listname+get-N@example.com
mechanism, which is rather cumbersome to use, would be a way to make mlmmj send
the whole archive as mbox, to have a flawless mail-only way to get archived
mails (I believe a MLM should be standalone and shouldn't depend on webstuff
for that matter).

Best regards,

Moritz


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

* Re: [mlmmj] proposal: sending list-archive as mbox?
  2011-03-15 20:54 [mlmmj] proposal: sending list-archive as mbox? Moritz Wilhelmy
@ 2011-03-16  3:04 ` Thomas Goirand
  2011-03-16  3:37 ` Ben Schmidt
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Goirand @ 2011-03-16  3:04 UTC (permalink / raw)
  To: mlmmj


----- Original message -----
> Hi,
> 
> something I'd like to have as an extension to the
> listname+get-N@example.com mechanism, which is rather cumbersome to use,
> would be a way to make mlmmj send the whole archive as mbox, to have a
> flawless mail-only way to get archived mails (I believe a MLM should be
> standalone and shouldn't depend on webstuff for that matter).

While getting all the archive at once is a good
idea, the mbox format isn't. IMHO, having each
post as a MIME attachement would be much better.

Thomas



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

* Re: [mlmmj] proposal: sending list-archive as mbox?
  2011-03-15 20:54 [mlmmj] proposal: sending list-archive as mbox? Moritz Wilhelmy
  2011-03-16  3:04 ` Thomas Goirand
@ 2011-03-16  3:37 ` Ben Schmidt
  2011-03-16  4:03 ` Thomas Goirand
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Ben Schmidt @ 2011-03-16  3:37 UTC (permalink / raw)
  To: mlmmj

On 16/03/11 7:54 AM, Moritz Wilhelmy wrote:
 > something I'd like to have as an extension to the listname+get-N@example.com
 > mechanism, which is rather cumbersome to use, would be a way to make mlmmj send
 > the whole archive as mbox, to have a flawless mail-only way to get archived
 > mails (I believe a MLM should be standalone and shouldn't depend on webstuff
 > for that matter).

Even in these days of massive mailbox sizes, isn't this going to quickly
exceed maximum message sizes that many servers will deliver or accept?

Ben.





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

* Re: [mlmmj] proposal: sending list-archive as mbox?
  2011-03-15 20:54 [mlmmj] proposal: sending list-archive as mbox? Moritz Wilhelmy
  2011-03-16  3:04 ` Thomas Goirand
  2011-03-16  3:37 ` Ben Schmidt
@ 2011-03-16  4:03 ` Thomas Goirand
  2011-03-16 15:18 ` Moritz Wilhelmy
  2011-03-16 15:34 ` Mark Alan
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Goirand @ 2011-03-16  4:03 UTC (permalink / raw)
  To: mlmmj


----- Original message -----
> Even in these days of massive mailbox sizes, isn't this going to quickly
> exceed maximum message sizes that many servers will deliver or accept?
> 
> Ben.

The problem might be individual message size, not
the overall mailbox size. My servers are set to
a limit of max 2MB per msg. So a nice configurable
message limit would solve it (send as multiple msg
if it exeed the limit).

Thomas



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

* Re: [mlmmj] proposal: sending list-archive as mbox?
  2011-03-15 20:54 [mlmmj] proposal: sending list-archive as mbox? Moritz Wilhelmy
                   ` (2 preceding siblings ...)
  2011-03-16  4:03 ` Thomas Goirand
@ 2011-03-16 15:18 ` Moritz Wilhelmy
  2011-03-16 15:34 ` Mark Alan
  4 siblings, 0 replies; 6+ messages in thread
From: Moritz Wilhelmy @ 2011-03-16 15:18 UTC (permalink / raw)
  To: mlmmj

Hi,

Well, I guess you're right, which inspired me to hack a little shellscript that
does this kind of archive creation.

I didn't implement the tar archiver (yet) because I don't need it.

http://paste.xinu.at/gcIq5/
consider it public domain.

It's actually quite hacky, but it works. The formail part is for From-escaping.
I'm going to run it via cronjob.


Best regards,

Moritz


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

* Re: [mlmmj] proposal: sending list-archive as mbox?
  2011-03-15 20:54 [mlmmj] proposal: sending list-archive as mbox? Moritz Wilhelmy
                   ` (3 preceding siblings ...)
  2011-03-16 15:18 ` Moritz Wilhelmy
@ 2011-03-16 15:34 ` Mark Alan
  4 siblings, 0 replies; 6+ messages in thread
From: Mark Alan @ 2011-03-16 15:34 UTC (permalink / raw)
  To: mlmmj

On Tue, 15 Mar 2011 21:54:27 +0100, Moritz Wilhelmy <ml+mmj@wzff.de>
wrote:

> use, would be a way to make mlmmj send the whole archive as mbox, to
> have a flawless mail-only way to get archived mails (I believe a MLM
> should be standalone and shouldn't depend on webstuff for that
> matter).

-1
Would rather like to see development time go into make a better MLM not
a better mail (un)archiver tool.

M.


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

end of thread, other threads:[~2011-03-16 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 20:54 [mlmmj] proposal: sending list-archive as mbox? Moritz Wilhelmy
2011-03-16  3:04 ` Thomas Goirand
2011-03-16  3:37 ` Ben Schmidt
2011-03-16  4:03 ` Thomas Goirand
2011-03-16 15:18 ` Moritz Wilhelmy
2011-03-16 15:34 ` Mark Alan

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.