Re: [Mailman-Users] Add and Removelist from .txt file

2006-07-26 Thread Mark Sapiro
Eric Oye wrote: > >But wat if i have lots of list in my >server. Is impossible for me to remove the members by entering the list name >one by one. > >bin/remove_members -f /path/to/textfile -n -N listname #!/bin/sh for list in `ls lists` do bin/remove_members -f /path/to/textfile -n -N $list done

Re: [Mailman-Users] Add and Removelist from .txt file

2006-07-26 Thread Catherine Maxwell
Try something like this: bin/remove_members -f /path/to/file --fromall -n -N That will remove members listed in the "/path/to/file" from "all lists" without sending user or admin acknowledgements. Hint1: Backup your lists. Hint2: Don't put your text file inside your /bin directory. You can

Re: [Mailman-Users] Add and Removelist from .txt file

2006-07-26 Thread Eric Oye
Thanks for the help, i had try the remove command you provide. It do help for removing members from list to list. But wat if i have lots of list in my server. Is impossible for me to remove the members by entering the list name one by one. bin/remove_members -f /path/to/textfile -n -N listname

Re: [Mailman-Users] Contemplating new installation

2006-07-26 Thread Brad Knowles
At 10:22 PM -0400 2006-07-26, Todd Zullinger wrote: >> They've done whatever they've done and didn't ask for any >> involvement from us. > > That doesn't seem entirely fair to the Red Hat/Fedora folks. John > Dennis of Red Hat very clearly solicited comment on these changes on > mailman-deve

Re: [Mailman-Users] Contemplating new installation

2006-07-26 Thread Todd Zullinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad Knowles wrote: > At 7:21 PM + 2006-07-26, Jon Loose wrote: [...] >> Second, my previous install of mailman was 2.1.x running under >> /usr/local/mailman. I note that the fedora installation already >> seems to have mailman files distribute

Re: [Mailman-Users] keep html & scrub attachments

2006-07-26 Thread Brad Knowles
At 3:00 PM +0100 2006-07-26, Stuart Wyles wrote: > how do you preserve html formatting in the original message, and at the > same time scrub any attachments, without the html being escaped? ie. I'm > wanting messages arriving both at a subscribers inbox, and in the archive, > to look like the

Re: [Mailman-Users] Contemplating new installation

2006-07-26 Thread Brad Knowles
At 7:21 PM + 2006-07-26, Jon Loose wrote: > The new project is a fedora core based server, purchased on a subscription. > It runs qmail by default, Ouch. >and has plesk running to give some web-based > admin. Double ouch. > Given the constraint that

Re: [Mailman-Users] Contemplating new installation

2006-07-26 Thread Mark Sapiro
Jon Loose wrote: > >First off, I've read that there are some unique issues with qmail/mailman. >Does this make installation significantly harder than with a postfix system >(it was as much as I could do to get the postfix/mailman system going - but >I'm willing to persevere!) What are the main

Re: [Mailman-Users] GID mismatch with Postfix on Fedora Core 5 install of mailman RPM

2006-07-26 Thread Mark Sapiro
Chris Lawson wrote: > >This is a good start, but you also have to read /usr/share/doc/ >mailman-2.1.8/INSTALL.REDHAT which tells you the directories mailman >uses in FC5 have changed. Where once they were installed in /usr/ >local/mailman, the binaries and what not are now in /usr/lib/mailman >

Re: [Mailman-Users] held-messages and discard

2006-07-26 Thread Mark Sapiro
Dave Stern wrote: >I have a several thousand files in $MM/data/held-msg-LISTNAME-XXX.pck >I presume these are spam or messages that have otherwise ended up >queued, perhaps waiting for admin approval. Not 'perhaps', definitely they are (or at least once were) held messages waiting for admin act

Re: [Mailman-Users] keep html & scrub attachments

2006-07-26 Thread Mark Sapiro
Stuart Wyles wrote: > >I'm >wanting messages arriving both at a subscribers inbox, and in the archive, >to look like the original message (html intact) with only difference from >the original being url's replacing attachments. I'm using Mailman 2.1.6 + >mhonarc. > >Is it possible? I can't seem

[Mailman-Users] Contemplating new installation

2006-07-26 Thread Jon Loose
Hi, I'm contemplating using mailman in a new system setup, and am hoping I could get a "heads up" warning about potential problems from the list before killing too much time on it. I have installed mailman before, using postfix on a redhat (ClarkConnect) server. It took a bit of fiddling with

[Mailman-Users] keep html & scrub attachments

2006-07-26 Thread Stuart Wyles
Apologies if this has been answered elsewhere how do you preserve html formatting in the original message, and at the same time scrub any attachments, without the html being escaped? ie. I'm wanting messages arriving both at a subscribers inbox, and in the archive, to look like the origina

Re: [Mailman-Users] Mailman and SpamAssassin

2006-07-26 Thread Brad Knowles
At 9:00 AM -0500 2006-07-26, Catherine Maxwell wrote: > I would like to hear feedback about any issues that may be caused by > using SpamAssassin on a Mailman server. Spam is getting out of > control and the spammers are hitting the listname-owner and > listname-request addresses hard. We need

[Mailman-Users] held-messages and discard

2006-07-26 Thread Dave Stern
I have a several thousand files in $MM/data/held-msg-LISTNAME-XXX.pck I presume these are spam or messages that have otherwise ended up queued, perhaps waiting for admin approval. I want to delete them so I > $MM/bin/discard $MM/data/heldmsg-somelist-4586.pck Discarded held msg #4586 for list som

Re: [Mailman-Users] Exporting Lists

2006-07-26 Thread Carl Zwanzig
In a flurry of recycled electrons, Aaron Oliver wrote: > Hopefully someone can help me out. The list server that is currently in >use in our organization has completely stopped sending e-mails. It has been >restarted several times and will no longer function like it should. What doesn't work

Re: [Mailman-Users] GID mismatch with Postfix on Fedora Core 5 install of mailman RPM

2006-07-26 Thread Chris Lawson
On Jul 26, 2006, at 6:00 AM, Todd wrote: > This isn't really an rpm issue. It's a difference between sendmail > and postfix. Postfix will execute the wrapper script using the group > of the alias file where the wrapper command is defined. Thank you for taking the trouble to explain something ev

Re: [Mailman-Users] Exporting Lists

2006-07-26 Thread Catherine Maxwell
The difference in the number of subscribers you retrieved may be that you only got the regular subscribers and not the digest, bounced, etc. addresses. You need to run the command again for them. The bounced addressed are separated as byuser, byadmin and bybounce (or something like that). The t

[Mailman-Users] Exporting Lists

2006-07-26 Thread Aaron Oliver
Hopefully someone can help me out. The list server that is currently in use in our organization has completely stopped sending e-mails. It has been restarted several times and will no longer function like it should. I need to export the e-mail lists to move to a more reliable and stable

Re: [Mailman-Users] http://server/mailman/admin/

2006-07-26 Thread Mark Sapiro
John Clement wrote: >If I browse to that URL on our current server it shows a list of lists. If >I go to the equivalent url on the new server (where I've already created >some lists) I'm setting up I get > >There currently are no publicly-advertised Mailman mailing lists on. > >however if I

Re: [Mailman-Users] changing Member Options or Import dumpdb

2006-07-26 Thread Mark Sapiro
Michael Menge wrote: > >I hit one smale mistake. The last , must not be there > >> >> mlist.language = { '[EMAIL PROTECTED]': 'll', >> '[EMAIL PROTECTED]': 'll', >> ... >> '[EMAIL PROTECTED]': 'll'}, > >mlist.language = { '[EMAIL PROT

[Mailman-Users] Mailman and SpamAssassin

2006-07-26 Thread Catherine Maxwell
I would like to hear feedback about any issues that may be caused by using SpamAssassin on a Mailman server. Spam is getting out of control and the spammers are hitting the listname-owner and listname-request addresses hard. We need to get this under control but we are getting mixed reviews her

[Mailman-Users] http://server/mailman/admin/

2006-07-26 Thread John Clement
If I browse to that URL on our current server it shows a list of lists. If I go to the equivalent url on the new server (where I've already created some lists) I'm setting up I get There currently are no publicly-advertised Mailman mailing lists on. however if I then add a list name to the