Our Jenkins server sends notification e-mails that contain the header
From: Jenkins <nobody@nowhere>
How do I search for mails that exactly match this header?
Searching for FROM: "jenkins" or for FROM: "nobody@nowhere" returns results. However neither of the following work:
FROM: "jenkins" AND FROM: "nobody@nowhere"FROM: "jenkins <nobody@nowhere>"