This commit is contained in:
Antonio J. Delgado 2025-02-05 12:26:57 +02:00
parent 6c5896ef2f
commit 4977c05c38

View file

@ -222,7 +222,7 @@ class ImapFilter:
search,
match.group(0)
)
new_content = re.sub(search, replacement, content, falgs=re.MULTILINE)
new_content = re.sub(search, replacement, content, flags=re.MULTILINE)
if content != new_content:
self._log.debug(
"Line is different, so replacing it with '%s'",