OPNsense Forum

English Forums => General Discussion => Topic started by: cgwork on February 20, 2019, 08:44:52 pm

Title: Rspamd "Please correct validation errors in form"
Post by: cgwork on February 20, 2019, 08:44:52 pm
I installed the pluging Rspamd with the Redis and ClamAv and i'm getting this type of error on a fresh install of OPNsense 19.1.1-amd64. Is there a fix for this? Please advice

{
  "result": "failed",
  "validations": {
    "rspamd.general.rejectscore": [
      "This field must be bigger than the subject score.",
      "This field must be bigger than the reject score.",
      "This field must be bigger than the greylist score."
    ],
    "rspamd.general.headerscore": [
      "This field must be lower than the subject score.",
      "This field must be lower than the reject score.",
      "This field must be bigger than the greylist score."
    ],
    "rspamd.general.greylistscore": [
      "This field must be lower than the header score.",
      "This field must be lower than the reject score.",
      "This field must be lower than the subject score."
    ],
    "rspamd.general.subjectscore": [
      "This field must be bigger than the header score.",
      "This field must be lower than the reject score.",
      "This field must be bigger than the subject score."
    ]
  }
}
Title: Re: Rspamd "Please correct validation errors in form"
Post by: fabian on February 20, 2019, 08:58:53 pm
It's already fixed:

https://github.com/opnsense/core/pull/3221

opnsense-patch b135ee8bbaeaac9658ff6b3c0d1543cccce4a5f4

should fix it
Title: Re: Rspamd "Please correct validation errors in form"
Post by: cgwork on February 21, 2019, 02:14:31 pm
how do i apply the fix?
Title: Re: Rspamd "Please correct validation errors in form"
Post by: mimugmail on February 21, 2019, 02:19:34 pm
The line with opnsense-patch in CLI, or wait for 19.1.2, or set these values by hand