[Rspamd-Users] Show multimap results?
Gerald Galster
list+rspamd at gcore.biz
Wed Jun 12 13:31:58 UTC 2024
> I have built in several of my own multimaps and am now trying to display the results for a specific type of search, namely spam words.
Since rspamd 3.6 you can add options to rules:
/Subject:.*kaufen Sie ohne Rezept/ CONTENT_BLACKLISTED:6:rule1234
CONTENT_BLACKLISTED is your symbol, 6 is the score for that rule and rule1234 is a string to identify that rule.
See https://github.com/rspamd/rspamd/discussions/4631
Best regards,
Gerald
More information about the Users
mailing list