Skip to content

Commit 556b891

Browse files
committed
Merge branch 'develop' into gfm-issue-115
2 parents d8d0ffd + 6f01221 commit 556b891

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixed
66

77
- #124 - Handle encoded non-ASCII characters in email subjects.
8+
- #126 - Ignore a class of non-maintenance-notification emails from Telia.
89

910
## v2.0.7 - 2021-12-01
1011

circuit_maintenance_parser/provider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ class Sparkle(GenericProvider):
301301
class Telia(GenericProvider):
302302
"""Telia provider custom class."""
303303

304+
_exclude_filter = {EMAIL_HEADER_SUBJECT: ["Disturbance Information"]}
305+
304306
_default_organizer = "[email protected]"
305307

306308

0 commit comments

Comments
 (0)