We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4126237 commit cb29546Copy full SHA for cb29546
1 file changed
cmk/plugins/emailchecks/lib/check_mail_loop.py
@@ -228,7 +228,7 @@ def check_mails(
228
229
def subject_regex(subject: str) -> re.Pattern:
230
"""Returns regex used for subject matching - extra function for testability"""
231
- return re.compile(rf"(?i)(?:re: |wg: )?{subject} ([0-9]+) ([0-9]+)")
+ return re.compile(rf"(?i)(?:re: |wg: |aw: )?{subject} ([0-9]+) ([0-9]+)")
232
233
234
def check_mail_roundtrip(args: Args) -> CheckResult:
0 commit comments