Hans-Juergen Schwarz wrote:
>
> Hello all,
> Im running a Suse 6.4 System and tried to compile Bruce Guenters
> autoresponder like
>
> gcc -Wall -o autorespond autorespond.c
>
> but the following warning occur:
>
> autorespond.c: In function 'send_message':
> autorespond.c:212: warning: long unsigned int format, unsigned int arg
> (arg 10)
> autorespond.c: In function 'main'
> autorespond.c:398: warning: long unsigned int format, unsigned int arg
> (arg 3)
>
> The autorespond file is created but obviously not working and the
> mails are going somewhere I don't know.
> I urgently need this autoresponder. Can somebody help me?
> Thank you very much
>
> Hans-Juergen
problems, in your case are compiler warning messages about
forced type checking on the .c variables. It is only a warning
and not an error. That is why the compile completes.
Any problems you are seeing in autoresponder email delivery is
probably for another reason. I would check in that direction.
Ken JOnes