add more debug detail

This commit is contained in:
Antonio J. Delgado 2024-12-29 11:46:38 +02:00
parent 77551fe8dc
commit 820d0242e2

View file

@ -227,6 +227,11 @@ class ImapFilter:
mfilter
)
return {"match": False}
self._log.debug(
"Testing match for '%s' in '%s'...",
regexp,
field_data
)
match = re.match(regexp, field_data)
if match:
self._log.info(