Rspamd "Please correct validation errors in form"

Started by cgwork, February 20, 2019, 08:44:52 PM

Previous topic - Next topic
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."
    ]
  }
}

It's already fixed:

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

opnsense-patch b135ee8bbaeaac9658ff6b3c0d1543cccce4a5f4

should fix it


The line with opnsense-patch in CLI, or wait for 19.1.2, or set these values by hand