giangi left a comment (kamailio/kamailio#4236)
Thank you for looking into this @miconda ! I just tried and a nightly Debian bookworm package (specifically `6.1.0~dev1+bpo12.20250614024421.153`) seems to behave as intended.
To be honest, I did not notice the weirdness of the mode, but I came across it while looking for a way to make `ds_is_from_list()` look up the originating set ID of a request accomodating both
* Simple address-only matches * Exact matches for more strict sources, with the potential of associating the same address to different sets based on port/transport
without resorting to something like
``` if (!ds_is_from_list("-1", "0")) { ds_is_from_list("-1", "3"); } ```
I am currently happy with the "workaround", but maybe when this commit makes it into a release I will give it a spin.