Thanks again for your guidance, Mark.

There is one last thing, I tried to subscribe to a mailing list and I
put the Subscription rules as "Confirm only". The problem is there's no
email sent to me after I click the button "Subscribe".

Furthermore, when I send and email to [EMAIL PROTECTED] and
put the title as "Testing", there is no email received by all the
subscribers?

Any idea?



Best Regards,
 
Ong, Hai Seong
IC Design CAD Tools System Engineer
Research and Development
Navigation Products Division
Avago Technologies (M) Sdn Bhd
Direct Line: 6-04-610-2824
Email: [EMAIL PROTECTED]
 
 

-----Original Message-----
From: Mark Sapiro [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 27, 2006 11:53 AM
To: ONG,HAI-SEONG
Cc: mailman-users@python.org
Subject: RE: [Mailman-Users] Question regarding Mailman

ONG,HAI-SEONG wrote:
>
>I have created the public directories in the archives and it works well
>now, but however when I clicked on "List Archives", it will go to the
>link http://mail.mys.avagotech.net/pipermail/venus (venus is one of the
>mailing list), the error is "Forbidden...you don't have permission to
>access /pipermail/venus/ on this server".


Assuming Apache, you may need to add the FollowSymLinks option to the
archives/public/ directory or you may need to add o+x to the
permissions on archives/private/. See the apache error log for
possible additional info.


>One more thing is that how may I change every subscriber email from
>[EMAIL PROTECTED] to [EMAIL PROTECTED]


Without a knowledge of Python and Mailman to create a withlist script,
see 'bin/list_members --help' and 'bin/clone_member --help'.
Basically, you can use bin/list_members to make a list of the members,
edit that to delete all the non [EMAIL PROTECTED] addresses then edit
further to create lines like

bin/clone_member -r [EMAIL PROTECTED] [EMAIL PROTECTED]

and run that as a shell script.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better 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&amp;file=faq01.027.htp

Reply via email to