From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33878 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: mail splitting and sieve Date: 23 Dec 2000 13:55:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <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 1035169904 27455 80.91.224.250 (21 Oct 2002 03:11:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:11:44 +0000 (UTC) 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 282B2D04A1 for ; Sat, 23 Dec 2000 07:57:34 -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 GAB07049; Sat, 23 Dec 2000 06:57:18 -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 06:55:26 -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 GAA28593 for ; Sat, 23 Dec 2000 06:55:17 -0600 (CST) Original-Received: from mail.elte.hu (mail.elte.hu [157.181.151.13]) by mailhost.sclp.com (Postfix) with ESMTP id CB05ED04A1 for ; Sat, 23 Dec 2000 07:55:41 -0500 (EST) Original-Received: from lovi.inf.elte.hu (proxy.inf.elte.hu [157.181.161.14]) by mail.elte.hu (Postfix) with ESMTP id 30A9B6E184 for ; Sat, 23 Dec 2000 13:55:41 +0100 (CET) Original-Received: from nagya by lovi.inf.elte.hu with local (Exim 3.12 #1 (Debian)) id 149oD7-00010w-00 for ; Sat, 23 Dec 2000 13:55:41 +0100 Original-To: ding@gnus.org Original-Lines: 21 User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33878 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33878 The nnimal.el todo list contains ;; o Sieve This is a server-side mail filtering language, I've been told. It'll be available at our site in the near future, and we except a performance improvement from using this, `background' splitting method, instead of Gnus' `upon-request' way. However, I like the approach of storing splitting-related info where it belongs, that is, along with group info, using Gnus' group parameters mechanism. (You probably guessed, I use group mail splitting.) 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. Andras