Merhaba.
Bu disclaimer gerçekten çok bela bir şey
Aylardır ara ara bakıp deniyorum ama çözümünü maalesef bulamıyorum.

Exim'e disclaimer eklemek için altermime yazılımını buldum ve kurulumunu biliyorum ama make yaptığım zaman aşağıdaki hatayı veriyor.

Yardımcı olabilir misiniz?

Veya Exim'e disclaimer'i daha farklı nasıl ekleyebilirim?

Teşekkürler.

root@ns1 [~]# cd altermime-0.3.10/
root@ns1 [~/altermime-0.3.10]# make
cc -Wall -Werror -g -I. -O2  -c qpe.c
cc1: warnings being treated as errors
qpe.c: In function ‘qp_encode’:
qpe.c:100: error: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’
qpe.c:111: error: format ‘%d’ expects type ‘int’, but argument 5 has type ‘size_t’
qpe.c: In function ‘qp_encode_from_file’:
qpe.c:152: error: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’
qpe.c:158: error: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’
qpe.c:172: error: format ‘%d’ expects type ‘int’, but argument 4 has type ‘size_t’
make: *** [qpe.o] Error 1
root@ns1 [~/altermime-0.3.10]#