Don't crash if email address has sub-address with special characters #44

Merged
olaven merged 3 commits from allow-sub-addresses-in-emails into main 2025-06-18 20:52:14 +00:00

3 Commits

Author SHA1 Message Date
olaven f6de0aba33 remove logging 2025-06-18 22:51:32 +02:00
olaven d065733879 remove accidental unused import 2025-06-18 22:50:57 +02:00
olaven 6a62923d6d Don't crash if email address has sub-address with special characters
Emails with [sub-addressing](https://en.wikipedia.org/wiki/Email_address#Sub-addressing) should not
cause the donations flow to crash. It currently does because the vipps redirect URL validation fails
because of the special characters involved, namely "+", e.g. "olav+subscriptions@example.com".
2025-06-18 22:47:59 +02:00