Subject: | Feature request to parse "for" field in received headers. |
It would be great if Email::Received could report envelope recipient
information to me on Postfix-style received headers. For example:
Received: from example.sender.com (example.sender.com [1.2.3.4])
by some.receiver.com (Postfix) with ESMTP id 184EE8A1D9
for <example@receiver.com>; Tue, 3 Feb 2009 06:34:22 -0500
(EST)
I'd like it if parse_received could report "example@receiver.com" in
it's return hash.
I wouldn't mind getting all those other little bits of data back as
well, but the "for" is what I'm really after.
-Dan