ALT Linux sysadmins discussion
 help / color / mirror / Atom feed
From: Anton Kvashin <foo@junior.esoo.ru>
To: ALT Linux sysadmins' discussion <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] Редактор скриптов sieve для конечных пользвателей
Date: Tue, 16 Feb 2010 10:13:40 +0500
Message-ID: <4B7A2984.2070809@junior.esoo.ru> (raw)
In-Reply-To: <201002151557.29977.mav@elserv.msk.su>

Alex Moskalenko пишет:
> Настроил самосборный dovecot 1.2.4 из branch 5.1 в качестве imap-сервера для 
> небольшой организации.
> Пользователи совсем не продвинутые, в качестве клиентов у них аутлук. :) 
> пробовал smartsieve из дистрибутива и плагин avelsieve для squirrelmail, 
> который используется в качестве webmail. Оба имеют проблему - при создании 
> правила с перекладыванием почты в папку с русским названием она фигурирует в 
> sieve-скрипте в кодировке imap-UTF7, а deliver ожидает получить название 
> папки в UTF-8 (если я правильно понял RFC, то прав deliver).
> 
> Соответственно вопрос - кто чем пользуется для предоставления обычным 
> Windows-пользователям возможности редактировать собственные sieve-скрипты?

cyrus-imap, веб-почта horde (plugin ingo), доставляем почту в папку 
INBOX/Тест:

# Sieve Filter 
 

# Generated by Ingo (http://www.horde.org/ingo/) (16.02.2010, 09:57) 
 

 
 

require "fileinto"; 
 

 
 

# Новое правило 
 

if address :all :comparator "i;ascii-casemap" :contains "From" 
"test@domain.ru"  { 

     fileinto "INBOX/&BCIENQRBBEI-"; 
 

     stop; 
 

}

-- 
Anton Kvashin


  reply	other threads:[~2010-02-16  5:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-15 12:57 Alex Moskalenko
2010-02-16  5:13 ` Anton Kvashin [this message]
2010-02-16  8:26   ` Alex Moskalenko

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=4B7A2984.2070809@junior.esoo.ru \
    --to=foo@junior.esoo.ru \
    --cc=sysadmins@lists.altlinux.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

ALT Linux sysadmins discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
		sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
	public-inbox-index sysadmins

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sysadmins


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git