Skip to content

Commit

Permalink
Merge pull request #28 from WelcometoMyGarden/fix/dutch-sig-pr
Browse files Browse the repository at this point in the history
Add Dutch signature regex "Verstuurd vanaf"
  • Loading branch information
baptistejamin authored Jan 13, 2025
2 parents e9100a6 + b93e132 commit 2fa88fe
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 @@ -85,7 +85,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 2fa88fe

Please sign in to comment.