@xantonin
The file is created, and lines are added by 'pfBlockerng'.
So the manual (== the source code ) should give you hints about how the line is created and with what info.
I've found /var/unbound/pfb_unbound.py line 802 :```
csv_line = ','.join('{}'.format(v) for v in ('DNSBL-python', timestamp, q_name, q_ip, isDNSBL['p_type'], isDNSBL['b_type'], isDNSBL['group'], isDNSBL['b_eval'], isDNSBL['feed'], dupEntry))
Be careful. It's Python.