Skip to content

Commit

Permalink
Add Dutch signature regex "Verstuurd vanaf"
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Jul 15, 2024
1 parent 3aebf04 commit b93e132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/regex.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ class RegexList {
/^Enviado desde (?:\s*.+)$/, // es,

// NL
/^Verzonden vanaf (?:\s*.+)$/, // nl - e.g. Verzonden vanaf Outlook voor Android<https://aka.ms/12345>
/^Verzonden vanaf (?:\s*.+)$/, // nl - e.g. Verzonden vanaf (Outlook voor Android<https://aka.ms/12345>|mijn iPad)
/^Verstuurd vanaf (?:\s*.+)$/, // nl - e.g. Verstuurd vanaf mijn iPad/iPhone
]);
}

Expand Down

0 comments on commit b93e132

Please sign in to comment.