On Thu, 6 Jan 2005, Dale Qualls wrote: > I'm seeing this error (filter error (-5)) in the /var/log/messages log > on many messages. When this happens the server locks up and we have to > reboot it, quickly ssh into it, kill xmail and spamd.
Yesterday, while implementing the new filter features, I found an error triggered when a filter execution fails. In versions < 1.21-pre04, I was freeing the filters strings array, and then log the operation, that was printing one of those strings (index 0). This might trigger crashes in case another thread immediately re-allocate the same location between the free and the log time. Try 1.21-pre04 ... - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
