do_edit_list in wwsympa.fcgi needs to be patched to make sure that special list addresses can not be ued as list owner addresses. See https://labs.riseup.net/code/issues/2685 for more info
Need to test/port
=================
05_disable_latest_and_active_lists.patch
-----------------------------------------
we still need to disable listing of latest and active lists, since these operations still time out. We need to test this once we move to 6.2.32 on whimbrel since we can't repeat it on stilt with it's subset of data.
TODO; need to file a bug for this and press the issue upstream, fix patch name, reimplement based on 6.2.32
07_var-lock-subsys_missing_prevents_startup.patch
-------------------------------------------------
This fixes a bug in the init script for Debian Wheezy systems
Can probably drop this, but need to test.
08_2821_max_list_dispatch.patch
-------------------------------
Adds a feature to set hard limits on the size of lists that can send mail. This is controlled by max_list_dispatch and max_list_dispatch_from_subscriber. See https://labs.riseup.net/code/issues/2821 for more info.
TODO: Needs to be ported/open upstream issue.
09_1913_email_validation.patch
------------------------------
Adds configureable email validations provided by Email::Valid. See https://labs.riseup.net/code/issues/1913 for more info.
TODO: need to test that the new upstream way of doing things works, run list cleanup processes and then run it again a few months later and see if any invalid addresses show up.
11_1187_full_name_removeal.patch
--------------------------------
First part of removing Full Names from the sympa database. This patch removes the possibilit for users to change their names on the preferences page. See https://labs.riseup.net/code/issues/1187 for more info.
11_1187_full_name_removeal.2.patch
----------------------------------
The second part of removing fulle names from the sympa database. This patch removes the ability of list admins and owners from adding a name for the user from the 'Manage List Members' page. See https://labs.riseup.net/code/issues/1187 for more info.
OLDER, no longer needed/used
============================
03_disable_latest_and_active_lists.patch
----------------------------------------
rss requests to active_lists and latest_lists crash wwsympa. disable for now (should make a real patch one day)
Dropped, we prevent this in apache config now rather than patching.
10_3981_forbid_weak_passwords.patch
-----------------------------------
Adds configureable support for assuring the strength of users passwords. See https://labs.riseup.net/code/issues/3981 for more info.