db_seen u config za rbl
[postfix-cn.git] / debian / config
index 21c6760..e6bc1d9 100755 (executable)
@@ -5,7 +5,12 @@ set -e
 # Load debconf
 . /usr/share/debconf/confmodule
 
+if dpkg --compare-versions "$2" lt 2.3.8-5; then
+  db_fset postfix-cn/rbl seen false
+  db_go
+fi
 db_input high postfix-cn/rbl || true
+
 db_input critical postfix-cn/matchgecos || true
 
 db_go || true