[Rspamd-Users] Rspamd 1.8.1 has been released

Vsevolod Stakhov vsevolod at rspamd.com
Tue Oct 16 18:57:31 UTC 2018


On 16/10/2018 19:52, Sophie Loewenthal wrote:
> Hi,
> 
> Is this format still valid with the Libucl in 1.8 changes:
> 
> % cat actions.conf 
> #actions {
>     reject = 14;
>     add_header = 6;
>     rewrite_subject = 6;
>     subject = "***SPAM*** %s";
>     greylist = null; 
> #}
> 
> metrics {
> symbol "MX_INVALID" {
>   score = 1.0;
>   description = "No connectable MX";
>   one_shot = "true"; }
> symbol "MX_MISSING" {
>   score = 1.5;
>   description = "No MX record";
>   one_shot = "true"; }
> symbol "MX_GOOD" {
>   score = -0.5;
>   description = "MX was ok";
>   one_shot = "true"; }
> }
> 
> % cat arc.conf
> path = "/var/lib/rspamd/dkim/$selector.key";
> selector = "2017";
> ### Enable DKIM signing for alias sender addresses
> allow_username_mismatch = true;
> 
> % cat ip_score.conf 
> enabled = false;

Yes, valid UCL chunks are still valid. The main difference is that if
you have something invalid, like unpaired braces, then you will receive
a syntax error. In fact, unpaired braces is the main thing that will no
longer work.


More information about the Users mailing list