[Mailman-Users] no publicly-advertised mailman mailing lists

Olav at OKvittem.priv.no Olav at OKvittem.priv.no
Sun Jul 16 11:49:41 CEST 2000


I complained : 
> When I access the http://freidig.idrett.no/mailman/listinfo/
> I get an errormessage : 'no publicly-advertised mailman mailing lists'.

I found a way to circumvent the problem by running the listinfo manually 
and create a htmlfile that would be cat'ed by a script replacing listinfo :

 #!/bin/sh
if test .$PATH_INFO = . ; then
  cat listinfo.html
else
  ./listinfo.orig
fi
exit 0


cheers Olav

> 
> If I use direct access I can see the list content and the archives.
> http://freidig.idrett.no/mailman/listinfo/o-folk
> 
> The option  Advertise i Options is set to Yes in the lists.
> The mailman/admin/ url shows the lists.
> 
> What could I do to make listinfo work ?
> 
> I run the ssript 'bin/update -h' by accident 
> - could that have done something bad ? 
> Make install did not make any difference.
> 
> regards Olav
> 
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://www.python.org/mailman/listinfo/mailman-users






More information about the Mailman-Users mailing list