diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/parse_emails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/parse_emails.py b/python/parse_emails.py index 997681a5..8ab0f376 100644 --- a/python/parse_emails.py +++ b/python/parse_emails.py @@ -140,7 +140,7 @@ def parse_ms(fh, indextype): return option_stack subject_BAML = re.compile("(?:Fwd:){0,2}(?:BAML )?(\w{2})([0-9]{1,2})\s") -subject_MS = re.compile("\$\$ MS CDX OPTIONS: (IG|HY)(\d{2})[^\d]*(\d+(?:\.\d*)?)") +subject_MS = re.compile("\$\$ MS CDX OPTIONS: (IG|HY)(\d{2})[^\d]*([\d.]+)") def parse_email(email_path): with email_path.open("rt") as fh: |
