summaryrefslogtreecommitdiff
path: root/mailman/mklist.inc
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-11-11 09:57:04 +0100
committerJonas Smedegaard <dr@jones.dk>2010-11-11 09:57:04 +0100
commit001307c578431cedf5b4e495109145ca3c04da4b (patch)
treed56e2b95c2d7ae5fab27c0845791c46719b58053 /mailman/mklist.inc
parent50be5f7c0f3d5b245da0c9ab640b6e86e8a612ea (diff)
parent87d53b78b69cd9ff5deeabf3dbd172374b8c3461 (diff)
Merge branch 'master' of git://source.jones.dk/local-COMMON
Conflicts (manually resolve): mailman/mklist.inc
Diffstat (limited to 'mailman/mklist.inc')
-rw-r--r--mailman/mklist.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/mklist.inc b/mailman/mklist.inc
index 6323a21..65281f4 100644
--- a/mailman/mklist.inc
+++ b/mailman/mklist.inc
@@ -28,7 +28,7 @@ mklist() {
if ! echo "$existinglists" | grep -q "^$list\$"; then
newlist -l "$lang"${urlhost:+ -u "$urlhost"}${emailhost:+ -e "$emailhost"} -q "$list" "$owner" "`gpw | head -n 1`"
fi
- LISTNAME="$list" LISTDESC="$desc" LISTOWNER="$owner" "$sharedir/mklist.pl" "$skeldir/$type.$lang.py" > "$list.py"
+ LISTNAME="$list" LISTDESC="$desc" LISTOWNER="$owner" ${emailhost:+LISTHOST="$emailhost"} "$sharedir/mklist.pl" "$skeldir/$type.$lang.py" > "$list.py"
config_list -i "$cfgdir/$list.py" "$list"
config_list -o "$cfgdir/$list.py" "$list"
}