Skip to content

rspamd working but not adding X-Spamd-Result header #3949

Answered by polarathene
nairobiny asked this question in Q&A
Discussion options

You must be logged in to vote

there are options that exclude certain IP ranges in Rspamd (like local_addrs).

I'm wondering if this affects opt-out? Upstream docs seem to imply it affects the milter?

local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16";

https://rspamd.com/doc/migration.html#migrating-to-rspamd-160
The milter_headers module now skips adding headers for local networks and authenticated users by default.
This behavior can be re-enabled by setting skip_local = false and/or skip_authenticated = false in the module configuration.

https://rspamd.com/doc/faq.html#can-i-scan-outgoing-mail-with-rspamd

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@polarathene
Comment options

@georglauterbach
Comment options

@polarathene
Comment options

Answer selected by nairobiny
@nairobiny
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants