Bob Mottram hace 10 años
padre
commit
63b6fc95c0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      install-freedombone.sh

+ 2
- 2
install-freedombone.sh Ver fichero

@@ -1139,7 +1139,7 @@ function folders_for_mailing_lists {
1139 1139
   echo 'LISTDIR=/home/$MYUSERNAME/Maildir/$MAILINGLIST' >> /usr/bin/mailinglistrule
1140 1140
 
1141 1141
   echo 'if ! [[ $MYUSERNAME && $MAILINGLIST && SUBJECTTAG ]]; then' >> /usr/bin/mailinglistrule
1142
-  echo '  mailinglistsrule [username] [mailinglistname] [subject tag]' >> /usr/bin/mailinglistrule
1142
+  echo '  echo "mailinglistsrule [username] [mailinglistname] [subject tag]"' >> /usr/bin/mailinglistrule
1143 1143
   echo '  exit 1' >> /usr/bin/mailinglistrule
1144 1144
   echo 'fi' >> /usr/bin/mailinglistrule
1145 1145
   echo 'if [ ! -d "$LISTDIR" ]; then' >> /usr/bin/mailinglistrule
@@ -1182,7 +1182,7 @@ function folders_for_email_addresses {
1182 1182
   echo 'PM=/home/$MYUSERNAME/.procmailrc' >> /usr/bin/emailrule
1183 1183
   echo 'LISTDIR=/home/$MYUSERNAME/Maildir/$MAILINGLIST' >> /usr/bin/emailrule
1184 1184
   echo 'if ! [[ $MYUSERNAME && $EMAILADDRESS && $MAILINGLIST ]]; then' >> /usr/bin/emailrule
1185
-  echo '  emailrule [username] [emailaddress] [mailinglistname]' >> /usr/bin/emailrule
1185
+  echo '  echo "emailrule [username] [emailaddress] [mailinglistname]"' >> /usr/bin/emailrule
1186 1186
   echo '  exit 1' >> /usr/bin/emailrule
1187 1187
   echo 'fi' >> /usr/bin/emailrule
1188 1188
   echo 'if [ ! -d "$LISTDIR" ]; then' >> /usr/bin/emailrule