[ale] crontab forward remove e-mail

Geoffrey esoteric at 3times25.net
Tue Sep 24 10:03:48 EDT 2002


What is the error you're receiving?

moisey.g.oysgelt at mail.sprint.com wrote:
> Hello experts!!
> I created ,for monitoring purposes , a process   forward e-mail created 
> by crontjob to my windows account, and delete the same mail from UNIX 
> box.
> 
> I wrote and tested  a KORN script  :
> 
> #!/usr/bin/ksh
> keeplooping=1;
> 
> while [[ $keeplooping -eq 1 ]] ; do
>   echo m moisey at sprint.com| /usr/bin/mail >/dev/null
>   if [[ $> -ne 0 ]] ; then
>     break;
>   fi
> done
>  
> This script successfully runs in OS Solaris , but I could not make it 
> run under Linux Suse, I have installed korn shell in the Linux box.
> 
> 
> My question is  :  Do you have a similar script for Linux  or Is there 
> better way to do the same task in the Linux environment ? 
> 
> 
> 
> Moisey Oysgelt 
>       Proposal, Engineering & Pricing Software 
>       Sprint->NIS->OSPI->ADM->PEPS 
>       Business Phone: 404.649.5374 
>       Business Fax:  404.649.5437 
>       3100 Cumberland Circle 
>       Atlanta GA 30339 
>       Mailstop: GAATLN0515
> 
> 
>       Moisey.G.Oysgelt at mail.sprint.com 
> 
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.391 / Virus Database: 222 - Release Date: 09/19/02
>  
> 
> 
> ---
> This message has been sent through the ALE general discussion list.
> See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
> sent to listmaster at ale dot org.
> 
> 


-- 
Until later: Geoffrey		esoteric at 3times25.net

I didn't have to buy my radio from a specific company to listen
to FM, why doesn't that apply to the Internet (anymore...)?


---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list