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

spamd_temp_fail causes syntax error #171

Open
dimejo opened this issue Jan 16, 2017 · 3 comments
Open

spamd_temp_fail causes syntax error #171

dimejo opened this issue Jan 16, 2017 · 3 comments

Comments

@dimejo
Copy link

dimejo commented Jan 16, 2017

rmilter v1.10.0 on CentOS 7.3.1611

rmilter fails to start with this error message:
rmilter[16471]: config file </etc/rmilter/rmilter.conf.local> parse error! line: 60, text: spamd_temp_fail, reason: syntax error

The relevant part of the configuration file:

spamd {
        # servers - spamd socket definitions in format:
        # /path/to/file
        # host[:port]
        # sockets are separated by ','
        # if server name is prefixed with r: it is rspamd server
        # Default: empty
        servers = r:localhost:11333;

        # whitelist - list of ips or nets that should be not checked with spamd
        # Default: empty
        #whitelist = 127.0.0.1/32, [::1]/128;
        whitelist = ;

        # extended_spam_headers: add extended Rspamd headers to messages NOT originated
        # from authenticated users or our_networks, is useful for debugging or
        # private mail servers (flag)
        # Default: false
        extended_spam_headers = true;

        # spamd_never_reject: never reject a message even if Rspamd action is reject,
        # add header instead (flag)
        # Default: false
        spamd_never_reject = true;

        # spamd_temp_fail: return temporary failure if spam servers could not be
        # reached (ignore otherwise) (flag)
        # Default: false
        spamd_temp_fail = true;
};

The start fails no matter what I set (true, false, "string" or empty). The erro is gone when spamd_temp_fail is commented out.

It's probably some stupid mistake on my side ...

@vstakhov
Copy link
Owner

This option has been removed.

@dimejo
Copy link
Author

dimejo commented Jan 16, 2017

It is still listed in the documentation.

@rmiddle
Copy link

rmiddle commented Mar 18, 2017

Just broke my rmilter instance attempting to use this option. Documentation needs to be updated.

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

3 participants