[Mailman-Users] Not updating server URL on all lists

2003-01-25 Thread Ian Clarke
Hi, I recently moved my HTTP service from port 80 to port 8080.  I 
updated the DEFAULT_URL parameter in mm_cfg.py accordingly, however the 
results are somewhat peculiar - as can be seen from this URL:

  http://hawk.freenetproject.org:8080/mailman/listinfo/

You will notice that some of the links - eg. "Betatesters", "Web" have 
the correct URL, but others - eg. "devl" still use the old URL.  People 
have reported similar inconsistencies elsewhere too.

Can anyone help?

Ian.

-- 
Ian Clarkeian@[freenetproject.org|locut.us|cematics.com]
Latest Project  http://locut.us/
Personal Homepage   http://locut.us/ian/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Not updating server URL on all lists

2003-01-24 Thread Ian Clarke
Hi, I recently moved my HTTP service from port 80 to port 8080.  I 
updated the DEFAULT_URL parameter in mm_cfg.py accordingly, however the 
results are somewhat peculiar - as can be seen from this URL:

  http://hawk.freenetproject.org:8080/mailman/listinfo/

You will notice that some of the links - eg. "Betatesters", "Web" have 
the correct URL, but others - eg. "devl" still use the old URL.  People 
have reported similar inconsistencies elsewhere too.

BTW - we are using version 2.0.13-2 in Debian.

Can anyone help?

Ian.

-- 
Ian Clarkeian@[freenetproject.org|locut.us|cematics.com]
Latest Project  http://locut.us/
Personal Homepage   http://locut.us/ian/

--
Mailman-Users mailing list
[EMAIL PROTECTED]
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org



[Mailman-Users] Adding a new filter

2001-01-02 Thread Ian Clarke

I have created a new filter in the style of bowa-strip and am unsure of
how to use it for a mailing list.

Could someone let me know?

For your interest, I have copied the filter below - it is designed to
spamproof email addresses in emails forwarded to Usenet.

Ian.

--
# import gnu_public_license

import sys, __main__, string

input = sys.stdin.readlines()

for x in range(len(input)):
  if (string.find(input[x],"From") != -1):
input[x] = string.replace(input[x], "@", "@nospam.")

# __main__.mailman_text = string.join(input,'')
for x in input:
  print x



 PGP signature


[Mailman-Users] Can't log in as an administrator

2001-01-01 Thread Ian Clarke

Hi, I have just installed MailMan 2.0 on my Redhat 7.0 i686 system.  I
have configured everything, and all seems to be working well, except
that whenever I try to log in to any of the administraton pages for any
of the lists I have created, it says "Authentication failed" despite the
fact that I am convinced that I am using the correct password.  Even the
site-admin password doesn't work.

The "error" log is empty, nor are there any other logs (either in the
mailman log directory - or in /var/log/messages) that seem to shed light
on the problem.

Can anyone advise?

Many thanks,

Ian Clarke.

 PGP signature