In article <1137674999.453715.319480@f14g2000cwb.googlegroups .com>,
kiranhiremath@gmail.com <kiranhiremath@gmail.com> wrote:
>
> I am executing a C program in AIX 4.3 machine.
>
> The program sends email with the body redirected from a file.
> I use mailx command ( sendmail utility ) in AIX.
> I printed value of rc and it showed that rc=32512.
32512 divided by 256 is 127... so it sounds like EOVERFLOW.
(grep 127 /usr/include/errno.h)
What is the size of file.txt? And the size of the target user's mailbox?
Is there any entry in 'errpt' for the problem?
Is the machine at 4.3.3 and fully patched?
-Dan