Adam,

Wednesday, August 21, 2002 you wrote:
AG> Thanks, Terry for the Perl!

    You're welcome, hope it helps.
    
AG> If the script were to notify the user each time she received a new
AG> email, that would also be fine.

    Well then you could use a program alias and a bat file as follows:

    1) for each user on your domain add a program alias:
       a) name: yhm_userid  (where userid is the userid)
       b) properties:
          C:\IMail\yhm.bat users_alternate_email_addr

    2) make a bat file in the c:\Imail directory yhm.bat:
         cd c:\imail
         imail1.exe -f c:\imail\yhm.txt -s "You have mail!" -t %1 -u %1
         del %2 /q

    3) make a text file c:\imail\yhm.txt
         You have mail (or whatever you want the message to be)

    4) now on the user's mail box forward his mail to
         type a comma first (",") to keep a copy in the box
         then "yhm_userid" the alias name above
         


Terry Fritts


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to