Basically, the symptoms are that the filters are starting up, but it seems that courier never hands off any messages to them via the submit function.
What do you get from: # find /var/spool/courier/allfilters/ /var/spool/courier/filters/
How do you know that courier isn't handing it messages? Does the filter log anything after it accept()s the connection? If not, try putting in a debug statement that writes a message to stdout immediately after the connection is accepted, or before it's accepted if you're using select/accept in concert.
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
