aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use @ when accessing variables in templatesDan Fandrich2026-02-212-5/+5
| | | | | | Access without the @ symbol is the older method and is discouraged. This is the fifth batch of files.
* Use @ when accessing variables in templatesDan Fandrich2026-02-217-34/+34
| | | | | | Access without the @ symbol is the older method and is discouraged. This is the fourth batch of files.
* Protecting archives for critical listsMaat2024-10-241-1/+1
|
* Fix syntaxMaat2024-10-231-1/+1
|
* Add critical management for mailing listsMaat2024-10-231-0/+10
|
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-049-36/+36
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Use @ when accessing variables in templatesDan Fandrich2024-10-049-36/+36
| | | | Access without the @ symbol is the older method and is discouraged.
* Fix typos in commentsDan Fandrich2024-08-151-2/+2
| | | | This should result in no difference in configuration.
* Skip reply_to_header in Sympa list config when falseDan Fandrich2024-02-211-0/+2
| | | | | | | | | false means we don't want to add a Reply-To: header, which is Sympa's default, but writing this section causes a warning message: Bad entry "other_email false" for key "other_email", paragraph "reply_to_header" when running "sympa upgrade".
* Switch links to https: that are found in commentsDan Fandrich2024-01-251-1/+1
| | | | These are for use by humans only.
* sympa: update web confThomas Backlund2021-07-241-1/+2
|
* update sympa list definitionThomas Backlund2021-02-021-3/+4
|
* sympa: update conf for 6.2.42Thomas Backlund2019-06-291-2/+4
|
* re-add DKIM rewriting that got lost in 6.2.24 upgrade (mga#24452)Thomas Backlund2019-03-011-0/+3
|
* update sympa.conf for 6.2.30Thomas Backlund2018-03-301-0/+4
|
* lock down reviewThomas Backlund2018-03-291-1/+1
|
* fix list config reply_toThomas Backlund2018-03-151-2/+2
|
* fix reply_to_header list configThomas Backlund2018-03-151-4/+4
|
* updaate list configThomas Backlund2018-03-141-54/+50
|
* sympa: update list templateThomas Backlund2018-03-071-8/+8
|
* sympa: fix db hostThomas Backlund2018-03-061-1/+1
|
* sympa: add 6.2.24 configThomas Backlund2018-03-041-257/+574
|
* sympa: update for infra_6 ldap connectionsThomas Backlund2018-03-043-3/+8
|
* Fix sympa failures to talk to ldap server in other kinds of lists tooPascal Terjan2017-07-051-0/+1
|
* Fix sympa failures to talk to ldap serverPascal Terjan2017-06-291-0/+1
|
* sympa: fix typo in dmarc_protection_modeThomas Backlund2017-04-281-1/+1
|
* sympa: enable 'rewrite header for DKIM signed messages and DMARC rejecting ↵Thomas Backlund2017-04-281-1/+1
| | | | domains'
* sympa: Fix AddHandlerNicolas Lécureuil2017-04-201-1/+1
|
* Revert "sympa: Add ExecCGI and Fix loading home page"Nicolas Lécureuil2017-04-201-16/+0
| | | | This reverts commit d815bda9a0f03f4aeb33f4ad53b80764780d5cae.
* sympa: Add ExecCGI and Fix loading home pageNicolas Lécureuil2017-04-201-0/+16
|
* Fix use under apache 2.2Nicolas Lécureuil2017-04-202-2/+18
|
* Sympa: Comment obsolete parametersNicolas Lécureuil2017-04-181-5/+5
|
* Sympa: Adapt to apache 2.4Nicolas Lécureuil2017-04-181-2/+1
|
* Sympa: Adapt to apache 2.4Nicolas Lécureuil2017-04-181-2/+1
|
* fix up bugzilla ldap/pgsql_password variable lookupThomas Backlund2016-02-075-5/+5
|
* Revert lint fix on sympa auth.conf to get back login fields (mga#17009)Olivier Blin2015-11-071-0/+1
| | | | | | | | | | | | sympa does not seem to parse auth.conf properly if there is no extra newline at the end of file. Matching code in /usr/share/sympa/lib/Conf.pm: }elsif (/^\s*(ldap|cas|user_table|generic_sso)\s*$/io) { $current_paragraph->{'auth_type'} = lc($1); perlre man page says the following about the /o modifier in regexps: o - pretend to optimize your code, but actually introduce bugs
* lint fixes for sympaThomas Backlund2015-10-204-5/+1
|
* Add commented options to workaround problematic domains, will be available ↵Pascal Terjan2015-06-071-0/+4
| | | | when alamut runs mga5
* sympa: merge subscriber_moderated scenari into sender.restricted scenariNicolas Vigier2013-04-222-7/+6
|
* sympa: merge sender_email and sender_ldap_group scenariosNicolas Vigier2013-04-222-6/+6
| | | | So that it's possible to have both on one ML.
* sympa, lists: change sender_email parameter to an arrayNicolas Vigier2013-04-221-2/+4
|
* sympa: create scenario files by ML nameNicolas Vigier2013-04-223-12/+6
|
* update authentication_info_url valueNicolas Vigier2012-06-291-1/+1
|
* update wwsympa urlNicolas Vigier2011-10-221-1/+1
|
* fix redirect to avoid losing POST dataNicolas Vigier2011-10-221-1/+1
|
* fix URL without trailing slashNicolas Vigier2011-10-221-0/+1
|
* add rewrite rules on sympa for nicer URLs, and avoid cache problem on homepageNicolas Vigier2011-10-221-0/+3
|
* fix problem with lists custom_subjectNicolas Vigier2011-09-211-1/+1
|
* add header to the mail on the sympa, popular request asked onMichael Scherer2011-09-122-4/+1
| | | | | sysadmin. Disable previous commit since the xml file is used only when the ml is created ( and not used after anymore )
* add option to define custom_subjectNicolas Vigier2011-08-291-0/+3
|