[Rspamd-Users] custom symbols for user settings - cannot find dependency on symbol
Stefan Bauer
cubewerk at gmail.com
Fri Aug 30 12:08:17 UTC 2019
Hi,
i would like to have "dummy" symbols, that can be applied via user settings:
/etc/rspamd/local.d# more setings.conf
testrule1 {
from = "bad-sender at domain.tld";
rcpt = "@mydomain.tld";
symbols [
"BLACKLISTING_ENABLED"
]
}
symbol is defined with:
symbols = {
name = "BLACKLISTING_ENABLED";
}
However a rspamd configdump reports:
cannot find dependency on symbol BLACKLISTING_ENABLED
what do i miss here?
Thank you.
More information about the Users
mailing list