Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 17A68431FB6 for ; Mon, 18 Apr 2011 12:19:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Azxp34k+S0rk for ; Mon, 18 Apr 2011 12:19:21 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 3FEB9431FB5 for ; Mon, 18 Apr 2011 12:19:21 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 4FC872C061; Mon, 18 Apr 2011 21:19:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=3i0+yOZTvkMm9EaoLgUgj1 WwbhU=; b=aTnUxFFb7dizT00wJ2UUYS83EBg1SVd53DK4G7TGVNZ0aSiNHPe0dW 7B5ShbY90g95BBML9L9GRgouTXlIhha4wwc5F/f01K64a51Ak2t4aWdn7R+NokUn mMJ+IgZgEIB5nZkW000tLI20KVwThkB80Yll4xbzG8q/PLkZ1Hrog= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Mon, 18 Apr 2011 21:19:19 +0200 (CEST) From: Xavier Maillard To: Michael Radziej , Florian Friesdorf , notmuch@notmuchmail.org Subject: Re: (auto-)tagging sent messages In-Reply-To: <87wrirtn58.fsf@spieleck.de> References: <8739ll8dkv.fsf@eve.chaoflow.net> <87mxjphl55.fsf@spieleck.de> <87wrirtn58.fsf@spieleck.de> User-Agent: Notmuch/0.5-133-gc509598 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Mon, 18 Apr 2011 21:29:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 19:19:23 -0000 On Mon, 18 Apr 2011 20:44:35 +0200, Michael Radziej wrote: > On Mon, 18 Apr 2011 15:22:37 +0200, Xavier Maillard wrote: > > Do you think this could be done directly in a SIEVE script ? > > Probably not, but you could with procmail. SIEVE does not allow > execution of user provided binaries. Thank you for your answer. Dumb question: are procmail and IMAP "closed to friends" ? I would think yes but only on server side, right or wrong ? /Xavier