From owner-freebsd-isp@FreeBSD.ORG Tue Jul 7 09:57:57 2009 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ED071065670 for ; Tue, 7 Jul 2009 09:57:57 +0000 (UTC) (envelope-from cardil.xavier@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 95A428FC0C for ; Tue, 7 Jul 2009 09:57:56 +0000 (UTC) (envelope-from cardil.xavier@gmail.com) Received: by fxm18 with SMTP id 18so4041391fxm.43 for ; Tue, 07 Jul 2009 02:57:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=z7UGuzRkgLu3Q/lsENRzDton+8PC00HfVVODhqpmgcc=; b=ZjOgzKv4KlDPlzwCILaNf0PWe3e0J28ExJ5AIfLtLUQT2rZ8asSipzfXYuvkBH5qEN HQb1FaVi/G62cVxUdOn/aosYQfdhSdWeoxQhb+BkKY6sr/Na6QDb7T8bxe6klWEtHxao x97uQjV8CgqQXdI/cdD8MdtHPQZnKtxJm08CU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=NWPkczRAQcsD7Q2W6bOwo35nw7Gw2AfxofNlY5ScXgxtnYbklvCGDtSkLeblFv/lTN OBJ33kmRurlgRHyJi/SV3UvN93FsC4gJf0iyZgWw+kokU9SFYxUngsSpyWsDd451FOzW KZKl4iOb+0qOSgO71Tac4v43POJO9fyv6wr1c= MIME-Version: 1.0 Received: by 10.103.172.7 with SMTP id z7mr3261034muo.87.1246959174797; Tue, 07 Jul 2009 02:32:54 -0700 (PDT) Date: Tue, 7 Jul 2009 11:32:54 +0200 Message-ID: <50c2d0150907070232g7642cec9j3a24511dda5f81c3@mail.gmail.com> From: Xavier Cardil To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: mail treatment X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 09:57:57 -0000 Hi all, another question: When I check some user inbox mail, the mail is stored as only 1 file. That's good because you don't get lots of files, one file per e-mail. But when it comes to mail treatment, I find it is harder to manage. I'm trying to find the way to get a message every time it come in, analyse the subject and the attachments and with that two results do something, like create another file to send it to a fax send application. Is there a way to cut the file by mail, or to receive the messages on different files ? Thank you.