* mlmmj <-> ezmlm
@ 2005-01-06 14:32 Mike Grice
2005-01-08 11:22 ` Mads Martin Joergensen
0 siblings, 1 reply; 2+ messages in thread
From: Mike Grice @ 2005-01-06 14:32 UTC (permalink / raw)
To: mlmmj
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
Hi there,
I've got a (potentially) tricky problem. We are moving our mail system
over to Exim from qmail, and one of the major blocks in our way is that
we have literally hundreds of mailing-lists set up using ezmlm. I found
out about this project during my search for a replacement.
What I want to know, and I'm praying that the answer is yes, is the
following.
Is there an easy (read: automated) way to convert an ezmlm mailing-list
and preserve its information to an mlmmj list? If this is the case, I
will be able to migrate our current lists over to mlmmj and all will be
good.
Any suggestions greatly appreciated!
Thanks,
Mike
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mlmmj <-> ezmlm
2005-01-06 14:32 mlmmj <-> ezmlm Mike Grice
@ 2005-01-08 11:22 ` Mads Martin Joergensen
0 siblings, 0 replies; 2+ messages in thread
From: Mads Martin Joergensen @ 2005-01-08 11:22 UTC (permalink / raw)
To: mlmmj
* Mike Grice <mike@mikegrice.com> [Jan 06. 2005 15:30]:
> Hi there,
>
> I've got a (potentially) tricky problem. We are moving our mail
> system over to Exim from qmail, and one of the major blocks in our way
> is that we have literally hundreds of mailing-lists set up using
> ezmlm. I found out about this project during my search for a
> replacement.
>
> What I want to know, and I'm praying that the answer is yes, is the
> following.
>
> Is there an easy (read: automated) way to convert an ezmlm
> mailing-list and preserve its information to an mlmmj list? If this
> is the case, I will be able to migrate our current lists over to mlmmj
> and all will be good.
There is none yet, but I don't think it will be that hard.
The subscribers will be handled by a bash loop something like this, you
should of course substitute withyour install paths etc.:
for ADDR in `/usr/local/bin/ezmlm-list /var/spool/ezmlm/NAME` ; do
/usr/local/bin/mlmmj-sub -L /var/spool/mlmmj/NAME -a $ADDR
done
It's getting too long since I touched ezmlm lists to remember the
settings flags, but I dunno if it wouldn't be better to sit down reading
TUNABLES and deciding freshly for each new list.
If you manage to create a nice script for this, I'll of course add it to
the contrib/ directory of mlmmj ;-)
--
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] 2+ messages in thread
end of thread, other threads:[~2005-01-08 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-06 14:32 mlmmj <-> ezmlm Mike Grice
2005-01-08 11:22 ` 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.