[pmmail-list] Trying to move mail from one account to anoother..
Abel Jeffcoat
pmmail-list@blueprintsoftwareworks.com
Tue, 28 Aug 2001 13:45:29 -0700
I was given the following as an example:
================ Sportline.CMD =============================
/* REXX command used w/PMMail to route inbound mail to specific SMTP directory */
ARG EmailFile
"Copy " EmailFile "x:\tcpip\smtpmail\Sportline\"
Exit
============= end of Sportline.CMD ===========================
This will allow you to move mail that gets filtered into the x:\tcpip\smtpmail\Sportline\ directory. I'm using Windows 2000, and I was wondering how I can do the
same thing. Basically I want messages based on a filter to be copied to that directory. Any ideas? According to another list subscriber, this works on a REXX
system.
Thanks