mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
2b1dacc826
- Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
14 lines
704 B
Plaintext
14 lines
704 B
Plaintext
This is a sendmail filter, based on Milter API, intedned to do
|
|
antiviral check through Kaspersky Antivirus. It doesn't checks mail
|
|
itself, but passes it to preliminary setuped Kaspersky Antivirus
|
|
to check, reads result, and, depending it, discards/rejects or
|
|
passes mail. This check issued 'in-place' delivery processing, so,
|
|
nor extracting, nor extra reinjecting in/out mail queue doesn't
|
|
issued. But this program is NOT mail transfer agent and NOT
|
|
antivirus itself. At first glance it is a set of hooks, which
|
|
executed when sendmail takes some appropriate actions - connecting
|
|
remote server, receiving MAIL FROM or RCPT TO,
|
|
transferring header or body of message, etc.
|
|
|
|
WWW: http://granch.ru/~shelton/
|