r2: - any -> all arch
[spamassassin-cn.git] / debian / postinst
index ee11369..0fc4320 100755 (executable)
@@ -262,7 +262,8 @@ fi
 if getent passwd amavis >/dev/null 2>&1; then
   if [ -s ~amavis/.spamassassin/auto-whitelist ]; then
     echo "CN: Cleaning the Amavis auto-whitelist"
-    su -c '/usr/bin/check_whitelist --clean' - amavis >/dev/null 2>&1 
+    su -c '/usr/bin/check_whitelist --clean' - amavis >/dev/null 2>&1 \
+      || true
   fi
 fi