Changes

From SME Server
Jump to navigationJump to search
Line 260: Line 260:     
You can use the output to decide if the new DNSBL service is appropriate for your users, or if it is too aggressive.
 
You can use the output to decide if the new DNSBL service is appropriate for your users, or if it is too aggressive.
  <nowiki>f [ -z $DAYS ]; then DAYS=1; fi; \
+
  <nowiki>if [ -z $DAYS ]; then DAYS=1; fi; \
 
if [ -z $TESTBL ]; then TESTBL=zen.spamhaus.org; fi; \
 
if [ -z $TESTBL ]; then TESTBL=zen.spamhaus.org; fi; \
 
echo -n "Days of logfiles to scan [$DAYS]: "; read NEWDAYS; \
 
echo -n "Days of logfiles to scan [$DAYS]: "; read NEWDAYS; \

Navigation menu