in reply to Re: Simple mail processing code
in thread Simple mail processing code

Oh, I see now both Audit and MboxParser require access to the mail queue on unix. Since I'm accessing a pop server, I need to use something like the ones you mention.
Thanks!

Replies are listed 'Best First'.
Re: Re: Re: Simple mail processing code
by perlplexer (Hermit) on Apr 07, 2002 at 22:38 UTC
    Also check LWP::UserAgent since you need to know the status code for each request.

    --perlplexer