[Mailman-Users] footer, recipient email

2002-08-20 Thread Steve Lee

Hello,

I've been looking all over the net, 
the list archives about trying to make
a footer in the email say somthing like 
this.

http://www.foo.com/cgi-bin/unsub.cgi?[EMAIL PROTECTED]


I've looked at the footer section in the Regular-member
menu of the admin section, tried to add that above
but i need to dynamically put the [EMAIL PROTECTED] of
the recipient of the email.   

looking at it looks like the you can use %(attribute)s
i tried  %(email)s   but no luck.

any help will be helpful..

Thanks again.



--
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] footer, recipient email

2002-08-20 Thread Richard Barrett

At 10:07 20/08/2002 -0700, Steve Lee wrote:
Hello,

I've been looking all over the net,
the list archives about trying to make
a footer in the email say somthing like
this.

http://www.foo.com/cgi-bin/unsub.cgi?[EMAIL PROTECTED]


I've looked at the footer section in the Regular-member
menu of the admin section, tried to add that above
but i need to dynamically put the [EMAIL PROTECTED] of
the recipient of the email.

looking at it looks like the you can use %(attribute)s
i tried  %(email)s   but no luck.

any help will be helpful..

Thanks again.

Mailman chunks mail being redistributed to a list's members, sending the 
same body to multiple recipients with a single SMTP transaction, for 
efficiency reasons. This isn't amenable to per recipient customization of 
the message as you appear to want.

Unless someone knows better (and tells us how) I think you need to find an 
alternative solution to your problem.


--
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] footer, recipient email

2002-08-20 Thread Steve Lee

thanks for the reply.

so there is no way to do this. damn.



On Tue, 20 Aug 2002, Richard Barrett wrote:

 At 10:07 20/08/2002 -0700, Steve Lee wrote:
 Hello,
 
 I've been looking all over the net,
 the list archives about trying to make
 a footer in the email say somthing like
 this.
 
 http://www.foo.com/cgi-bin/unsub.cgi?[EMAIL PROTECTED]
 
 
 I've looked at the footer section in the Regular-member
 menu of the admin section, tried to add that above
 but i need to dynamically put the [EMAIL PROTECTED] of
 the recipient of the email.
 
 looking at it looks like the you can use %(attribute)s
 i tried  %(email)s   but no luck.
 
 any help will be helpful..
 
 Thanks again.
 
 Mailman chunks mail being redistributed to a list's members, sending the 
 same body to multiple recipients with a single SMTP transaction, for 
 efficiency reasons. This isn't amenable to per recipient customization of 
 the message as you appear to want.
 
 Unless someone knows better (and tells us how) I think you need to find an 
 alternative solution to your problem.
 
 
 --
 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 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/