[Rspamd-Users] User Settings + Rewrite Subject = Don't work ?
jeremy donas
deadj66 at gmail.com
Mon Oct 21 15:42:34 UTC 2019
Hi,
I've been trying to modify the mail subject using users_settings, but I
think there is something I do not understand. Maybe someone could point me
in the right direction..?
This is matched and it works (ARC_NA is rewrited with new score):
test01 {
id = "test01";
priority = high;
rcpt = "test at domain.tld";
apply {
ARC_NA = 1.0;
}
}
This is matched but do not work (Subject is not changed):
test02 {
id = "test02";
priority = high;
rcpt = "test at domain.tld";
apply {
subject = "TEST %s";
}
}
I tested a lot of things.....
Is there something special needed to apply the new subjet ? I'm very lost
here...
Thanks !
--
Raton
More information about the Users
mailing list