Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Helmo
ISPConfig 3
Commits
1c0b1213
Commit
1c0b1213
authored
May 08, 2018
by
Till Brehm
Browse files
Fixed
#4323
[Mailman] False URL on the moderation page
parent
7d4ea754
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/plugins-available/mailman_plugin.inc.php
View file @
1c0b1213
...
...
@@ -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'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment