[Rspamd-Users] Multimap with cascaded https sources
Max Grobecker
max.grobecker at ml.grobecker.info
Fri Aug 30 17:30:23 UTC 2019
Hello,
I'm trying to get the following running and I'm wondering if this is possible/intended at all:
In a dynamic map file on the local file system, I placed:
.include_map(try=true; priority=10) "https://internalserver/map";
This works perfectly fine and I can see RSpamd requesting this file on the server.
Inside this included map, I have a statement like:
grobi_asnblacklist {
type = "asn";
filter = "from_ip";
max_pos = "1";
map = "https://internalserver/asnblacklist.map";
action = "reject";
}
The "asnblacklist.map" is NOT requested by RSpamd and therefore this map doesn't work.
>From what I read in the logs, this map is never mentioned and I can't see any errors getting logged.
Is this kind of cascaded https include officially supported?
I just want to make sure, I'm not trying to do something that is not intended to work anyway ;-)
If it should do, is there anything I'm missing here?
Thanks and greetings!
Max
More information about the Users
mailing list