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?


Re: ARF MIME reports best perl options

2011-11-10 Thread Joseph Crotty
All, an initial patch to get the ball rolling. Untested, but hope helps.
Some sections have comments with no action taken as unsure the correct
course of action.

On Thu, Nov 10, 2011 at 7:38 PM, Ricardo Signes
wrote:

> * Steve Atkins  [2011-11-10T20:25:26]
> > > I need to be sending out ARF (i.e., RFC 5965) reports on a production
> > > systems, possibly 100-1,000 ARFS/second, using perl.
> >
> > That's pretty high volume.
>
> Yes.  I'm not sure how Email::ARF will do, but am interested  to find
> out...
>
> > >  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."
> >
> > That's probably the smart choice.
>
> Email::ARF is used by me to parse oodles of reports.  I have a few known
> bugs
> with generation.  I'll try to close those out this week so you can give it
> a
> try. :-)
>
> --
> rjbs
>


test.patch
Description: Binary data


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