On Fri, 6 Feb 2004 [EMAIL PROTECTED] wrote: > Yes, I knew this was a band-aid solution. Are there any command > line swtiches for MIMEDefang that might be thrown to shed more light > on the cause?
Not really. It may be a Milter bug; if the Milter callbacks don't happen as promised (if, for example, a thread gets killed without the cleanup callback being invoked), the directories will hang around. > As you pointed out above, perhaps the rm -r command could be used > instead of rmdir within MIMEDefang. MIMEDefang cleans up recursively; the source code is in rm_r.c If you supply --enable-cleanup-with-rm to ./configure, then it cleans up by forking/execing "rm -r -f ...." instead of using the built-in C code. However, I doubt this will solve the problem. [...] > I have to say that it is here to stay, rich text messages, that is. Not on this list. And once enough people (or a big enough ISP) realize that HTML mail is a security risk and a perfect spam-shrouding tool, things will start to change. Regards, David. _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

