mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-29 07:26:06 +00:00
* Update lib.go: Changing `mailFromRE` and `rcptToRE` regex I don't know how to rebase so I started from scratch ;-) 2 changes compared to what you said at https://github.com/axllent/mailpit/pull/406#issuecomment-2540350780 * I did the same for `rcptToRE` * I replaced the `*` quantifier with `+`, for consistency * Update lib.go * Allow valid empty MAIL FROM value --------- Co-authored-by: Ralph Slooten <axllent@gmail.com>