Error "Issue found in the combined set of shaping files"

Hello, when validating my configuration which is utilizing tsa-daemon i’m recieving an error validating but cannot seem to find any issues. The error is as follows

i’ve verified that the shaping_custom.toml file exists, and i’ve tried with rules and without.

init.lua:
local shaper = shaping:setup_with_automation {
publish = { ‘http://127.0.0.1:8008’ },
subscribe = { ‘http://127.0.0.1:8008’ },
extra_files = { ‘/opt/kumomta/etc/policy/shaping_custom.toml’ },
}
and in the oninit:
shaper.setup_publish()

$ sudo /opt/kumomta/sbin/kumod --policy /opt/kumomta/etc/policy/init.lua --validate --user kumod
Issues found in the combined set of shaping files:

is this error spurious becase it’s running in validation mode or do i have something subtle the matter?

See load - KumoMTA Docs

I don’t see an error, just a warning

is the “issues found” related to the warning or separate?

It’s the last line in your paste.

yea i realize that

what i’m saying is- is the above section “Issues found in the combined set of shaping files:” buzzing because of the warning

or are they separate

If that’s your only message returned then you are fine.

ok

is skip remote implicit in the --validate pass?

it’s nowhere to be found in my configs

oh found it in the shaping.lua helper

sorry ty - should have rubber ducked first :slightly_smiling_face:

Not familiar with that idiom, what does it mean?

rubber duck debugging

it’s basically the process of explaining your problem to an inanimate object like a rubber duck

Oh right

Forgot about that.

i give the advise so much to customers sometimes i forget to take it myself :slightly_smiling_face: