Description
It seems that this morning the Turris graylist has been updated. The CSV file location has been changed from https://project.turris.cz/greylist-data/greylist-latest.csv
to https://view.sentinel.turris.cz/greylist-data/greylist-latest.csv
.
http_url
parameter in bots.collectors.http.collector_http
bot should be changed to https://view.sentinel.turris.cz/greylist-data/greylist-latest.csv
to receive the correct input for the parser bot.
They also removed IP lookup data from the CSV file. (CSV header: Address,Country,Tags,ASN
-> Address,Tags
)
So you would also need to modify the bots.parsers.turris.parser
file and remove source.geolocation.cc
and source.asn
from the columns
list.