summaryrefslogtreecommitdiff
path: root/mailman/mklist.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/mklist.pl')
-rwxr-xr-xmailman/mklist.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/mklist.pl b/mailman/mklist.pl
index e1c2d06..7893ad7 100755
--- a/mailman/mklist.pl
+++ b/mailman/mklist.pl
@@ -21,9 +21,9 @@ $listhost = $ENV{'LISTHOST'} or die "LISTHOST missing";
$senders = $ENV{'SENDERS'} or die "SENDERS missing";
$senderfilters = $ENV{'SENDERFILTER'} || $ENV{'SENDERFILTERS'} || ''
or warn "Ignoring missing SENDERFILTER(S)";
-$listowners = $ENV{'LISTOWNER'} || $ENV{'LISTOWNERS'}
+$listowners = $ENV{'LISTOWNERS'} || "'$ENV{'LISTOWNER'}'"
or die "LISTOWNER(S) missing";
-$moderators = $ENV{'MODERATORS'} || '';
+$moderators = $ENV{'MODERATORS'} || "'$ENV{'MODERATOR'}'";
while (<>) {
# Replace keywords - except in comments