Skip to content
Snippets Groups Projects
Commit 1c0b1213 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed #4323 [Mailman] False URL on the moderation page

parent 7d4ea754
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,9 @@ class mailman_plugin {
if(is_file('/var/lib/mailman/data/transport-mailman')) exec('postmap /var/lib/mailman/data/transport-mailman');
exec('nohup '.$conf['init_scripts'] . '/' . 'mailman reload >/dev/null 2>&1 &');
// Fix list URL
exec('/usr/sbin/withlist -l -r fix_url '.escapeshellcmd($data["new"]["listname"]));
$app->db->query("UPDATE mail_mailinglist SET password = '' WHERE mailinglist_id = ?", $data["new"]['mailinglist_id']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment