|
@@ -1138,7 +1138,7 @@ function folders_for_mailing_lists {
|
1138
|
1138
|
echo 'PM=/home/$MYUSERNAME/.procmailrc' >> /usr/bin/mailinglistrule
|
1139
|
1139
|
echo 'LISTDIR=/home/$MYUSERNAME/Maildir/$MAILINGLIST' >> /usr/bin/mailinglistrule
|
1140
|
1140
|
|
1141
|
|
- echo 'if ! [[ $MYUSERNAME && $MAILINGLIST && SUBJECTTAG ]]; then' >> /usr/bin/mailinglistrule
|
|
1141
|
+ echo 'if ! [[ $MYUSERNAME && $MAILINGLIST && $SUBJECTTAG ]]; then' >> /usr/bin/mailinglistrule
|
1142
|
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
|