Confuses about shapping.toml configuration nouns on webhook

Hi Teams

Ask a question that confuses me. In the document: https://docs.kumomta.com/userguide/operation/webhooks/?h=webhook

["webhook"]
mx_rollup = false
connection_limit = 100
max_deliveries_per_connection = 100000
max_connection_rate = "1000/s"

It will be some warn messages :

-opt-kumomta-share-policy-extras-shaping.lua:54: Entry for domain ‘webhook’ consists of a single DNS label. Domain names in TOML sections need to be quoted like ‘[“webhook.com”]` otherwise the ‘.’ will create a nested table rather than being added to the domain name.

I found another document: https://docs.kumomta.com/userguide/performance/loghooks/

The above is [‘webhook.log_hook’]

maybe [‘webhook.log_hook’] is right?

Can you show the relevant lua code you’re getting the error with?

maybe [‘webhook.log_hook’] is right?

Yes, that first example is incorrect and should be webhook.log_hook

Fixing it now.

OK , Thanks :+1: