Quellcode durchsuchen

Subscription options

Bob Mottram vor 11 Jahren
Ursprung
Commit
441c7498a7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Datei anzeigen

1752
   newaliases
1752
   newaliases
1753
 
1753
 
1754
   # subscribe the user to the list
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
   mailinglistrule $MY_USERNAME "$PUBLIC_MAILING_LIST" "$PUBLIC_MAILING_LIST"
1757
   mailinglistrule $MY_USERNAME "$PUBLIC_MAILING_LIST" "$PUBLIC_MAILING_LIST"
1758
 
1758