On Tue, Oct 30, 2018 at 10:43 PM Sam Ruby <[email protected]> wrote: > > It would be safe to do something like the following, however: > > @from.untaint if @from =~ /\A\w+@apache\.org\z/
Looks like it may be worth adding
or @from =~ /\A"?[\s\w]+"?\s+<\w+@apache\.org>\z/
> - Sam Ruby
