[IF ! user->email]
|
[PARSE '/usr/local/sympa/bin/etc/wws_templates/loginbanner2.us.tpl']
|
|
[ENDIF]
New List Accounts:
To create a list account, fill out the
[IF escaped_init_email]
new list account form. If you want to create a new mail account,
socialtools can not provide one, please visit mail.riseup.net.
Logging In: When you login, specify your full email address.
If you don't have a password, or you forgot it,
[IF escaped_init_email]
you can have one sent to you
Subscribing: To subscribe to a list, send mail to
listname-subscribe@[conf->host], where listname is the name of the
list.
Unsubscribing:
To unsubscribe from a list, send mail to listname-unsubscribe@[conf->host],
where listname is the name of the list.
Alternately, you can login, click 'Your Subscriptions', click on the name of the list,
then click 'Unsubscribe'.
|
[FOREACH l IN which]
[IF l->admin]
|
[PARSE '/usr/local/sympa/bin/etc/wws_templates/button_header.tpl']
|
admin
|
[PARSE '/usr/local/sympa/bin/etc/wws_templates/button_footer.tpl']
[ELSE]
|
[ENDIF]
[l->NAME]@[l->host]
[l->subject]
|
| |
[END]
|