[exim] altermime questions...

Top Page
Delete this message
Reply to this message
Author: Dan_Mitton
Date:  
To: exim-users
Subject: [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