Autor: Dan_Mitton
Fecha:
A: exim-users
Asunto: [exim] altermime questions...
Is anyone using altermime with the '--replace' & '--with' options?
I can use '--remove' with no problem, but '--replace'/'--with' gives me a
segment fault.
I did have some trouble building it on Sun Solaris 9...
cc -Wall -Werror -g -I. -O2 -c strstack.c
cc -Wall -Werror -g -I. -O2 -c mime_alter.c
mime_alter.c: In function `AM_insert_disclaimer_into_segment64':
mime_alter.c:1951: warning: int format, pid_t arg (arg 4)
make: *** [mime_alter.o] Error 1
but removing the '-Wall' let it compile.
Dan