Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | workaround for race between waitpid(-1) and waitpid(pid) | Keith Owens | |
Sometimes waitpid(-1) in cb_check_data reaps a child that has just terminated, before waitpid(pid) in wait_process can reap it. Linux waitpid(pid,,WNOHANG) may not return an error if the child has already terminated, which results in wait_process looping waiting for the child which has already terminated. The symptom is a spurious "timeout waiting for filter command to exit". | |||
2011-01-23 | Reject early before recipient server gets the envelope. | Stef Walter | |
2011-01-23 | Add a default reject message | Stef Walter | |
2011-01-23 | Add status to logs for rejection and skipping | Stef Walter | |
2011-01-23 | Allow skipping processing data for unauthenticated connections. | Stef Walter | |
2011-01-23 | Implement reject filter for messages. | Stef Walter | |
2007-10-26 | Fix uninitialized pid variable. | Stef Walter | |
2007-05-28 | Use 'Stef' instead of 'Nate' | Stef Walter | |
2007-03-20 | Fix version string. | Stef Walter | |
2006-11-14 | Add header option back into proxsmtp | Stef Walter | |
2006-09-27 | - On FreeBSD fix problem where stderr wasn't processed when filter | Stef Walter | |
didn't read stdin. | |||
2006-08-30 | Bring in some changes from ClamSMTP | Stef Walter | |
2006-07-13 | Another fix for waiting on processes. | Stef Walter | |
2005-12-08 | Fix problem when waiting for processes. | Stef Walter | |
2005-10-19 | Fixes from Loic Le Loarer | Stef Walter | |
2005-09-28 | Fixes from Loic Le Loarer <loic.le-loarer@polytechnique.org> | Stef Walter | |
2005-09-08 | Bring some Solaris changes over from ClamSMTP. | Stef Walter | |
2005-03-20 | Sync with clamsmtp changes. | Stef Walter | |
2004-10-30 | Supress errors when waiting for a process that's already gone. | Stef Walter | |
2004-09-24 | Debugged, which resulted in tons of fixes. | Stef Walter | |
2004-09-20 | Better processing of result messages | Stef Walter | |
2004-09-20 | Debug fixes | Stef Walter | |
2004-09-14 | Initial build | Stef Walter | |
2004-09-13 | Initial fork from clamsmtp | Stef Walter | |