
Hi,
The link normally at the footer of list messages, for example:
Unsubscribe: https://mail.python.org/mailman/options/mailman-users/ricardo%40americasnet....
Will send out a confirmation email and also takes the user to a user-specific version of the options page.
I'm trying to find, with no success, where the template for that output page is. It seems this might be a hardcoded output that uses the mailman.po text strings, but cannot have its overall content/layout be customized?
thanks Ricardo

Ricardo Kleemann wrote:
I'm trying to find, with no success, where the template for that output page is. It seems this might be a hardcoded output that uses the mailman.po text strings, but cannot have its overall content/layout be customized?
The output is built on the fly by the Mailman/Cgi/options.py script. Aside from the message "Your unsubscription request has been forwarded to the list administrator for approval." or "The confirmation email has been sent." as appropriate, the response is also the options login page, so you can't modify it without messing up it's function as the options login page.

Ok, thanks.
On Sat, Jan 18, 2014 at 1:49 PM, Mark Sapiro mark@msapiro.net wrote:
Ricardo Kleemann wrote:
I'm trying to find, with no success, where the template for that output page is. It seems this might be a hardcoded output that uses the mailman.po text strings, but cannot have its overall content/layout be customized?
The output is built on the fly by the Mailman/Cgi/options.py script. Aside from the message "Your unsubscription request has been forwarded to the list administrator for approval." or "The confirmation email has been sent." as appropriate, the response is also the options login page, so you can't modify it without messing up it's function as the options login page.
What about the template for confirmation? When clicking on the confirmation link (either subscribe or unsubscribe) from the email that is sent, it displays a page to confirm the request. And then once you click on the button to confirm, there's another page displayed which is like the confirmation results. Do those have templates?
Ricardo

On 01/18/2014 04:18 PM, Ricardo Kleemann wrote:
What about the template for confirmation? When clicking on the confirmation link (either subscribe or unsubscribe) from the email that is sent, it displays a page to confirm the request. And then once you click on the button to confirm, there's another page displayed which is like the confirmation results. Do those have templates?
No. They are all built from strings by Mailman/Cgi/confirm.py.
Note that any Mailman URL of the form http://www.example.com/mailman/xxx is processed by the script Mailman/Cgi/xxx.py
participants (2)
-
Mark Sapiro
-
Ricardo Kleemann