[Mailman-Users] Help with Customisation
Adam Giddens
adam at ukclubbing.com
Mon Jul 21 18:56:30 CEST 2003
That could be the problem.
Am I meant to be adding %(user_delivered_to)s ?
That doesn't appear to be working either, it still reports:
Warning: The following illegal substitution variables were found in the
msg_footer string: user_delivered_to
Your list may not operate properly until you correct this problem.
The footer both contains:
_______________________________________________
%(real_name)s mailing list
%(real_name)s@%(host_name)s
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
Email delivered to: %(user_delivered_to)s
Is that not right?
-----Original Message-----
From: Richard Barrett [mailto:R.Barrett at ftel.co.uk]
Sent: 21 July 2003 17:49
To: Adam Giddens
Cc: mailman-users at python.org
Subject: Re: [Mailman-Users] Help with Customisation
On Monday, July 21, 2003, at 04:11 PM, Adam Giddens wrote:
> Hi,
>
> I'm looking to include the recipients email address in emails and have
> included %(user_delivered_to) in the non-digest footer although it
> doesn't work.
You are adding '%(user_delivered_to)s' and not '%(user_delivered_to)'
aren't you? The latter is not correct string interpolation syntax for
Python.
> When I add it in it says that the variable isn't correct.
> The default %() tags do normally work although when I add the
> user_delivered_to tag it seems to break them all so they are all
> displayed in there %() states.
>
> Anyone have any ideas?
>
> Adam Giddens
> Music HQ Media
> T: 01923 431685
> F: 01923 431885
> E: <mailto:adam at ukclubbing.com> adam at ukclubbing.com
> All promo's and PR's to: 54 Clarendon Road, Watford, WD17 1DU
>
> http://www.ukclubbing.com <http://www.ukclubbing.com/>
> http://www.musichqmedia.com <http://www.musichqmedia.com/>
>
> Home of ukClubbing.com, Klub Knowledge Magazine & Sky Text Clubbers
> Guide P777
More information about the Mailman-Users
mailing list