another simple awk problem

Hello;
I need to print two previous lines after searching for a reg exp:

awk '/haywood/'  

should produce the following

===================

p9J46THe020804    89922 Tue Oct 18 21:06 MAILER-DAEMON
                 (host map: lookup (haywood.com): deferred)
                                         confirms@haywood.com

=================

Thank you for any ideas

---------- Post updated at 03:34 PM ---------- Previous update was at 02:44 PM ----------

sorry about not using the code tags
Will do from now on
Thnx

This is one of the most frequently asked questions. Search the forums for the similar threads - here's one.