Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-01 21:17
0.3.4

A "sizelimit" configuration file was added, thus avoiding scanning of big attachments.
Tags: Minor feature enhancements

2006-07-29 17:52
0.3.3

This release removes mutex for threads
synchronization. A better and
safer method is now used to yield CPU.
Tags: Minor bugfixes

2006-06-29 01:40
0.3.2

This release removes useless waits for ending threads on Courier stop, unused mutexes, and stdio APIs on Unix sockets because they are buggy on 64-bit platforms. Thread synchronization is better implemented. Reply on socket happens as soon as possible, thus delaying not-Courier-related tasks. Improved rollback on errors. Improved logging. A check for extra fields in sockaddr_un structure. Bad flags inherited by ClamAv configuration are removed. A FIFO file was added to get external commands. The ClamAV database update task is no longer based on time, but waits for an external command.
Tags: Major bugfixes

2006-06-03 23:24
0.3.1

CLAM_TMP_VAR was not defined in all threads on
non-Linux platforms, so the clam module was
inactive. This bug has been fixed.
Tags: Minor bugfixes

2006-05-31 23:00
0.3

The code was completely rewritten. Quarantine support was added. A customizable message can be sent to destination recipients when a viral message is blocked. Improved logging was added.
Tags: Major feature enhancements

Project Resources