From owner-freebsd-questions@freebsd.org Thu Mar 24 08:08:52 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84E16ADCA1B for ; Thu, 24 Mar 2016 08:08:52 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC951C2C for ; Thu, 24 Mar 2016 08:08:52 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id 6B357ADCA1A; Thu, 24 Mar 2016 08:08:52 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AE35ADCA19 for ; Thu, 24 Mar 2016 08:08:52 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 221811C2B for ; Thu, 24 Mar 2016 08:08:51 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 86827D7883; Thu, 24 Mar 2016 15:08:49 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1458806928; x=1460621329; bh=KJCKm2QRe D2QtCQLEwZPU5vhJLpk9W/ZgYoMJMqOsRw=; b=JlmWk35yKzw0dnHdH/HmCvPXF o41ciHRu/Qt059ZVmpa1cdv/j3kfA64gAeKygkd+XBr+5a4y6RFEjoi5BM9FQaIt q7o0QH+dgrqPguXCv6c+twBltqW2uMD2m7166VPqqRq8bbrjpQbX9q7GyPdomvJe EjAiOz3pvpFhbLU650= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id AYxpHCd7SEPL; Thu, 24 Mar 2016 15:08:48 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 8F652D7882; Thu, 24 Mar 2016 15:08:48 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id u2O88cNf093909; Thu, 24 Mar 2016 15:08:38 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: Ernie Luzar Cc: questions@freebsd.org Subject: Re: Anti-virus for FreeBSD In-Reply-To: <56F39E66.9030006@gmail.com> (message from Ernie Luzar on Thu, 24 Mar 2016 15:59:34 +0800) Date: Thu, 24 Mar 2016 15:08:38 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 08:08:52 -0000 Ernie, > How does spamassassin fit into this? SpamAssassin has never been desinged to find viruses, but to identify spam. Olivier --