On Fri, 2 Dec 2016 16:57:32 +0100 Benoit Panizzon <[email protected]> wrote:
> Does anyone know, if it's possible to use > ClamdSock = "host:port"; > in MIMEDefang? No; the built-in code uses IO::Socket::UNIX and can only scan local files. You need to write your own wrapper code if you want to stream files to another host. Regards, Dianne. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

