Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Edward Ned Harvey
> >By any chance, can you tell me a simple change, to fix the In-Reply-To > >problem? > > > Yes, it's very simple. See > coders/mailman/2.1/revision/1017>. Awesome. You're the best. :-) And I'm glad to see the other "bugfix" in there too, addition of "R

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Mark Sapiro
Edward Ned Harvey wrote: > >I am looking at the "&In-Reply-To=" of the email url. I know you said this >was a bug fixed in 2.1.10, however, due to selinux messing around with the >"apache" and "mailman" users' processes, I spent about a day or two trying >to build my own mailman unsuccessfully. I

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Edward Ned Harvey
> The '%' character is the leadin for interpolation in templates. Thus if > you want a literal % in a template, you have to double it - %%58%%20. Thanks, that's very helpful - Next question - I am looking at the "&In-Reply-To=" of the email url. I know you said this was a bug fixed in 2.1.10,

Re: [Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Mark Sapiro
Edward Ned Harvey wrote: >Hey, I'm not sure exactly what and how the escape sequences are getting >processed when generating an archived article out of article.html. > > > >I want to have something like this as the end result: > >Reply To: %(author_html)sHREF="mailto:%(email_url)s

[Mailman-Users] Formatting the html inside of article.html

2008-10-06 Thread Edward Ned Harvey
Hey, I'm not sure exactly what and how the escape sequences are getting processed when generating an archived article out of article.html. I want to have something like this as the end result: Reply To: %(author_html)shttp://mail.python.org/mailman/listinfo/mailman-users Mailma