Hi,
It looks like there is a bug in Plesk 11.5. If we remove a subscription which has more than 25 Mailman mailing lists, only the first 25 are deleted. The others remain on the server and in the psa database references to these mailinglists still exist in the MailLists-table.
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk Panel 11.5.30 Update #31 CentOS 6.5 (Final) (64-bit)
This is a container running on Parallels Virtuozzo 4.7.0
PROBLEM DESCRIPTION
After removing a subscription which has more than 25 Mailman mailing lists, only the first 25 are deleted. The others remain on the server and in the psa database references to these mailing lists still exist in the MailLists-table.
STEPS TO REPRODUCE
Only the first 25 mailing lists are deleted. The others remain on the server and in the psa database references to these mailing lists still exist in the MailLists-table.
EXPECTED RESULT
All mailing lists are deleted.
ANY ADDITIONAL INFORMATION
As a workaround you can delete the remaining mailinglists using
and delete the records from the psa-database using
---------------------------------------------------------------
It looks like there is a bug in Plesk 11.5. If we remove a subscription which has more than 25 Mailman mailing lists, only the first 25 are deleted. The others remain on the server and in the psa database references to these mailinglists still exist in the MailLists-table.
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Parallels Plesk Panel 11.5.30 Update #31 CentOS 6.5 (Final) (64-bit)
This is a container running on Parallels Virtuozzo 4.7.0
PROBLEM DESCRIPTION
After removing a subscription which has more than 25 Mailman mailing lists, only the first 25 are deleted. The others remain on the server and in the psa database references to these mailing lists still exist in the MailLists-table.
STEPS TO REPRODUCE
- Create a subscription
- Add more than 25 Mailman mailing lists to this subscription
- Delete this subscription
- Check "/usr/lib/mailman/bin/list_lists -V DOMAIN.TLD": some mailing lists still exists
- Check psa.MailLists table: some mailing lists still exists
Only the first 25 mailing lists are deleted. The others remain on the server and in the psa database references to these mailing lists still exist in the MailLists-table.
EXPECTED RESULT
All mailing lists are deleted.
ANY ADDITIONAL INFORMATION
As a workaround you can delete the remaining mailinglists using
Code:
/usr/lib/mailman/bin/rmlist -a NAME_OF_THE_MAILMAN_LIST
Code:
DELETE FROM psa.MailLists WHERE name='NAME_OF_THE_MAILMAN_LIST'