[e]agLØrT wrote:
> 
> so, can you tell me what to write into the .forward file? i do not know what
> to write into my program, either, i mean i do not know how to set the STDIN
> and the other things.. thanks again...
> PS: i havent bought any server yet, it may be unix, linux or maybe win...

.foward is a NIX thing - not Windoze.  You'll have to read the NIX man pages
to get the full syntax - but it's similar to the alias syntax.

You should be able to pipe each message to a perl script with something like:

"|/usr/bin/perl /home/you/bin/handle_my_mail.pl"

The message should be on STDIN for the script.  You'll need to do some
testing to double check the functionality.

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to