| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
13 Jan 2007 04:16:24
3.30_4
|
dinoex  |
- use milter framework |
10 May 2006 23:37:39
3.30_4
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
13 Nov 2005 09:26:50
3.30_4
|
dinoex  |
- add SHA checksum |
07 Jul 2005 04:58:51
3.30_4
|
dinoex  |
- fix CONF_AVFAILACTION for all scanners |
28 May 2005 04:38:08
3.30_3
|
dinoex  |
- MASTER_SITE down |
21 Feb 2005 08:59:18
3.30_3
|
dinoex  |
- update MASTER_SITES |
20 Dec 2004 13:01:12
3.30_3
|
dinoex  |
- honor LDFLAGS |
17 Dec 2004 04:38:34
3.30_2
|
dinoex  |
- rename option
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT |
16 Dec 2004 21:07:39
3.30_2
|
dinoex  |
- register depedency for SENDMAIL_WITH_SHARED_MILTER |
17 Nov 2004 06:33:57
3.30_2
|
dinoex  |
- ignore error state from clamdscan. |
17 Nov 2004 06:31:51
3.30_1
|
dinoex  |
- add date of BSD License |
19 Jul 2004 05:45:33
3.30_1
|
dinoex  |
- new option SENDMAIL_PORT |
05 Mar 2004 21:36:12
3.30_1
|
dinoex  |
- add support for clamav/clamdscan |
26 Feb 2004 05:32:59
3.30
|
dinoex  |
- add SIZE |
05 Jan 2004 17:51:18
3.30
|
dinoex  |
Sendmail milter wich uses Mcafee Virus Scan
The milter recives messages from sendmail, and saves them as a file in
a directory. The directory name and the file name are the "$i" (queue
identifier) from Sendmail, making it easier to identify them. Once the
entire message has been received, the milter runs "ripmime" on the file
to extract any attachments. If rupmime returns without an error then it
will run "uvscan" on the diretory to scan all the files in it. If uvscan
returns an error, then the milter will look for viruses output from
uvscan, and reject the message reporting which viruses were found. If
viruses were found then the entire directory is moved to quarantine,
otherwise it is deleted.
The milter also does extention checks. Certain extentions are blocked
completely. In specific, extenions of .scr, .vbs, .pif, and .com are
blocked.
Author gave permission to distribute it with BSD-License.
WWW: http://www.nmt.edu/~wcolburn/antivirus/ |