Skip to content

exclusion_table might not be updated properly during "sympa.pl --upgrade"

David Verdin requested to merge github/fork/ikedas/issue-546 into sympa-6.2

Created by: ikedas

Upgrading from 6.1.11 or earlier, exclusion_table might not be updated properly.

Fixed by updating the table ---

  1. not according to list membership of user in user_exclusion field. Currently the lists in which the user is not subscribing are skipped.
  2. removing the rows with the name of list which does no longer exist. Currently Sympa reports that zero candidates for robot are there.

See also #546 (closed).

Merge request reports