[Mailman-Users] Unsubscribe link on msg_footer

2009-12-17 Thread Andrea Cappelli
Hi list,
I would place in email footer the link to give possibility to the user
to unsubscribe (possibly directly, without insert the password)

I try to do this adding in msg_footer the following
Unsubscribe: %(user_optionsurl)s?password=%(user_password)
sunsub=1unsubconfirm=1

but Mailman (2.1.11 on Debian Lenny) said me that I can't use
user_optionsutl in this variable

There is any other way to do this?

Thank you

--
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] Running two list with same email prefix

2009-08-18 Thread Andrea Cappelli
Il giorno mer, 12/08/2009 alle 08.24 -0700, Mark Sapiro ha scritto:
 Andrea Cappelli wrote:
 This feature, but not necessarily this implementation, will be in MM 3.

Ok

 The main thing you need to do is arange for mail delivery
 (postfix-to-mailman.py in your case) to deliver mail addressed to
 l...@example.com, list-boun...@example.com, etc. and also
 list-bounces+...@example.com and list-confirm+...@example.com to the
 appropriate list-example.com list.

So I have to create the list with the original name plus a unique
trailing and after create mail alias and let postfix rewrite the
destination from the alias to the real name before passing the mail to
mailman, correct?

 Then the fun begins. If you want the 'correct' address in the List-*
 headers, etc., that's a patch. Probably just to
 MailList.getListAddress().
 
 If you are willing to use the list-example.com names for the web
 interface and elsewhere, that may be enough, but you will undoubtedly
 discover other things that need to be 'fixed'.

Thany you for the reply, I'll try and if i'll reach the goal i'll post
the solution here


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


[Mailman-Users] Running two list with same email prefix

2009-08-11 Thread Andrea Cappelli
Hi all,
I'm running a mail server with Debian Lenny, MTA is Postfix and i will
use postfix-to-mailma.py script to run list

I would set up Mailman for running mailing list with same email prefix
on different domains, obvious with different list names

For example we have ml.domain1.com and ml.domain2.net, i would like to
have

LISTADDRESS LISTNAME
t...@ml.domain1.com tech-ml.domain1.com
t...@ml.domain.2.nettech-ml.domain2.net

In this way i can have the same address on differente domains and
Mailman (my version is 2.1.11) can distinguish between lists because the
list name is different. The list name will be also used to access web
interface, so we have

http://ml.domain1.com/mailman/admin/tech-ml.domain1.com
http://ml.domain2.net/mailman/admin/tech-ml.domain2.net

Is possible to accomplish this task? Any idea?


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