瀏覽代碼

Subscription options

Bob Mottram 10 年之前
父節點
當前提交
441c7498a7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

@@ -1752,7 +1752,7 @@ function create_public_mailing_list {
1752 1752
   newaliases
1753 1753
 
1754 1754
   # subscribe the user to the list
1755
-  mlmmj-sub -L /var/spool/mlmmj/$PUBLIC_MAILING_LIST -a $MY_USERNAME@$DOMAIN_NAME
1755
+  mlmmj-sub -f -c -L /var/spool/mlmmj/$PUBLIC_MAILING_LIST -a $MY_USERNAME@$DOMAIN_NAME
1756 1756
 
1757 1757
   mailinglistrule $MY_USERNAME "$PUBLIC_MAILING_LIST" "$PUBLIC_MAILING_LIST"
1758 1758