[Mailman-Users] Mailman + MhonArc problems

Marilyn Davis marilyn at deliberate.com
Thu Apr 24 19:12:03 CEST 2003


Look at that, I dropped a single-quote:

On Thu, 24 Apr 2003, Marilyn Davis wrote:

> Well, my solution wasn't so well tested.  I'm now running with a
> simpler solution:
> 
> ARCHIVE_TO_MBOX = 2
> PRIVATE_EXTERNAL_ARCHIVER = 'mhonarc -add -outdir /usr/local/mailman/archives/private/%(listname)s

And the end of that line should be a ' :

PRIVATE_EXTERNAL_ARCHIVER = 'mhonarc -add -outdir /usr/local/mailman/archives/private/%(listname)s'

I hope that's the last you hear from me on this subject.  :^)

Marilyn

> PUBLIC_EXTERNAL_ARCHIVER = PRIVATE_EXTERNAL_ARCHIVER
> ARCHIVE_SCRUBBER = 0
> ARCHIVER_OBSCURES_EMAILADDRS = 0
> PUBLIC_ARCHIVE_URL = 'http://%(hostname)s/archives/%(listname)s'
> 
> ---
> 
> And into my httpd.conf I added:
> 
> Alias /archives/ "/usr/local/mailman/archives/public/"
> 
> ---
> 
> But, I did this by hand:
> 
> ln /usr/local/mailman/archives/private/%(listname)s/maillist.html /usr/local/mailman/archives/private/%(listname)s/index.html
> 
> MHonArc expects to find maillist.html and mailman expects to find
> index.html.  Now both are happy in all circumstances.  Maybe this is more
> robust.
> 
> Marilyn
> 
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at 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/
> 
> This message was sent to: marilyn at deliberate.com
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/marilyn%40deliberate.com
> 





More information about the Mailman-Users mailing list