db_seen u config za rbl
[postfix-cn.git] / debian / config
1 #!/bin/sh
2
3 set -e
4
5 # Load debconf
6 . /usr/share/debconf/confmodule
7
8 if dpkg --compare-versions "$2" lt 2.3.8-5; then
9   db_fset postfix-cn/rbl seen false
10   db_go
11 fi
12 db_input high postfix-cn/rbl || true
13
14 db_input critical postfix-cn/matchgecos || true
15
16 db_go || true
17 db_stop || true