Gnus development mailing list
 help / color / mirror / Atom feed
From: "Jochen Küpper" <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>
Subject: Re: Gnus and sieve
Date: Sun, 12 Dec 2004 16:23:39 +0100	[thread overview]
Message-ID: <m3wtvn5ymc.fsf@doze.jochen-kuepper.de> (raw)
In-Reply-To: <ilu653lu0wk.fsf-Hx3HMpEclzRikQyLtWShHUB+6BGkLq7r@public.gmane.org> (Simon Josefsson's message of "Wed, 01 Dec 2004 23:08:43 +0100")

Simon Josefsson <jas-2g3DOctPbj9BDgjK7y7TUQ@public.gmane.org> writes:

> If you have suggestions (patches) for how to improve the manual,
> that would be appreciated.

Maybe put the following into the Group parameters section (at line
2960 of gnus.texi from cvs):
,----
| @item sieve
| @cindex sieve
| This parameter contains a Sieve test that should match incoming mail
| that should be placed in this group.  From this group parameter, a
| Sieve @samp{IF} control structure is generated, having the test as the
| condition and @samp{fileinto "group.name";} as the body.
| 
| For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
| address "sender" "sieve-admin@@extundo.com")} group parameter, when
| translating the group parameter into a Sieve script (@pxref{Sieve
| Commands}) the following Sieve code is generated:
| 
| @example
| if address "sender" "sieve-admin@@extundo.com" @{
|         fileinto "INBOX.list.sieve";
| @}
| @end example
| 
| To generate tests for multiple email-addresses use a group parameter
| like @code{(sieve address "sender" ("name@@one.org" else@@two.org"))}.
| When generating a sieve script (@pxref{Sieve Commands}) Sieve code
| like the following is generated:
| 
| @example
| if address "sender" ["name@@one.org", "else@@two.org"] @{
|         fileinto "INBOX.list.sieve";
| @}
| @end example
| 
| See @pxref{Sieve Commands} for commands and variables that might be of
| interest in relation to the sieve parameter.
| 
| The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
| Top, sieve, Emacs Sieve}.
`----

Sorry not to send a patch, but when editing the file with GNU Emacs
21.3.1 and then generating a cvs-diff I end up with a 1MB patch...

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)




  parent reply	other threads:[~2004-12-12 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30 22:21 Jochen Küpper
2004-12-01 22:08 ` Simon Josefsson
     [not found]   ` <ilu653lu0wk.fsf-Hx3HMpEclzRikQyLtWShHUB+6BGkLq7r@public.gmane.org>
2004-12-12 15:23     ` Jochen Küpper [this message]
2004-12-12 17:47       ` Simon Josefsson
     [not found]         ` <ilu1xdvh0io.fsf-Hx3HMpEclzRikQyLtWShHUB+6BGkLq7r@public.gmane.org>
2004-12-12 19:40           ` Jochen Küpper
2004-12-12 20:19             ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3wtvn5ymc.fsf@doze.jochen-kuepper.de \
    --to=jochen-+it19tn3rl9sbm7dsapr3bnah6klmebb@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).