[Mimedefang] Connecting Clamd via inet socket?

Michiel Brandenburg apex at xepa.nl
Fri Dec 2 14:01:39 EST 2016


Hi all
> Better just to modify the Perl wrappers to use IO::Socket::INET and
> use the stream-scanning clamd protocol.

We extended the ClamAV::Client (CPAN) also handle zINSTREAM protocol, it
has worked fine for some years now.

example "code"

send("zINSTREAM\0")
while (read block (STREAM_BLOCK_SIZE)) {
  send(pack('N', length($block)) . $block)
  check_for_result
}
send(pack('N', 0))
check_for_result

Michiel Brandenburg


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL: <https://lists.mimedefang.org/pipermail/mimedefang_lists.mimedefang.org/attachments/20161202/e8adc540/attachment.sig>


More information about the MIMEDefang mailing list