ARF MIME reports best perl options

2011-11-10 Thread Joseph Crotty
I need to be sending out ARF (i.e., RFC 5965) reports on a production
systems, possibly 100-1,000 ARFS/second, using perl.  What's my best bet
both in terms of performance and adherence to RFC draft spec for ARF?
Email::ARF::Report
look promising, but warns it's not production ready.

Sincerely,

Joe Crotty


Email::Address hangs

2012-01-28 Thread Joseph Crotty
When calling parse on a large To: header field it hangs. Large in this case
is 600 emails some with comments. I put in a length check on the To: field
to avoid this. Are there any other ways to parse long To:field fields
successfully?