Re: [Mailman-Users] Rejection notice substitution variables(member_moderation_notice)

2008-08-21 Thread Rodriguez Gomez Pedro
> 'options_url': mlist.GetOptionsURL(sender, obscure=True, absolute=True), It does the job, thanks again. Best Regards, Pedro _

Re: [Mailman-Users] Rejection notice substitution variables(member_moderation_notice)

2008-08-21 Thread Rodriguez Gomez Pedro
I'm afraid that even the new version ("Utils.wrap" after "text % d") has the same problem...I think the "post processing" that goes after the code in Moderate.py finds the percentage in "%40" (corresponding to the url encoding of "@" in the email address part of options_url) and it fails... Utils.

Re: [Mailman-Users] Rejection notice substitution variables(member_moderation_notice)

2008-08-21 Thread Rodriguez Gomez Pedro
particular issue, this one though seems to work. Best Regards, Pedro -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: 21 August 2008 02:04 To: Rodriguez Gomez Pedro; mailman-users@python.org Subject: Re: [Mailman-Users] Rejection notice substitution variables(member_moderation_no

[Mailman-Users] Rejection notice substitution variables (member_moderation_notice)

2008-08-20 Thread Rodriguez Gomez Pedro
Hi there!, I'm using Mailman 2.1.11 and in the context of defining the rejection notice for moderated members (member_moderation_notice) am trying to use substitution variables like: %(real_name)s %(web_page_url)s %(cgiext)s %(_internal_name)s or even if possible at all in that context : %(use

RE: [Mailman-Users] Changing the default archive pages

2004-02-12 Thread Rodriguez Gomez Pedro
Thanks! it works now Pedro Rodriguez Gomez -Original Message- From: Richard Barrett [mailto:[EMAIL PROTECTED] Sent: 12 February 2004 16:32 To: Rodriguez Gomez Pedro Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Changing the default archive pages On 12 Feb 2004, at 16:06, Rodriguez

[Mailman-Users] Changing the default archive pages

2004-02-12 Thread Rodriguez Gomez Pedro
Sorry, I forgot to say that I also tried to put the files in "$prefix/archives/private/test" and it didn't work either. Pedro Rodriguez Gomez -Original Message- From: Rodriguez Gomez Pedro Sent: 12 February 2004 16:02 To: '[EMAIL PROTECTED]' Subject: Changing

[Mailman-Users] Changing the default archive pages

2004-02-12 Thread Rodriguez Gomez Pedro
Hi, I am working with Mailman 2.1.3 and my problem is changing the "look and feel" of the Archive pages of every list in my system. I know that there is a folder with default templates "$prefix/template//", and inside this folder the files "article.html", "archidxfoot.html", "archidxhead.html