rspamd/conf/modules.d/emails.conf

9 wiersze
363 B
Plaintext
Czysty Zwykły widok Historia

2019-09-21 10:50:21 +02:00
# Deprecated, preserved for compatibility purposes! Use rbl module
# Module documentation https://rspamd.com/doc/modules/rbl.html
2015-08-07 16:21:10 +02:00
emails {
2019-06-01 22:57:42 +02:00
.include(try=true,priority=5) "${DBDIR}/dynamic/emails.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/emails.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/emails.conf"
}