summaryrefslogtreecommitdiffstats
path: root/conf/modules.d/surbl.conf
blob: 89b8842a6061c3ecd6bdf159b6313dca3588a10e (plain)
1
2
3
4
5
6
7
8
9
# Deprecated, use RBL module!
surbl {
  rules {
  }

  .include(try=true,priority=5) "${DBDIR}/dynamic/surbl.conf"
  .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/surbl.conf"
  .include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/surbl.conf"
}