I realize that there are a ton of regex email validations, but I can\'t seem to find one that adheres to the RFC 2822 standard.
The ones I find keep letting in junk
I would look at this: http://www.regular-expressions.info/email.html, which explains a lot about using regular expressions to match email addresses, and includes a full RFC 2822 expression which honestly I would almost never recommended using.