Re: [Mailman-Users] Customizing Mailman

2009-11-10 Thread Mark Sapiro
Kim Huff wrote:
 So, we would want anyone that signs up to go
into a queue and wait to be approved.


As Ralf said, you can do this totally withing Mailman via
subscribe_policy.


 The problem is. what URL does one use for to subscribe?
Is there a way for me to customize this page?  Most of my clients use Joomla
so I would need to make sure the subscription page can work within a Joomla
page.


The subscribe form is on the list's listinfo page. If you want to make
a custom form, see the FAQ at http://wiki.list.org/x/hIA9.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Customizing Mailman

2009-11-09 Thread Kim Huff
Hello everyone,

 

My name is Kim Huff and I am new to the list.  I have been using Mailman for
some time now but I know that I have barely tapped its full potential.  I
have my own dedicated server and on there I have a few of my clients using
the Mailman service.  Most of them would like to offer a way for their
possibly subscribers the ability to sign-up on line.  We want to be very
careful about this because we want to make sure people that do not belong to
the organization can sign up.  So, we would want anyone that signs up to go
into a queue and wait to be approved.  If there person truly is a part of
the group, we will have people that have those records and they can approve
or deny a request.  The problem is. what URL does one use for to subscribe?
Is there a way for me to customize this page?  Most of my clients use Joomla
so I would need to make sure the subscription page can work within a Joomla
page.

 

I do appreciate any help you can provide.  Unfortunately, I am kind of in a
time crunch so I hope everyone gets this message quickly.

 

Kim

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Customizing Mailman

2009-11-09 Thread Ralf Hildebrandt
* Kim Huff kimh...@huffamily.com:
 Hello everyone,
 
  
 
 My name is Kim Huff and I am new to the list.  I have been using Mailman for
 some time now but I know that I have barely tapped its full potential.  I
 have my own dedicated server and on there I have a few of my clients using
 the Mailman service.  Most of them would like to offer a way for their
 possibly subscribers the ability to sign-up on line.  We want to be very
 careful about this because we want to make sure people that do not belong to
 the organization can sign up.  So, we would want anyone that signs up to go
 into a queue and wait to be approved.  If there person truly is a part of
 the group, we will have people that have those records and they can approve
 or deny a request.  The problem is. what URL does one use for to subscribe?
 Is there a way for me to customize this page?  Most of my clients use Joomla
 so I would need to make sure the subscription page can work within a Joomla
 page.

Privacy options...

* [Subscription rules] 
What steps are required for subscription?
- Require approval OR
- Confirm and approve

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Customizing mailman to maintain history of unsubscriptions.

2008-05-30 Thread Bob001

Hello Experts,
Looking for guidance on this one.

How can we customize mailman to ensure that un-subscriptions are
automatically recorded. 

Once recorded, we also intent to customize subscribe function to
automatically ensure that they don't get re-subscribed.

If they explicitly ask for re-subscription, we can remove the record from
un-subscribed info db.

Other idea is to may be we can just customize it in a way so that we just
enable the user's noemail flag with 'A' ?

Any suggestions? Any patch available to achieve this functionality? 

Any better ideas to achieve this, please share.

- Regards,
Bob.

-- 
View this message in context: 
http://www.nabble.com/Customizing-mailman-to-maintain-history-of-unsubscriptions.-tp17503855p17503855.html
Sent from the Mailman - Users mailing list archive at Nabble.com.

--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Customizing mailman to maintain history of unsubscriptions.

2008-05-30 Thread Brad Knowles

On 5/29/08, Bob001 wrote:


 How can we customize mailman to ensure that un-subscriptions are
 automatically recorded.


They already are.  They're recorded in /usr/local/mailman/logs/subscribe.


 Once recorded, we also intent to customize subscribe function to
 automatically ensure that they don't get re-subscribed.


You need to make sure you understand why they're unsubscribed, 
however.  If you get unsubscribed due to excessive bounces caused by 
a short-term problem at  your ISP, should this prohibit you from ever 
being subscribed again?


And the automatic bounce handling system of Mailman is just one of 
many factors to consider.



 Any suggestions? Any patch available to achieve this functionality?


Check the patch system on sourceforge, but I would doubt it.

The key is going to be fully and completely understanding any of the 
various different reasons why a user was unsubscribed and putting 
that into the database, and knowing which of those kinds of 
transactions could be reversible and under what circumstances.


--
Brad Knowles [EMAIL PROTECTED]
LinkedIn Profile: http://tinyurl.com/y8kpxu
--
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=showamp;file=faq01.027.htp


[Mailman-Users] Customizing Mailman Messages

2006-07-20 Thread Karl Zander
  
We are interesting in customizing some of the messages 
Mailman generates back to members.  We would like to 
customize the message a non-member gets if they try to 
post.

The FAQ talks about how to customize a welcome message for 
an announcement list.
http://www.python.org/cgi-bin/faqw-mm.py?req=all#3.11

Can I use the same technique, but modify the approve.txt 
file?

Is it possible to customize the message on the monthly 
password reminder?  We would like to send not only the 
password but use it to remind members of posting policies.

--Karl
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Customizing Mailman Messages

2006-07-20 Thread Mark Sapiro
Karl Zander wrote:

The FAQ talks about how to customize a welcome message for 
an announcement list.
http://www.python.org/cgi-bin/faqw-mm.py?req=all#3.11

Can I use the same technique, but modify the approve.txt 
file?


Yes, see
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.048.htp


Is it possible to customize the message on the monthly 
password reminder?  We would like to send not only the 
password but use it to remind members of posting policies.


Yes, the template is cronpass.txt, but in this case, the message is not
for a specific list, so the modified template has to be in the
templates/site/lang directory/directories as described in FAQ 4.48.

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


Re: [Mailman-Users] Customizing Mailman

2003-11-10 Thread Vizi Szilard
Hello,

 actually trying to set up my first list but am having difficulty finding
 the option that I need. I want the list to be an announcement only list
 - the members won't be able to post, only mods/admins. Is there an
 option anywhere that will let me accomplish this?
The FAQ tells you the details:

http://www.python.org/cgi-bin/faqw-mm.py?req=all#3.11

Szilard Vizi
-
mailto:[EMAIL PROTECTED]

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


[Mailman-Users] Customizing Mailman

2003-11-09 Thread BedDestroyers.com
Hello,
 
I've just begun using Mailman and am already in love with it. :) I'm
actually trying to set up my first list but am having difficulty finding
the option that I need. I want the list to be an announcement only list
- the members won't be able to post, only mods/admins. Is there an
option anywhere that will let me accomplish this? 
 
I couldn't find a FAQ on it, so this is the first place I'm turning. If
you can offer any help, I'd appreciate it!

Thanks,
Chris
--
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: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Customizing Mailman

2003-10-04 Thread Richard Barrett
On Saturday, October 4, 2003, at 04:17  am, Allan Trick wrote:

Ah.  We're on 2.0.13!

I think I read that 2.1.2 is the latest stable release.  Has that 
now been upgraded to 2.1.3?

see:

http://sourceforge.net/project/showfiles.php?group_id=103


We just started using Mailman.  Is an upgrade from where I'm at to 
2.1.x going to be pretty straightforward?

Yes, if you are installing from source but do read the INSTALL and 
UPGRADE files carefully as there are some changes from 2.0.x to 2.1.x 
which can trip you up; new cron/qrunner organisation and revised mail 
aliases.

If you used some other method, RPM for instance, then check/search the 
mailman-users archives for problems/solutions for those installation 
methods.

Thx,

Allan

---
Richard Barrett   http://www.openinfo.co.uk
--
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: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Customizing Mailman

2003-10-03 Thread Allan Trick
I really like the way Mailman is configured 
here:  mail.python.org/mailman/listinfo/mailman-users.  Users can add their 
real name (optionally).  And when they change email addresses, it allows 
them to CHANGE, not unsub and resub (the way my own list works).  I'd like 
to add these two features to my installation.  Do I need to write the code 
to do that myself or has someone described how to do this somewhere?

Thanks for any help!

Allan Trick

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


Re: [Mailman-Users] Customizing Mailman

2003-10-03 Thread Allan Trick
Ah.  We're on 2.0.13!

I think I read that 2.1.2 is the latest stable release.  Has that now 
been upgraded to 2.1.3?

We just started using Mailman.  Is an upgrade from where I'm at to 2.1.x 
going to be pretty straightforward?

Thx,

Allan

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


[Mailman-Users] customizing mailman

2002-01-31 Thread Ben Kempner



How do youcustomize the colors, appearance, 
etc of mailman?

Thanks,
Ben


Re: [Mailman-Users] customizing mailman

2002-01-31 Thread Ashley M. Kirchner

Ben Kempner wrote:

 How do you customize the colors, appearance, etc of mailman?

Through the list admin interface.  Second column, third link:

Edit the HTML for the public list pages.

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.






--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] customizing mailman pages

2001-10-08 Thread Deepak K

Dear All,

I am a newbie to mailman. I have configured
mailman
version 2.0.6 in a RedHat 7.0 machine. I am quite
satisfied by the intial results. However, i have 
following questions

a) How i can change or edit the default page that
comes for each mailing list ( ie.
http://server-name/mailman/listinfo/listname). I need
to put my own images as footer instead of mailman and
gnu images which comes default as footer. Moreover, i
would like to add some more links in this default
page. 


b) I have developed a search option to
search the mail archives. but as of now, i am not able
to edit this default page so that i can inculde the
url for this search utility. Can anyone tell me how to
modify the default mailman page (
http://server-name/mailman/listinfo/listname) so that
i can inculde the search utility url here.

Any ideas as to how to do this.

Any constructive suggestions would be highly
appreciated.

Thanks
K.Deepak




__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] customizing mailman pages

2001-10-08 Thread Jon Carnes

Two ways to change the HTML pages used for Listinfo:
  Edit the page at its source, ~mailman/lists/listname/...
  Edit the page from the Admin interface, Edit the HTML for the public list
pages 

You want to get rid of the MM-Mailman-Footer at the end of the file and
replace it with html code that displays your icons, etc...
You really ought to leave some form of mailman tribute on your site though.
A lot of folks have worked fairly hard to bring you a really great product
and all they ask is a bit of recognition.

Jon Carnes
- Original Message -
From: Deepak K [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 08, 2001 11:51 PM
Subject: [Mailman-Users] customizing mailman pages


 Dear All,

 I am a newbie to mailman. I have configured
 mailman
 version 2.0.6 in a RedHat 7.0 machine. I am quite
 satisfied by the intial results. However, i have
 following questions

 a) How i can change or edit the default page that
 comes for each mailing list ( ie.
 http://server-name/mailman/listinfo/listname). I need
 to put my own images as footer instead of mailman and
 gnu images which comes default as footer. Moreover, i
 would like to add some more links in this default
 page.


 b) I have developed a search option to
 search the mail archives. but as of now, i am not able
 to edit this default page so that i can inculde the
 url for this search utility. Can anyone tell me how to
 modify the default mailman page (
 http://server-name/mailman/listinfo/listname) so that
 i can inculde the search utility url here.

 Any ideas as to how to do this.

 Any constructive suggestions would be highly
 appreciated.

 Thanks
 K.Deepak




 __
 Do You Yahoo!?
 NEW from Yahoo! GeoCities - quick and easy web site hosting, just
$8.95/month.
 http://geocities.yahoo.com/ps/info1

 --
 Mailman-Users maillist  -  [EMAIL PROTECTED]
 http://mail.python.org/mailman/listinfo/mailman-users


--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users