From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33881 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: mail splitting and sieve Date: 23 Dec 2000 16:00:02 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87d7ej1elu.fsf@lovi.inf.elte.hu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169906 27482 80.91.224.250 (21 Oct 2002 03:11:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:11:46 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id ADA9CD04A1 for ; Sat, 23 Dec 2000 10:04:17 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB07440; Sat, 23 Dec 2000 09:00:42 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 23 Dec 2000 08:59:51 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA29108 for ; Sat, 23 Dec 2000 08:59:41 -0600 (CST) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id 9402CD04A1 for ; Sat, 23 Dec 2000 10:00:04 -0500 (EST) Original-Received: from barbar.josefsson.org (localhost.localdomain [127.0.0.1]) (authenticated) by dolk.extundo.com (8.11.1/8.11.1) with ESMTP id eBNF03014161; Sat, 23 Dec 2000 16:00:03 +0100 Original-To: NAGY Andras In-Reply-To: <87d7ej1elu.fsf@lovi.inf.elte.hu> Mail-Copies-To: nobody Original-Lines: 20 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.94 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33881 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33881 NAGY Andras writes: > The nnimal.el todo list contains > > ;; o Sieve Actually it has become a separate project, partially lost in a disk crash a few weeks ago. However, it should include a nice font-lock mode for editing sieve scripts together with functionality for uploading sieve scripts to your server. > Therefore it would be nice if Gnus could generate a Sieve script from > an nnmail-split-fancy list and store it on the server. I plan to > implement this, and wonder if anyone else has similar plans, either > regarding this specific problem or Sieve support in general. I'd like this. Though, Sieve is not a turing complete language. This is by design, which IMHO is very unfortunate. Perhaps it's mostly a theoretic problem, you can probably manage to convert most split rules anyway.