You guys nailed it.
I added "exit 0" to the end of my csh script and it's working like a champ now.
Thanks!
Erick
> I have just finished installing qmail onto a machine running AIX 4.3.
> Everything seems to be working well, except for some aliases I have set
> up. I need emails to particular addresses to be piped into a script
which
> generates a page. So, I have the following file setup:
>
> /var/qmail/alias/.qmail-page-ehallick
>
> which contains:
>
> |/home/page/ehallick/page.sh
>
> When I send an email to page-ehallick@domain, it sends the message to the
> script and generates the page, but it doesn't seem to remove the file
from
> the queue directories and keeps on delivering the file over and over.