We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d0ffd + 6f01221 commit 556b891Copy full SHA for 556b891
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Fixed
6
7
- #124 - Handle encoded non-ASCII characters in email subjects.
8
+- #126 - Ignore a class of non-maintenance-notification emails from Telia.
9
10
## v2.0.7 - 2021-12-01
11
circuit_maintenance_parser/provider.py
@@ -301,6 +301,8 @@ class Sparkle(GenericProvider):
301
class Telia(GenericProvider):
302
"""Telia provider custom class."""
303
304
+ _exclude_filter = {EMAIL_HEADER_SUBJECT: ["Disturbance Information"]}
305
+
306
_default_organizer = "[email protected]"
307
308
0 commit comments