140 likes | 255 Views
> I've been running Mailman as a test with a few lists and it works great. > I have a few lists that require automatic population from mail dumps. > Right now the list manager is PMDF that works from text-file lists so I. > have a simple perl script that parses the dump and populates the lists.
E N D
> I've been running Mailman as a test with a few lists and it works great.
> I have a few lists that require automatic population from mail dumps.
> Right now the list manager is PMDF that works from text-file lists so I
> have a simple perl script that parses the dump and populates the lists.
> Im assuming I'll be able to do the same thing in python and mailMan? The
> dump only populates existing lists, it won't need to create anything.
You're going to need to use $prefix/bin/add_members to do this. Just
run the program without any commandline options to see what you need
where userlist is a textfile containing a list of addresses to add.