From owner-freebsd-questions@FreeBSD.ORG Mon Mar 24 19:11:08 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD851065671 for ; Mon, 24 Mar 2008 19:11:08 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4158FC1E for ; Mon, 24 Mar 2008 19:11:08 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 24 Mar 2008 15:11:08 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id JUJ96030; Mon, 24 Mar 2008 15:11:07 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 24 Mar 2008 16:12:39 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18407.64771.350992.285915@jerusalem.litteratus.org> Date: Mon, 24 Mar 2008 15:12:03 -0400 To: Giorgos Keramidas In-Reply-To: <874paw3q94.fsf@kobe.laptop> References: <18407.62370.787768.503114@jerusalem.litteratus.org> <874paw3q94.fsf@kobe.laptop> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Robert Huff , questions@freebsd.org Subject: Email processing in Python (was: e-mail processing in C) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2008 19:11:09 -0000 Giorgos Keramidas writes: > No, there's no library for `email processing' in the C standard. You > can probably find a lot of non-standard ones, by Googling however :) > > It's worth writing that plain C is the wrong language for this > sort of thing, if you ask me. There are excellent high-level > libraries in Perl, and Python to do this sort of thing. On one hand, that's probably true. On the other hand: I know zero Python and this much > < Perl. I tried Perl, actually, and couldn't find the functions I needed. (Plus the documemtation was aimed at a more experienced audience.) I can fumble my way around a decent C packagei less time ad with less hair-rending. I do have the advantage I know more-or-less exactly what the message will look like. Robert Huff