Mailman: set default list footer
Add links to the list archive and guidelines to the default footer. https://pagure.io/fedora-infrastructure/issue/6794
This commit is contained in:
parent
49a651e0d7
commit
0420cb5d0f
2 changed files with 14 additions and 0 deletions
roles/mailman
6
roles/mailman/files/mailman-generic-list-footer
Normal file
6
roles/mailman/files/mailman-generic-list-footer
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
_______________________________________________
|
||||||
|
$display_name mailing list -- $listname
|
||||||
|
To unsubscribe send an email to ${short_listname}-leave@${domain}
|
||||||
|
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
|
||||||
|
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
|
||||||
|
List Archives: ${hyperkitty_url}
|
|
@ -196,6 +196,14 @@
|
||||||
notify:
|
notify:
|
||||||
- restart mailman3
|
- restart mailman3
|
||||||
|
|
||||||
|
- name: set default list footer
|
||||||
|
copy: src=mailman-generic-list-footer
|
||||||
|
dest=/var/lib/mailman3/templates/site/en/list:member:generic:footer
|
||||||
|
owner=mailman group=mailman mode=0644
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- mailman
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Crontab
|
# Crontab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue