As some of you know, I'm attempting to create an internal system to
automate some stuff. This is how I plan to do this...

....

#!/usr/local/bin/perl

include email reading modules
include grep modules (if exists, not found any yet)
include MySQL writing modules

read email from pop mail box
take email addresses from header or attachment, (maybe both)
add to MySql database
forward email to another pop account
delete email
end


i am hopping that all the steps that i hope to do, can actually be
achieved in perl.

if anyone knows of any gotchas that i might face, can someone say so?

TIA



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to