ClamCour is a multi-threaded Courier filter that allows Clam Antivirus to scan incoming mail for viruses, and rejects it if the check is positive. Attachments can be "quarantined", and custom domain-based email reports can be sent.
| Tags | Communications Email Filters Security |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX BSD Linux |
| Implementation | C++ |
Recent releases


Release Notes: This release has been completely rewritten using Boost.


Release Notes: This release fixes a wrong test in the configure.in script.


Release Notes: GZip compression was added for the quarantine feature. Some code was not included correctly, according to BZip2/GZ library presence. The quarantine file name is composed differently so it can be sorted easily.


Release Notes: Fdatasync is not portable on some platforms (like FreeBSD), so it was adapted according to platform. The quarantine filename was not unique, so a timestamp has been appended to it. An access test is now performed on the quarantine folder before enabling the feature. The complete filename of the quarantined message is logged.


Release Notes: The customizable user message didn't use an RFC 822-conformant date header, so this has been fixed.