Skip to content
New issue

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

1.9.0 rmilter.conf.local parsing errors #137

Open
basbebe opened this issue Jul 27, 2016 · 0 comments
Open

1.9.0 rmilter.conf.local parsing errors #137

basbebe opened this issue Jul 27, 2016 · 0 comments

Comments

@basbebe
Copy link

basbebe commented Jul 27, 2016

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).

In the first case I couldn't find the error / a solution…

vstakhov added a commit that referenced this issue Jul 27, 2016
Issue: #137
Reported by: @bax-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant