quotes
This commit is contained in:
parent
c1d5dbe97a
commit
05c2e120fe
|
@ -78,7 +78,7 @@ MUTTRC=/home/$MYUSERNAME/.muttrc
|
|||
PM=/home/$MYUSERNAME/.procmailrc
|
||||
|
||||
# Ignore if subject line contains text
|
||||
if [ $SUBJECT_TEXT ]; then
|
||||
if [ "$SUBJECT_TEXT" ]; then
|
||||
if ! grep -q "Ignore rule for $SUBJECT_TEXT" $PM; then
|
||||
echo "# Ignore rule for $SUBJECT_TEXT" >> $PM
|
||||
echo ":0" >> $PM
|
||||
|
|
Loading…
Reference in New Issue