Hey everyone,
I am looking for a regular expression that will test for matches against a string such as:
mxtreme1.log:May 12 07:00:00 10.1.1.175 postfix/cleanup[48145]: C2C9FFA730: fullname=, sender=LOGINNAME@company.com, [email protected], [email protected], prior=, as_score=0, as_strategy=M, code=W, actions=FFFFFFFFFFFTFFFFFFFFFF, analysis=F000FFF000TTT000F000TFT000000TTSS3000059900033-F1F-FF00000000F000FFF000000000000F1FFF000F000
where the entire part in bold is a match, but LOGINNAME can be any number of random characters.
Any help would be greatly appreciated, Thank you,