[Rspamd-Users] custom symbols for user settings - cannot find dependency on symbol
Kai Schaetzl
maillists at conactive.com
Sat Aug 31 17:10:09 UTC 2019
Stefan Bauer wrote on Fri, 30 Aug 2019 14:08:17 +0200:
> /etc/rspamd/local.d# more setings.conf
> testrule1 {
> from = "bad-sender at domain.tld";
> rcpt = "@mydomain.tld";
> symbols [
> "BLACKLISTING_ENABLED"
> ]
> }
I have an apply section in my rules.
> symbol is defined with:
>
> symbols = {
> name = "BLACKLISTING_ENABLED";
> }
I don't know if the above might work as well, I know this works:
symbols = {
"BLACKLISTING_ENABLED" {
...;
}
}
Kai
More information about the Users
mailing list