Hello
how to properly configure rspamd to rewrite message subjects.
All the advice I found on the Internet does not work
I have it in override.d/metrics.conf
subject = "*** Probably SPAM *** %s";
actions {
rewrite_subject = 12;
}
in the logs in the action section I have rewrite subject and the messages do
not have a changed subject anyway
regards