Re: [Mailman-Users] Mailman with MHonArc

2005-09-12 Thread Mark Sapiro
Elvis Fernandes wrote:

> I am trying to setup a discussion archival system, where the discussion 
>between users in a mail-list can be browsed on a webpage.
>On searching the web, it seems like MhonArc can do this.
> I have setup mailman, and can access the mail-lists using a browser.
>It seems that mailman is POP, and hence there is no inbox.
>Is that correct, or could someone tell me where is the file containing all 
>the emails for a mail-list?

Normally it is $prefix/archives/private/.mbox/.mbox


> Does anyone know if this mailman-MhonArc combination will work?

It will.

Visit the FAQ wizard
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
and search for mhonarc.

--
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=show&file=faq01.027.htp


Re: [Mailman-Users] Mailman with MHonArc

2005-09-12 Thread George A. Theall
On Mon, Sep 12, 2005 at 02:59:08PM -0700, Elvis Fernandes wrote:

>  Does anyone know if this mailman-MhonArc combination will work?

There are a couple of ways you can do this:

  - http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.004.htp
  - http://www.openinfo.co.uk/mm/index.html

I use Richard Barnett / OpenInfo's patches; they are easy to install
provided you follow the instructions and work perfectly. 

George
-- 
[EMAIL PROTECTED]


pgp1qdsiPwljc.pgp
Description: PGP signature
--
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=show&file=faq01.027.htp

Re: [Mailman-Users] Mailman with MHonArc

2005-09-13 Thread Brad Knowles
At 2:59 PM -0700 2005-09-12, Elvis Fernandes wrote:

>   I am trying to setup a discussion archival system, where the discussion
>  between users in a mail-list can be browsed on a webpage.
>  On searching the web, it seems like MhonArc can do this.

Mailman includes a built-in web archive system called Pipermail. 
Depending on precisely what you need, this may provide all the 
functionality you require, without needing an external third-party 
archiving solution.

-- 
Brad Knowles, <[EMAIL PROTECTED]>

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See  for more info.
--
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=show&file=faq01.027.htp


Re: [Mailman-Users] Mailman with MHonArc

2005-09-13 Thread Elvis Fernandes
All,
 Thanks for all yur help!
One more question:
I want to delete off a few old mailing lists.
I read the instructions at:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.031.htp
 On checking, I did not the variable OWNERS_CAN_DELETE_THEIR_OWN_LISTS in 
the /usr/local/mailman/Mailman/mm_cfg.py file.
 Is there a simple way to delete off the old mail lists. I not not need to 
archive any data from these old lists.
 Thanks
Elvis
 On 9/13/05, George A. Theall <[EMAIL PROTECTED]> wrote: 
> 
> > I guess my question is:
> > After using mhonarc to convert the inbox to html's, how do I get to 
> browse
> > them using internet explorer?
> 
> Mailman makes archives available using a URL such as:
> 
> http://$hostname/mailman/private/$listname/
> 
> If the list defined a public, then replace 'private' with 'public'
> above.
> 
> George
> --
> [EMAIL PROTECTED]
> 
> 
>
--
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=show&file=faq01.027.htp


Re: [Mailman-Users] Mailman with MHonArc

2005-09-13 Thread jaf19
To me, the problem with Pipermail is not what it does, but what it doesn't 
do.

Pipermail doesn't allow you to reverse the order of the postings, so readers 
have to scroll to the bottom of what is, in many cases, a large archive, 
doesn't show the name of the person posting, and doesn't date or date sort 
the entries. 

I too am looking at MhonArc as a possible solution, to work in tandem with 
Mailman, but am not proficient enough to install or configure. I'd like to 
hire someone for the task, if that is possible?

JF

On 9/13/05, Brad Knowles <[EMAIL PROTECTED]> wrote:
> 
> At 2:59 PM -0700 2005-09-12, Elvis Fernandes wrote:
> 
> > I am trying to setup a discussion archival system, where the discussion
> > between users in a mail-list can be browsed on a webpage.
> > On searching the web, it seems like MhonArc can do this.
> 
> Mailman includes a built-in web archive system called Pipermail.
> Depending on precisely what you need, this may provide all the
> functionality you require, without needing an external third-party
> archiving solution.
> 
> --
> Brad Knowles, <[EMAIL PROTECTED]>
> 
> "Those who would give up essential Liberty, to purchase a little
> temporary Safety, deserve neither Liberty nor Safety."
> 
> -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
> Assembly to the Governor, November 11, 1755
> 
> SAGE member since 1995. See  for more info.
> --
> 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/jaf19%40earthlink.net
> 
> Security Policy: 
> http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
> 



-- 
Jim Flanagan
--
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=show&file=faq01.027.htp


Re: [Mailman-Users] Mailman with MHonArc

2005-09-16 Thread Mark Sapiro
Elvis Fernandes wrote:

> Is there a simple way to delete off the old mail lists. I not not need to 
>archive any data from these old lists.

bin/rmlist --archives listname

--
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=show&file=faq01.027.htp