[Mailman-Users] mailman with fetchmail, ISP smtp, blocked port 80

2007-03-16 Thread Nick Urbanik

Dear Folks,

I have just moved to a new ISP which blocks ports 80, 25 incoming.

I have hosted (and hope to continue to host) two mailing lists, which
worked fine till the change.

I also have access to a web server pointed to by dns A record
nicku.org on which I cannot install mailman, but on which I can
install redirects, use mod_rewrite, and configure apache on.  Postfix
listens on port 25 on www3.nicku.org and can send mail via ISP mail
server.  An MX record for nicku.org points to mail.nicku.org, which in
turn points as an A record to an email hosting service.
www3.nicku.org is the new address of this machine hosting mailman.

I would like to ask:
1. Any suggestions on a good way to configure mailman in this
  situation?  My current method (dns points to this machine,
  www3.nicku.org, apache listening on port 8080, redirect from remote
  nicku.org to www3.nicku.org:8080) seems not right yet; attempts to
  click on the "Submit All Data" button on the admindb page just
  return the same page, without any apparent action having taken place.
2. I am running fetchmail as root, with a .fetchmailrc as shown below.
  Does that look correct?  Any suggestions?
3. the /var/log/mailman/smtp-failure log shows multiple (failed)
  attempts to send mail to [EMAIL PROTECTED]; how do I
  persuade mailman to send to the correct address?
4. Are there any special settings I need for mailman to match this
  arrangement better?  Currently the changes to my mm_cfg.py are:
DEFAULT_URL_HOST   = 'www3.nicku.org:8080'
DEFAULT_EMAIL_HOST = 'nicku.org'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

Note that people access the web pages via
http://nicku.org/mailman/listinfo/camwest-discuss and
http://nicku.org/mailman/listinfo/camwest-announce.

set daemon 180
set syslog
set postmaster nicku
set no bouncemail
set no spambounce

poll mail.nicku.org proto pop3
   user user01 pass passwordxxx is nicku here
   user user02 pass passwordxxx is auser here
   user user03 pass passwordxxx is anotheruser here
   user user04 pass passwordxxx is mailman here
   user user05 pass passwordxxx is mailman-admin here
   user user06 pass passwordxxx is camwest-announce here
   user user07 pass passwordxxx is camwest-discuss here
   user user08 pass passwordxxx is camwest-announce-admin here
   user user09 pass passwordxxx is camwest-announce-bounces here
   user user10 pass passwordxxx is camwest-announce-confirm here
   user user11 pass passwordxxx is camwest-announce-join here
   user user12 pass passwordxxx is camwest-announce-leave here
   user user13 pass passwordxxx is camwest-announce-owner here
   user user14 pass passwordxxx is camwest-announce-request here
   user user15 pass passwordxxx is camwest-announce-subscribe here
   user user16 pass passwordxxx is camwest-announce-unsubscribe here
   user user17 pass passwordxxx is camwest-discuss-admin here
   user user18 pass passwordxxx is camwest-discuss-bounces here
   user user19 pass passwordxxx is camwest-discuss-confirm here
   user user20 pass passwordxxx is camwest-discuss-join here
   user user21 pass passwordxxx is camwest-discuss-leave here
   user user22 pass passwordxxx is camwest-discuss-owner here
   user user23 pass passwordxxx is camwest-discuss-request here
   user user24 pass passwordxxx is camwest-discuss-subscribe here
   user user25 pass passwordxxx is camwest-discuss-unsubscribe here

where userxx is the username configured on the email hosting service,
to which dns A record mail.nicku.org points.

I will be grateful for any suggestions.
--
Nick Urbanikhttp://nicku.org[EMAIL PROTECTED]
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24


pgp9ZxbR13CpQ.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

[Mailman-Users] Authenticate mailman subscribers to wiki

2005-10-29 Thread Nick Urbanik
Dear Folks,

I'm sorry if this has been answered elsewhere, but my search through
the archives hasn't turned anything up yet.

I want to use the same email address and passwords used by mailman to
authenticate users of an Apache 2.x driven web site to particular web
pages.  In particular, I thought I'd set up some Moinmoin wikis for
mailman subscribers for corresponding lists to be able to edit.

Any pointers to how to go about that?  Can mailman easily export/make
available its email addresses and passwords for use by Apache?
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgphyPf65F7wu.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

[Mailman-Users] htdig search patch #444884: What symlinks are required?

2005-02-24 Thread Nick Urbanik
Dear Folks,

I have built a mailman RPM for FC3 as mentioned earlier.  It seems to
be working except for this item on
http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103
(the htdig patch #444884).

On that page it is written:

This patch integrates htdig with Mailman and provides:

[snip]

5. automatic creation, deletion and maintenance of htdig configuration
files and such. Beyond installing htdig and telling Mailman where it
is via mm_cfg you do not have to do any other setup. Well not quite
you do have to set up a single per installation symlink to allow htdig
to find the automatically generated per list htdig configuration
files.

THE QUESTION: What symlinks are required from what to where?

Sorry to be such an idiot, but I really haven't worked it out yet, and
would really appreciate some further hints.  I'm new to mailman and
htdig administration.
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgp25U3GU8Eb8.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] FC3 RPM with htdig patches available.

2005-02-24 Thread Nick Urbanik
Dear Folks,

On Thu, Feb 24, 2005 at 05:04:34PM +1100, Nick Urbanik wrote:
> And this is not clear to me (from
> http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103):
> 
> 5. automatic creation, deletion and maintenance of htdig configuration
> files and such. Beyond installing htdig and telling Mailman where it
> is via mm_cfg
> 
> [ How should I do that? ]

I see: I add these lines to ~mailman/Mailman/mm_cfg.py

HTDIG_HTSEARCH_PATH = '/usr/bin/htsearch'
HTDIG_RUNDIG_PATH = '/usr/bin/rundig'
USE_HTDIG = 1# 0 - don't use integrated htdig, 1 - use it
> 
> you do not have to do any other setup. Well not quite you do have to
> set up a single per installation symlink to allow htdig to find the
> automatically generated per list htdig configuration files.
> 
> [ a symlink from what to where? ]

I still don't understand what this means.  I would be grateful for any
help.
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgpQbQcg3Xg0I.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] htdig-2.1.5-0.1.patch mismatches

2005-02-24 Thread Nick Urbanik
Hello Sythos,

On Thu, Feb 24, 2005 at 11:02:00AM +0100, Sythos wrote:
> Do you have applied the patch requested as dependencies for HTDIG patch
> BEFORE apply HTDIG patch?

I didn't at first, as you could see from the first email I sent in
this thread, to which you replied.  But I did as soon as Mark Sapiro
pointed out that I should.  And the RPM has the two patches applied in
the correct order (otherwise it wouldn't build).
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgpqfevCkJEiu.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] FC3 RPM with htdig patches available.

2005-02-23 Thread Nick Urbanik
Dear Folks,
On Thu, Feb 24, 2005 at 04:41:00PM +1100, Nick Urbanik wrote:
> Dear Folks,
> 
> I have now built an RPM for FC3 incorporating both patches at
> http://nicku.org/ftp/contrib/mailman-2.1.5-30.fc3.1nu.src.rpm and
> http://nicku.org/ftp/contrib/mailman-2.1.5-30.fc3.1nu.i386.rpm.  Am
> about to test it.

Well, it's not quite right yet; there is no search box that I can
see.

And this is not clear to me (from
http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103):

5. automatic creation, deletion and maintenance of htdig configuration
files and such. Beyond installing htdig and telling Mailman where it
is via mm_cfg

[ How should I do that? ]

you do not have to do any other setup. Well not quite you do have to
set up a single per installation symlink to allow htdig to find the
automatically generated per list htdig configuration files.

[ a symlink from what to where? ]

Grateful for your help in this.
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgpbLZ9DRaTyK.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

[Mailman-Users] FC3 RPM with htdig patches available.

2005-02-23 Thread Nick Urbanik
Dear Folks,

On Wed, Feb 23, 2005 at 08:42:57PM -0800, Mark Sapiro wrote:
> Nick Urbanik wrote:
> >
> >When I unpacked
> >tar xvzf /home/nicku/RPM/SOURCES/mailman-2.1.5.tgz
> >and applied the htdig patch, I found many things did not quite fit.
> >Is some other patch a prerequisite or do I just need to manually mess
> >with this to make it fit?
> 
> 
> Yes.
> 
> Patch
> 
> [ #444879 ] Archive indexer control to improve indexing
> 
> is prerequisite to
> 
> [ #444884 ] Integration of Mailman & htdig for archive search

Thank you.  I have now built an RPM for FC3 incorporating both patches
at http://nicku.org/ftp/contrib/mailman-2.1.5-30.fc3.1nu.src.rpm and
http://nicku.org/ftp/contrib/mailman-2.1.5-30.fc3.1nu.i386.rpm.  Am
about to test it.
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgpMwZNElVz2w.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

[Mailman-Users] htdig-2.1.5-0.1.patch mismatches

2005-02-23 Thread Nick Urbanik
Dear Folks,

When I unpacked 
tar xvzf /home/nicku/RPM/SOURCES/mailman-2.1.5.tgz
and applied the htdig patch, I found many things did not quite fit.
Is some other patch a prerequisite or do I just need to manually mess
with this to make it fit?

$ zcat /home/nicku/RPM/SOURCES/htdig-2.1.5-0.1.patch.gz | patch -p1
patching file INSTALL
patching file INSTALL.htdig-mm
patching file INSTALL.htdig-mm.html
patching file Mailman/Archiver/HyperArch.py
Hunk #2 succeeded at 607 (offset -2 lines).
Hunk #3 FAILED at 727.
Hunk #4 succeeded at 744 (offset -6 lines).
Hunk #5 succeeded at 821 with fuzz 1 (offset -4 lines).
1 out of 5 hunks FAILED -- saving rejects to file 
Mailman/Archiver/HyperArch.py.rej
patching file Mailman/Cgi/htdig.py
patching file Mailman/Cgi/mmsearch.py
patching file Mailman/Cgi/private.py
patching file Mailman/Cgi/remote-mmsearch
patching file Mailman/Cgi/remote_mmsearch
patching file Mailman/Defaults.py.in
Hunk #1 FAILED at 1235.
Hunk #2 succeeded at 1232 with fuzz 2 (offset -17 lines).
1 out of 2 hunks FAILED -- saving rejects to file Mailman/Defaults.py.in.rej
patching file Mailman/Queue/ArchRunner.py
patching file Makefile.in
patching file bin/Makefile.in
patching file bin/blow_away_htdig
patching file bin/check_perms
patching file configure
patching file configure.in
patching file cron/Makefile.in
patching file cron/crontab.in.in
patching file cron/nightly_htdig
patching file cron/remote_nightly_htdig
patching file cron/remote_nightly_htdig.pl
patching file cron/remote_nightly_htdig_noshare
patching file src/Makefile.in
patching file templates/da/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/en/TOC_htsearch.html
patching file templates/en/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/en/archtocnombox.html
Hunk #1 succeeded at 10 (offset -1 lines).
patching file templates/en/htdig.html
patching file templates/en/htdig_access_error.html
patching file templates/en/htdig_auth_failure.html
patching file templates/en/htdig_conf.txt
patching file templates/fr/archtoc.html
Hunk #1 succeeded at 11 (offset -1 lines).
patching file templates/hr/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/hu/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/it/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/it/archtocnombox.html
Hunk #1 succeeded at 10 (offset -1 lines).
patching file templates/ja/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/lt/archtoc.html
Hunk #1 succeeded at 11 (offset -1 lines).
patching file templates/no/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/no/archtocnombox.html
Hunk #1 succeeded at 10 (offset -1 lines).
patching file templates/pl/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/pt/archtoc.html
Hunk #1 succeeded at 13 (offset -1 lines).
patching file templates/ro/archtoc.html
Hunk #1 succeeded at 13 (offset -1 lines).
patching file templates/ru/archtoc.html
Hunk #1 succeeded at 11 (offset -1 lines).
patching file templates/sl/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/tr/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
patching file templates/uk/archtoc.html
Hunk #1 succeeded at 12 (offset -1 lines).
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgpkbQCex3DBC.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] How Change "English (USA)" to "English"?

2004-12-14 Thread Nick Urbanik
On Tue, Dec 14, 2004 at 04:40:11PM -0800, Mark Sapiro wrote:
> Nick Urbanik wrote:
> >
> >mailman-2.1.5-26 on FC3.
> >$ echo $LANG
> >en_AU.UTF-8
> 
> Do you just want to change the name of the language from "English
> (USA)" to "English" or do you want to create a new translation from US
> English to Australian English :-) ?

Well, I might tackle the latter if the urge takes me!

> Do do the former, you could put
> 
> add_language('en','English',   'us-ascii')
> 
> or if you prefer
> 
> add_language('en','English',   'utf-8')

Are there any caveats with using utf-8 instead of us-ascii?

> in mm_cfg.py.

Thank you.
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgprrWgVRkcbl.pgp
Description: PGP signature
--
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/

[Mailman-Users] Maximum attachment size limit?

2004-12-14 Thread Nick Urbanik
Dear Folks,

What is the largest attachment size allowed?  Can a limit be imposed?

I have
$ sudo /usr/lib/mailman/bin/config_list -o - mailing-list-name | grep -i max
# Maximum length in kilobytes (KB) of a message body.  Use 0 for no
max_message_size = 40

Does max_message_size limit the size of the entire message, including
attachments?
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgp0dqBqy8evN.pgp
Description: PGP signature
--
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/

[Mailman-Users] How Change "English (USA)" to "English"?

2004-12-14 Thread Nick Urbanik
Dear Folks,

In the mailing list subscription page, we see:

Which language do you prefer to display your messages?   English (USA)

I do not know how to change this.  It is not appropriate here in
Australia.  How do we change this?

On the languages administrative page, the only English option is
"English (USA)".  There are about 26 other non-English languages
listed there.

mailman-2.1.5-26 on FC3.
$ echo $LANG
en_AU.UTF-8
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgpe02y24hmBb.pgp
Description: PGP signature
--
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/

[Mailman-Users] Redirect subscription requests to announce list?

2004-12-05 Thread Nick Urbanik
Dear Folks,

Subscription requests to an existing newsletter are managed manually.
I am proposing to host this as a Mailman list on this machine.
However, the existing setup requires that users send an email to a
particular existing email address on another existing machine over
which I have no administrative control, though simple sysadmin requests
may be supported.

The existing email address is used for other purposes too.  If an
email to this address has a subject or body containing the word
"SUBSCRIBE", it should be subscribed.

Can anyone suggest any techniques to implement a smooth transition?
I'm happy to write some Perl (sorry, not Python yet!) to solve this if
anyone has any suggestions.
-- 
Nick Urbanik   RHCE   http://nicku.org  nicku(at)nicku.org
Proud ex-member of Dept. of Information & Communications Technology in
Hong Kong IVE (Tsing Yi), Home of Visual Paradigm: Jolt Productivity
Award winner, programmed by ICT's own graduates!
GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24ID: BB9D2C24


pgp3efz2X4Viz.pgp
Description: PGP signature
--
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/