RE: forwarding an email address to a perl program and saving the message!!!

2002-07-09 Thread Gonzalo Quan
our changes >updated, or it will not recognize those changes. >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of [e]agLØrT >Sent: Tuesday, July 09, 2002 9:47 AM >To: Adam Frielink; [EMAIL PROTECTED] >Subject: RE: forwarding an email a

RE: forwarding an email address to a perl program and saving the message!!!

2002-07-09 Thread Adam Frielink
Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [e]agLØrTSent: Tuesday, July 09, 2002 9:47 AMTo: Adam Frielink; [EMAIL PROTECTED]Subject: RE: forwarding an email address to a perl program and saving the message!!! sorry, not smtp, i mean pop.. a

RE: forwarding an email address to a perl program and saving the message!!!

2002-07-09 Thread [e]agLØrT
]agLØrT ; [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 4:54 PM Subject: RE: forwarding an email address to a perl program and saving the message!!! Have you considered using POP from your application?  I am sure in Win32 it is possible to have the smtp server pipe the mail to

RE: forwarding an email address to a perl program and saving the message!!!

2002-07-09 Thread Adam Frielink
Have you considered using POP from your application?  I am sure in Win32 it is possible to have the smtp server pipe the mail to a program, but I only know how to do that on *nix.  Consider POPing your message and then process the contents as necessary.  Put it in a loop.  Depending on how o