[Mailman-Users] using subscribe in email subject to subscribe users?

2007-03-19 Thread JT
How do I configure mailman to accept subscribe email?

Is there a way to configure my Mailman version 2.1.9.cp2 (or is it already 
configured) so that I can have subscribers email my list with subscribe in 
the subject or body?

Thanks!
-traynor
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Newsgroup interface - prevention of spam transferfrom newsgroup to emails list

2007-03-19 Thread Mark Sapiro
David Beaumont wrote:

Very occasionally spam has been sent to the newsgroup which our mailman list
interfaces with.  The spam has then been uploaded to the email list and sent
out.  This can only get worse. We never get spam on our mailing list
normally because you have to be a member to email to it. Of course there is
no such restriction on the newsgroup.   Is there a simple way to restrict
postings picked up from the newsgroup to be from members of the email list
only?


See the thread at
http://mail.python.org/pipermail/mailman-users/2007-March/055915.html
for some info on this.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Which settings controls mailman email address disiplayed?

2007-03-19 Thread Ryan Golhar
Forgive me...I'm new to mailman and am having some trouble.  I know the
settings are in mm_cfg.py or data/sitelist.cfg but I can't seem to find
where.
 
I've set up mailman on a RedHat linux server, and created a mailing list.
My first problem is on the mainpage (http://xxx.xyz.edu/mailman/listinfo) it
says:
 
If you are having trouble using the lists, please contact
[EMAIL PROTECTED]
 
How do I change it from [EMAIL PROTECTED] to something else?  Where is
that setting stored?
 
Ryan
 
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Which settings controls mailman email addressdisiplayed?

2007-03-19 Thread Mark Sapiro
Ryan Golhar wrote:

Forgive me...I'm new to mailman and am having some trouble.  I know the
settings are in mm_cfg.py or data/sitelist.cfg but I can't seem to find
where.


Actually, data/sitelist.cfg does not control anything. It is a
suggested configuration for the site list (usually named mailman) as
the default settings often aren't appropriate for this list. It is
used as input to config_list as in

  bin/config_list -i data/sitelist.cfg mailman


I've set up mailman on a RedHat linux server, and created a mailing list.
My first problem is on the mainpage (http://xxx.xyz.edu/mailman/listinfo) it
says:
 
If you are having trouble using the lists, please contact
[EMAIL PROTECTED]
 
How do I change it from [EMAIL PROTECTED] to something else?  Where is
that setting stored?


This is the address of the site list. The message is built on the fly
by the Mailman/Cgi/listinfo.py script. There is no way to change it
short of modifying this code.

What you do is configure the site list so that mail to that address
goes where you want or produces an autoresponse with appropriate
information.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Which settings controls mailman email addressdisiplayed?

2007-03-19 Thread Ryan Golhar

 I've set up mailman on a RedHat linux server, and created a mailing 
 list. My first problem is on the mainpage 
 (http://xxx.xyz.edu/mailman/listinfo) it
 says:
  
 If you are having trouble using the lists, please contact 
 [EMAIL PROTECTED]
  
 How do I change it from [EMAIL PROTECTED] to something 
 else?  Where 
 is that setting stored?
 
 
 This is the address of the site list. The message is built on 
 the fly by the Mailman/Cgi/listinfo.py script. There is no 
 way to change it short of modifying this code.
 
 What you do is configure the site list so that mail to that 
 address goes where you want or produces an autoresponse with 
 appropriate information.
 

The problem I have with is that the address being displayed is non-existent
on the mail server.  The mailman system is installed on a web server thatis
separate from the mail server.  I want the contact to be the list owner of
the initial mailman mailing list ( step 9 from the installation
instructions).  

If modifying listinfo.py is the correct way to fix this, then that's what'll
do to fix it.

Ryan


--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman and forums

2007-03-19 Thread David Beaumont
Is there any software that provides or allows mailman to integrate with
forum software (by that I mean a web based method to view all posts by
thread etc..) And I don't mean the basic mailman archive which is pretty
basic.  Something more like 'Yahoo groups'.

Thanks

David

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Mailman and forums

2007-03-19 Thread Dragon
David Beaumont wrote:
Is there any software that provides or allows mailman to integrate with
forum software (by that I mean a web based method to view all posts by
thread etc..) And I don't mean the basic mailman archive which is pretty
basic.  Something more like 'Yahoo groups'.
 End original message. -

That is a commonly asked question around here, it comes up every 
month or so. It probably ought to be in the FAQ...

A quick perusal of the FAQ index at 
http://www.python.org/cgi-bin/faqw-mm.py?req=index shows that it is:

http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.026.htp



Dragon

~~~
  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Display error for 'members' page

2007-03-19 Thread Rick Pasotto
I'm running 2.1.9 under debian etch.

I tried to clone a member from the command line (something I've done
many times previously) but it failed with a NotAMemberError error. The
traceback indicated that the *new* address was the problem. Well, of
course the new address was not (yet) a member!

Anyway, now when I try to use the web interface the 'members' page won't
display. I get a 'Bug in Mailman' error.

I have other lists on this machine (different domains) and they still
work fine.

How do I fix the problem?

-- 
No one can make you feel inferior without your consent.
-- Eleanor Roosevelt
Rick Pasotto[EMAIL PROTECTED]http://www.niof.net
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Display error for 'members' page

2007-03-19 Thread Mark Sapiro
Rick Pasotto wrote:

I tried to clone a member from the command line (something I've done
many times previously) but it failed with a NotAMemberError error. The
traceback indicated that the *new* address was the problem. Well, of
course the new address was not (yet) a member!

Anyway, now when I try to use the web interface the 'members' page won't
display. I get a 'Bug in Mailman' error.


And what is the traceback from this error in Mailman's error log.


I have other lists on this machine (different domains) and they still
work fine.

How do I fix the problem?


http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.013.htp
may help.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Server migration question

2007-03-19 Thread Steve Burling
--On March 19, 2007 6:19:00 PM -0700 Mark Sapiro [EMAIL PROTECTED] wrote:

 Presumably the new installation is a 2.1.x installation, not 2.0.x, so
 you can't just move the queue entries because they're not compatible
 (in 2.1 there is a single .pck file per msg as opposed to the 2.0 .db
 and .msg files). IIRC, the incoming message is plain text in the .msg
 file, so using bin/inject on the new system to inject these into the
 'in' queue for the list, although tedious, may be easier than anything
 else. (with luck, the list is an addressee so you can get that from
 the .msg without having to get it from the metadata in the associated
 .db).

To which I reply:

It's interesting -- the old installation was a 2.1.4 install, so I don't 
know there are both a .db and a .msg file for each message.

At any rate, when I looked just now, there were 150 pairs of .db and .msg 
files, and all but one had been flagged as SPAM, so I used bin/inject with 
the one .msg file, and sh*t-canned the rest of the files.

Thanks for the confirmation that that was what I needed to do.

-- 
Steve Burlingmailto:[EMAIL PROTECTED]
University of Michigan, ICPSRVoice: +1 734 615.3779
330 Packard Street   FAX:   +1 734 647.8700
Ann Arbor, MI 48104-2910
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] How to move lists/subscribers to new machine?

2007-03-19 Thread Peter
I have an old installation (2.1.5) that I want to move to a new machine 
(running 2.1.8).  I was wondering how to go about moving the lists and 
subscribers over.  After that I will worry about the archives.

The first machine is running Mandrake Linux and the new machine is running 
OpenBSD 4.0.

Thanks to any responders,

Pedro
--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] How to move lists/subscribers to new machine?

2007-03-19 Thread Mark Sapiro
Peter wrote:

I have an old installation (2.1.5) that I want to move to a new machine 
(running 2.1.8).  I was wondering how to go about moving the lists and 
subscribers over.  After that I will worry about the archives.

The first machine is running Mandrake Linux and the new machine is running 
OpenBSD 4.0.


If you don't use a custom member adaptor, it is sufficient for list
settings and membership to move the lists/listname/config.pck file.

See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.004.htp
for more complete information.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp