Hi, all I try to use some milter programs, and find they sometimes core dump at smfi_getsymval().
Search by google, I found someone had reported it. http://lists.roaringpenguin.com/pipermail/mimedefang/2008-October/034312.html To avoid this problem, it need to modify the libmilter. sendmail-8.14.3/libmilter/smfi.c 832c832 < ++s; /* points to next macro name */ --- > if( NULL != *s ) ++s; /* points to next macro name */ Best Regards, Stephen Liu _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

