[Mimedefang] Using ARF

Philip Prindeville philipp_subx at redfish-solutions.com
Mon Nov 18 17:37:11 EST 2013


On Nov 18, 2013, at 3:25 PM, Philip Prindeville <philipp_subx at redfish-solutions.com> wrote:

> 
> Speaking of better functionality,


As long as I’m spouting my Christmas wish list for MIME::tools, how about also adding a method that not only finds the nth Received: header, i.e.

$entity->get(‘received’, n);

but also decomposes that into keyword/value pairs, such as:

{
	‘from’ => [‘colo3.roaringpenguin.com’, [‘roaringpenguin.com’, ‘[70.38.112.54]’]],
	‘by => [‘mail.redfish-solutions.com’, [‘8.14.7’, ‘8.14.7’]],		# or just ‘(8.14.7/8.14.7)'
	‘with => ‘ESMTP’,
	‘id’ => ‘rAILcfkM031817’,
	‘for’ => ‘<philipp_subx at redfish-solutions.com>’,
	‘date’ => 'Mon, 18 Nov 2013 14:38:47 -0700’,
}

as an example.

How much work would that be?

Thanks,

-Philip




More information about the MIMEDefang mailing list