[Rspamd-Users] Disable rewrite subject for outgoing emails

Mailing List SVR lists at svrinformatica.it
Sun May 12 11:21:58 UTC 2019


Hi,

I'm using rspamd 1.9.2 and I have this configuration in 
override.d/actions.conf

reject = 150;
add_header = 6.7;
rewrite_subject = 6.7;
greylist = 4;

subject = "*** SPAM *** %s";

this works fine and the subject for spam emails is properly rewritten.

I want to disable subject rewrite for authenticated users, so I added 
this configuration in local.d/settings.conf

authenticated {
     priority = high;
     authenticated = yes;
     apply {
         subject = "%s";
     }
}

but this does not seems to work, what's wrong?

thanks!



More information about the Users mailing list