Data Manipulation

Hi,
Is there a way to parse data returned via a check command and alert on if the data is present or not.

I am running the check_pop3.pl script and it retunrs how many messages are in the mailbox. I would like to create a notification if the mailbox has a certain amount of messages present.

Has anyone done this before?

Thanks

you could write a script which greps the output looking for cetrtain states and responds accordingly…

Luca