Re: [Mailman-Users] mailman help

2016-01-13 Thread Mark Sapiro
On 01/13/2016 11:52 AM, mark wrote:
> Hi all,
> is there a way of setting some one subscription for a month then it be
> deleted after that time unless told not to
> mark.


Not within Mailman, but if you have server access you could set a cron
to run bin/remove_members.

That might be practical for a one time thing, but it's probably too
cumbersome for a continuous stream of "trial subscriptions".

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mailman help

2016-01-13 Thread mark

Hi all,
is there a way of setting some one subscription for a month then it be 
deleted after that time unless told not to

mark.
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mailman help

2009-07-28 Thread AliS Q8
dear sir,

can you help me with mailman mail list ?

how can I export my member list from mailman mail list to txt file ? 

thanks again for your help 

Ali 
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] mailman help

2009-07-28 Thread Mark Sapiro
AliS Q8 wrote:

how can I export my member list from mailman mail list to txt file ? 


See the FAQ at http://wiki.list.org/x/aYA9.

-- 
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
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Mailman help

2005-08-04 Thread Jim Tittsler
On Aug 4, 2005, at 13:11, [EMAIL PROTECTED] wrote:

 I switched hosting companies and my new company  does not
 support mailman. My database files are still there but I cannot access
 mailman.. I need to get my list transfered to a txt file but not  
 sure how to do  it..
 Mailman is disable so all i have is the files in the file manager...

The easiest way is to install Mailman somewhere and then use the  
list_members tool.

Alternatively, you could recover the subscriber email addresses  
fairly easily just by using Python on your local computer to open the  
pickled copy of the list configuration.  Something like (meaning,  
untested mail client code :-):

import cPickle
m = cPickle.load(open('config.pck', 'rb'))
for member in m['members']:
 print member
for digestmember in m['digest_members']:
 print digestmember


-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman



--
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] Mailman help

2005-08-04 Thread Brad Knowles
At 12:11 AM -0400 2005-08-04, [EMAIL PROTECTED] wrote:

  have a question.. I switched hosting companies and my new company  does not
  support mailman. My database files are still there but I cannot access
  mailman.. I need to get my list transfered to a txt file but not sure how
  to do  it..

Try the list_members command.  Read more about it at 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.009.htp.

-- 
Brad Knowles, [EMAIL PROTECTED]

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.

 -- Benjamin Franklin (1706-1790), reply of the Pennsylvania
 Assembly to the Governor, November 11, 1755

   SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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] Mailman help

2005-08-03 Thread ArtistSeries
have a question.. I switched hosting companies and my new company  does not 
support mailman. My database files are still there but I cannot access  
mailman.. I need to get my list transfered to a txt file but not sure how to do 
 it.. 
Mailman is disable so all i have is the files in the file manager... The  
addresses are still there but scrambled... Again the config files are still  
there I just need to figure out how to get the info into a txt file...  


Thanks

--
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] Mailman Help, Please.

2004-12-16 Thread Jessica Martin
Greetings,

I am currently installing Mailman on my server, and I am 99% done
installing the prrogram.

Yet there is one issue I can't figure out.

After a user subscribes to my list, their confirmation email is titled:

confirm f3c5203ffc20dca387f3d1528edcaf34a6251e03 or something similiar
in the Subject field of the email.

How can I customize the text of this To subscription confirmation email?

On a similar note, how can I customize the actual text of the To
subscription confirmation email as well?

Thank you in advance for your help.

Sincerely,
Jessica




--
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/


Re: [Mailman-Users] Mailman Help, Please.

2004-12-16 Thread Mark Sapiro
Jessica Martin wrote:

Yet there is one issue I can't figure out.

After a user subscribes to my list, their confirmation email is titled:

confirm f3c5203ffc20dca387f3d1528edcaf34a6251e03 or something similiar
in the Subject field of the email.

How can I customize the text of this To subscription confirmation email?


There is a parameter you can set in mm_cfg.py

VERP_CONFIRMATIONS = Yes

Currently this only affects invitations, not subscription request
confirmations.

For invitations, it changes

Subject: confirm 4ddb7163459cbaed6c1055e2bad937e8fbf40126
From: [EMAIL PROTECTED]

to

Subject: You have been invited to join the Test_2 mailing list
From: [EMAIL PROTECTED]

I think that currently the only way to get this for confirmations is to
hack the code.


On a similar note, how can I customize the actual text of the To
subscription confirmation email as well?

The subscription confirmation is a template named verify.txt. See the
FAQ
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py

Article 4.48 for information on installing modified templates on a
per-list, per-virtual domain or site wide basis.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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] Mailman Help.

2004-09-16 Thread info
Hello,
I have a reseller account and they have pre-installed mailman software.  I enjoy using 
your software and just about got to grips with it.

How would i be able to create something that i can add on my website so people can 
subscribe to the list by adding there email address?

I want something like a simple textbox then a button saying subscribe and 
unsubscribe.  Is this possible at all?  Please let me know.

Regards
Gaurav Malhotra
--
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] mailman - help

2004-09-16 Thread Roseli Ribeiro
Please, I don't Kwon how to do mailman send me an error message, when it
doesn't send a message for all  addresses of the list. I need to know
who doesn't received the message.
Thank you
Roseli


--
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/


Re: [Mailman-Users] Mailman Help.

2004-09-16 Thread Mark Sapiro
Gaurav Malhotra wrote:

How would i be able to create something that i can add on my website so people can 
subscribe to the list by adding there email address?


Visit the FAQ at
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
and read article 4.33

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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/


Re: [Mailman-Users] mailman - help

2004-09-16 Thread Mark Sapiro
Roseli Ribeiro wrote:

Please, I don't Kwon how to do mailman send me an error message, when it
doesn't send a message for all  addresses of the list. I need to know
who doesn't received the message.
Thank you
Roseli

See the mailman bounce log (normally at $prefix/logs/bounce but
possibly changed by assignment to LOG_DIR in mm_cfg.py)

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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] mailman - help

2004-09-13 Thread Roseli Ribeiro
Please, I don't Kwon how to do mailman send me an error message, when it

doesn't send a message for all  email addresses of the list. I need to
know
who doesn't received the message.
Thank you
Roseli




--
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] Mailman help needed asap!

2004-08-04 Thread NRC PRODUCTIONS
How do I save my mailing list for my personal use and back up? I own the 
list. I can see the names listed but I can't save them to a ttext file. 
Please help!
DJ A.P.
NRC Productions / AV8 Records
Tech.Nitions
www.nrcproductions.com
www.technitions.com
--
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/


Re: [Mailman-Users] Mailman help needed asap!

2004-08-04 Thread Brad Knowles
At 4:02 PM -0400 2004-08-03, NRC PRODUCTIONS wrote:
 How do I save my mailing list for my personal use and back up? I own
 the list. I can see the names listed but I can't save them to a ttext file.
	The command-line programs detailed in 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.009.htp 
may be of interest to you.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
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/


RE: [Mailman-Users] Mailman help

2004-02-26 Thread Garner, Kelly Jo
http://www.list.org/docs.html

--
Kelly Jo Garner
web coordinator, OUP-USA
[EMAIL PROTECTED]
http://www.oup.com/us

 -Original Message-
 From: Butler Jackie [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, February 24, 2004 3:17 PM
 To: [EMAIL PROTECTED]
 Subject: [Mailman-Users] Mailman help
 
 
 Need immediate assistance in setting up and administrating Mailman. 
 
 Just pick up a server that had it but doesn't work. Please advise. 
 
  
 
 Jackie D. Butler II 
 BTAS, Inc. 
 Senior Network Engineer/Facility Security Officer 
 MCSE, MCSA A+ Certified 
 Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
 3572 Dayton-Xenia Road, Suite 210 
 Beavercreek, OH 45432 
 Voice: (937) 431-9431 
 Fax: (937) 431-9413 
 www.btas.com http://www.btas.com/  
 
  
 
 --
 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/garnerk%4
0oup-usa.org

--
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] Mailman help

2004-02-25 Thread Butler Jackie
Need immediate assistance in setting up and administrating Mailman. 

Just pick up a server that had it but doesn't work. Please advise. 

 

Jackie D. Butler II 
BTAS, Inc. 
Senior Network Engineer/Facility Security Officer 
MCSE, MCSA A+ Certified 
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
3572 Dayton-Xenia Road, Suite 210 
Beavercreek, OH 45432 
Voice: (937) 431-9431 
Fax: (937) 431-9413 
www.btas.com http://www.btas.com/  

 

--
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] Mailman help

2003-02-11 Thread Tommy McPherson
Can mailman be used to have a send only - list serve from a computer 
that is not online 24/7 but is on line most of the time?  What is the 
downside to having the computer off line 12 hours or so a day?

Tommy


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


Re: [Mailman-Users] Mailman help

2003-02-11 Thread Matthew Davis
* Tommy McPherson ([EMAIL PROTECTED]) wrote:
 Can mailman be used to have a send only - list serve from a computer 
 that is not online 24/7 but is on line most of the time?  What is the 
 downside to having the computer off line 12 hours or so a day?

Yes.  Check the FAQ.  There is a post-only or newletter style setup in
there.  And not having the mail server off-line 12+ hours will work, but its
inconsiderate to the other mail server admins on the net.  What your doing
is letting mail to be delivered to your host backup on others servers.

But its your call.  If that's all you can do, that's all you can do.  If
your not a high traffic server, it shouldn't be too much trouble.  But some
servers send a bounce message after 4 hours of the message not being
delivered.  So thoes can get annoying if your down 4+ hours at a time.

--
Matthew Davis
http://dogpound.vnet.net/

In computer science, we stand on each other's feet.  - Brian Reid

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