SMTPthe literal text SMTP (case sensitive) IMAPthe literal text IMAP (case sensitive) :the literal : (5810 / 728 / 3A16)
\sany whitespace character
Invalidthe literal text Invalid (case sensitive) \sany whitespace character
passwordthe literal text password (case sensitive) \sany whitespace character
forthe literal text for (case sensitive) \sany whitespace character
userthe literal text user (case sensitive) \sany whitespace character
Group username(?<username>.+?) .+?any character (except for line terminators), repeated at least once
\sany whitespace character
.*?any character (except for line terminators), repeated any number of times
\sany whitespace character
Attemptthe literal text Attempt (case sensitive) \sany whitespace character
fromthe literal text from (case sensitive) \sany whitespace character
IPthe literal text IP (case sensitive) \sany whitespace character
addressthe literal text address (case sensitive) \sany whitespace character
Group ipaddress(?<ipaddress>.+) .+any character (except for line terminators), repeated at least once
\.the literal . (4610 / 568 / 2E16)
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string