add more debug detail
This commit is contained in:
parent
77551fe8dc
commit
820d0242e2
1 changed files with 5 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue