Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Rspamd "Please correct validation errors in form"
« previous
next »
Print
Pages: [
1
]
Author
Topic: Rspamd "Please correct validation errors in form" (Read 2799 times)
cgwork
Newbie
Posts: 19
Karma: 1
Rspamd "Please correct validation errors in form"
«
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."
]
}
}
Logged
fabian
Hero Member
Posts: 2769
Karma: 200
OPNsense Contributor (Language, VPN, Proxy, etc.)
Re: Rspamd "Please correct validation errors in form"
«
Reply #1 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
Logged
cgwork
Newbie
Posts: 19
Karma: 1
Re: Rspamd "Please correct validation errors in form"
«
Reply #2 on:
February 21, 2019, 02:14:31 pm »
how do i apply the fix?
Logged
mimugmail
Hero Member
Posts: 6766
Karma: 494
Re: Rspamd "Please correct validation errors in form"
«
Reply #3 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
Logged
WWW:
www.routerperformance.net
Support plans:
https://www.max-it.de/en/it-services/opnsense/
Commercial Plugins (German):
https://opnsense.max-it.de/
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Rspamd "Please correct validation errors in form"