Re: [Mailman-Users] add_members

2006-02-26 Thread Allan Hansen
Thank you, Patrick, but I do need the subscriber names in the lists. Cutting them out would not work. Using bin/list_members, Perl and bin/sync_members lets me do what I need to do. I was just wondering about the apparent inability of add_members to accept names. The help for the command does not i

Re: [Mailman-Users] How to stop these Non-sense mails?

2006-02-26 Thread Patrick Bogen
On 2/26/06, Jim Popovitch <[EMAIL PROTECTED]> wrote: > Get some good spam prevention software. Also make sure that your MTA is > properly validating who is sending you email (check for thinks like > reverse DNS lookups, RBL listings, SPF, DKIM, etc). Jim's presented you with what is basically the

Re: [Mailman-Users] add_members

2006-02-26 Thread Patrick Bogen
I don't know the answer, but you could always use a bit of perl glue to convert the first format to something add_members will understand more readily... If I knew what the second part was, I'd offer a script to do so. As a stopgap, you can get just a list of addresses by: cat | cut -d'<' -f 2 |

[Mailman-Users] add_members

2006-02-26 Thread Allan Hansen
Problem: list_members -f -o generates a file of members in the following format: name_of_subscriber sync_members -f takes a file of members in the above format. add_members -r crashes with a traceback when given a file in the above format. The crash appears to happen

Re: [Mailman-Users] How to stop these Non-sense mails?

2006-02-26 Thread Jim Popovitch
Get some good spam prevention software. Also make sure that your MTA is properly validating who is sending you email (check for thinks like reverse DNS lookups, RBL listings, SPF, DKIM, etc). -Jim P. Kabilan L wrote: > Hai > > I am getting lot spam-mails.The following are the examples. >

[Mailman-Users] How to stop these Non-sense mails?

2006-02-26 Thread Kabilan L
Hai I am getting lot spam-mails.The following are the examples. How can i stop these things!!! From: [EMAIL PROTECTED] on Sun Feb 26 21:34:01 2006 Subject: Stocks That Rock Cause: Post by non-member to a members-only list From: [EMAIL PROTECTED] on Sun Feb 26 21:58:59 2006 Subject: S0FT C1

Re: [Mailman-Users] Multiple mailing lists

2006-02-26 Thread Ed
<> I would agree, Mark. BlueHost.com allows me 100 Lists, if that helps! Ed -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Sear

Re: [Mailman-Users] Multiple mailing lists

2006-02-26 Thread Mark Sapiro
Nigel Ridley wrote: > >So now I just have to figure out my next move -- I would really like >about 10 or 12 mailing lists for the different languages -- is that >possible if I can install Mailman in my 'own space'? There is no fixed limit to the number of lists a Mailman installation can suppor

Re: [Mailman-Users] Restricting Members Posts

2006-02-26 Thread Mark Sapiro
Michael Rainey wrote: > >I am working with Mailman 2.14 w/CP where I can set mod flag off for self, >but with to leave mod flag on for all and use "Approved: which I >am somehow not doing or have not set correctly. Do you mean 2.1.4? If you mean 2.0.14, the only way to do this is with an actual

Re: [Mailman-Users] virtual host in subscribe url

2006-02-26 Thread Mark Sapiro
Robin Rowe wrote: > >Just wondering, isn't it a bug that by default virtual hosts Mailman >namespaces collide? Why should it be considered normal to require a >patch to support virtual hosts properly? In the web pages you referred >me to there's some griping that cpanel was slow to share the pat

Re: [Mailman-Users] Can't Delete Corrupt Subscriber Address

2006-02-26 Thread Allan Hansen
If you maintain people's names on the list, then the same procedure can be used to remove someone based on some string in the name, in case you know the name but not the address (I often get such requests): bin/list_members -f | grep -e ""| wc bin/list_members -f | grep -v -e "" > bin/list_mem

Re: [Mailman-Users] virtual host in subscribe url

2006-02-26 Thread Robin Rowe
Mark, Thank you! Excellent answer. You're right that it was formerly cpanel. Just wondering, isn't it a bug that by default virtual hosts Mailman namespaces collide? Why should it be considered normal to require a patch to support virtual hosts properly? In the web pages you referred me to the

Re: [Mailman-Users] Can't Delete Corrupt Subscriber Address

2006-02-26 Thread Mark Sapiro
Tim wrote: >This should be in the FAQ. > >At 07:43 AM 2/26/2006, Allan Hansen wrote: >>How about: >> >>bin/list_members -f |grep -v -e "[EMAIL PROTECTED]" > >>bin/sync_members -f The FAQ has been updated. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Ba

Re: [Mailman-Users] Multiple mailing lists

2006-02-26 Thread Nigel Ridley
Mark Sapiro wrote: > Nigel Ridley wrote: > >>I read the documentation: >>http://www.gnu.org/software/mailman/mailman-install/index.html >>and it looks pretty complicated (and I'm not sure if I could do all of >>what is required on my hosted website). > > > > Usually, one does not have sufficie

Re: [Mailman-Users] Restricting Members Posts

2006-02-26 Thread Michael Rainey
I have just gone thru same process following FAQ 3.11 and found all works except one very important, i.e how an ³approved² sender as in FAQ3.11 "A more secure alternative" work. I am working with Mailman 2.14 w/CP where I can set mod flag off for self, but with to leave mod flag on for all and u

Re: [Mailman-Users] Multiple mailing lists

2006-02-26 Thread Mark Sapiro
Nigel Ridley wrote: > >I read the documentation: >http://www.gnu.org/software/mailman/mailman-install/index.html >and it looks pretty complicated (and I'm not sure if I could do all of >what is required on my hosted website). Usually, one does not have sufficient access to a hosted server to ins

Re: [Mailman-Users] Resetting usenet watermark?

2006-02-26 Thread Steven Haigh
Excellent - this worked like a charm. Thanks :) On Mon, February 27, 2006 2:45 am, Mark Sapiro wrote: > Steven Haigh wrote: >>Feb 26 23:50:02 2006 (2757) melbwireless watermark: 37 >> >>As the newsgroups were reset, the watermark is obviously incorrect. >>Is there a way to reset this watermark so

Re: [Mailman-Users] Resetting usenet watermark?

2006-02-26 Thread Mark Sapiro
Steven Haigh wrote: >Feb 26 23:50:02 2006 (2757) melbwireless watermark: 37 > >As the newsgroups were reset, the watermark is obviously incorrect. >Is there a way to reset this watermark so that the system starts >gating news correctly again? You can use bin/withlist to manipulate the list att

Re: [Mailman-Users] Restricting Members Posts

2006-02-26 Thread Mark Sapiro
Ashif Zubair wrote: > >On the documentation its written that in the privacy options page, i >can find the option of disabling of posting of subscribers except >Moderators and Administrator... I don't know what documentation you're looking at, but perhaps you are misinterpreting it. See

Re: [Mailman-Users] virtual host in subscribe url

2006-02-26 Thread Mark Sapiro
Robin Rowe wrote: >Configuring Mailman with Postfix and virtual domains. On old sever that >someone else set up for me the subscribe path was: > > http://mydomain.com/mailman/subscribe/announce_mydomain.com > >On new site I configured it is: > > http://mydomain.com/mailman/subscribe/announce >

Re: [Mailman-Users] Can't Delete Corrupt Subscriber Address

2006-02-26 Thread Tim
Excellent! Worked like a charm. This should be in the FAQ. Thanks much! Tim At 07:43 AM 2/26/2006, Allan Hansen wrote: >How about: > >bin/list_members -f |grep -v -e "[EMAIL PROTECTED]" > >bin/sync_members -f > >Allan > > > >>Tim wrote: >>> >>>We have a subscriber address that has /t on th

[Mailman-Users] Resetting usenet watermark?

2006-02-26 Thread Steven Haigh
Hi all, I've just copied my mailman configs from one system to another, and after reinstalling innd on a private news server, I'm now getting the following in the logs: Feb 26 23:50:02 2006 (2757) rgsouthern: [0..0] Feb 26 23:50:02 2006 (2757) nothing new for list rgsouthern Feb 26 23:50:02 2

Re: [Mailman-Users] Can't Delete Corrupt Subscriber Address

2006-02-26 Thread Allan Hansen
How about: bin/list_members -f |grep -v -e "[EMAIL PROTECTED]" > bin/sync_members -f Allan >Tim wrote: >> >>We have a subscriber address that has /t on the end of it ([EMAIL >>PROTECTED]/t) which can only be seen when dumping the lists config file. The >>subscriber address looks normal [

[Mailman-Users] Multiple mailing lists

2006-02-26 Thread Nigel Ridley
Hi, I read the documentation: http://www.gnu.org/software/mailman/mailman-install/index.html and it looks pretty complicated (and I'm not sure if I could do all of what is required on my hosted website). I have a website with a Mailman list (using cpanel - which came with the hosting plan) and

[Mailman-Users] Restricting Members Posts

2006-02-26 Thread Ashif Zubair
Hi, I am using Mailman Ver: 2.1.6 I want to make my Mailing list a newsletter subscription type service.. where the Subscriber can not post.. On the documentation its written that in the privacy options page, i can find the option of disabling of posting of subscribers except Moderators and

[Mailman-Users] virtual host in subscribe url

2006-02-26 Thread Robin Rowe
Configuring Mailman with Postfix and virtual domains. On old sever that someone else set up for me the subscribe path was: http://mydomain.com/mailman/subscribe/announce_mydomain.com On new site I configured it is: http://mydomain.com/mailman/subscribe/announce Is this merely a change acro