in reply to How do i acess data comming in my mail

Assuming you have a shell account on a Unix machine, in addition to procmail you can use Mail::Audit to intercept and process incoming messages before they're appended to your mailbox.

Simply1 write a Perl script that uses Mail::Audit, and drop a command line to invoke that script into ~/.forward

1 With the standard caveat that you should test the bejeezus out of any script that might interfere with your getting your email.