We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in my rmilter.conf.local, this gave me parsing errors:
redis { […] copy_probability = 0.5; […]
config file </usr/local/etc/rmilter.conf.local> parse error! line: 128, text: "0.5", reason: syntax error
this also gave errors:
redis { […] dbname = 3; […]
config file </usr/local/etc/rmilter.conf.local> parse error! line: 167, text: 3, reason: syntax error
In the last case, it was possible to use dbname = "3"; (though I haven't checked if it is working correctly yet).
dbname = "3";
In the first case I couldn't find the error / a solution…
The text was updated successfully, but these errors were encountered:
[Fix] Fix probability setup
c1cadb5
Issue: #137 Reported by: @bax-
No branches or pull requests
in my rmilter.conf.local, this gave me parsing errors:
config file </usr/local/etc/rmilter.conf.local> parse error! line: 128, text: "0.5", reason: syntax error
this also gave errors:
config file </usr/local/etc/rmilter.conf.local> parse error! line: 167, text: 3, reason: syntax error
In the last case, it was possible to use
dbname = "3";
(though I haven't checked if it is working correctly yet).In the first case I couldn't find the error / a solution…
The text was updated successfully, but these errors were encountered: