• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Mailman bug while deleting subscribtion

ThomasR

Basic Pleskian
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

  1. Create a subscription
  2. Add more than 25 Mailman mailing lists to this subscription
  3. Delete this subscription
  4. Check "/usr/lib/mailman/bin/list_lists -V DOMAIN.TLD": some mailing lists still exists
  5. Check psa.MailLists table: some mailing lists still exists
ACTUAL RESULT

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
and delete the records from the psa-database using
Code:
DELETE FROM psa.MailLists WHERE name='NAME_OF_THE_MAILMAN_LIST'
---------------------------------------------------------------
 
Thank you for detailed report.
I have reproduced it on test Plesk server and submitted request PPPM-1400 to developers.
 
Back
Top