<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.ietf.mta-filters">
    <title>gmane.ietf.mta-filters</title>
    <link>http://blog.gmane.org/gmane.ietf.mta-filters</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4236"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4234"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4225"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4221"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4191"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4187"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4185"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4181"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4179"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4171"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4162"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4153"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4148"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4138"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4131"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4127"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4112"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.ietf.mta-filters/4111"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4236">
    <title>forward mail to a local user</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4236</link>
    <description>
Hi,

I have a Debian 4.0 server with Sieve enabled Cyrus IMAP and Exim4.
I have one e-mail address at my internet provider with two aliases. I
use fetchmail to download the e-mail account to a local user, but I want
to forward the messages arrived with one alias to another local user.

I wrote a small script but it sais invalid e-mail address. How can I
correct it? (sendmail localuser &lt; ... works just fine)

My script looks like this:

if header :contains ["received"] "for EMAIL&lt; at &gt;ALIAS" {
forward localuser;
}


Attila Mesterhazy


</description>
    <dc:creator>Mester</dc:creator>
    <dc:date>2008-11-29T09:12:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4234">
    <title>evaluating tests when the result makes no sense</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4234</link>
    <description>
Hello,

Are implementations permitted to stop evaluating a test, when the result 
makes no sense, e.g. in anyof(true, header "A" "B") evaluate "header"?

The point is, that Sieve-Variables, says (Sec. 3.2. Match Variables)

    The decimal value of the match variable name will index the list of
    matching strings from the most recently evaluated successful match of
    type ":matches".

However it is not very clear for me if every test needs to be evaluated, 
and thus if the last :match test was permitted to be evaluated, is it 
necessary to evaluate it? Consider a message

A: Xa
B: Xb
C: Mc

and
if anyof (header :matches ["A", "B"] "X*",
           header :matches "C" "M*") {
     //what is ${1}?
}

What would be the value of ${1}
* a - because after finding it out, the result of the first header test 
is clear.  Having true as the first parameter of anyof, then anyof stops 
evaluation.
* c - because this is the last matched test and the evaluation has not 
stopped after finding out that the first header</description>
    <dc:creator>Дилян Палаузов</dc:creator>
    <dc:date>2008-11-27T12:52:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4228">
    <title>subaddress, *sigh*</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4228</link>
    <description>
Far too many web shopping sites and other software refuse to accept 
arnt+thisorthat&lt; at &gt;example.com as a valid address. This week I've run into 
something worse. Tobit.de makes a mail server which, AFAICT, transforms 
arnt+abcdary&lt; at &gt;example.com into arnt«cdary&lt; at &gt;example.com. Absolutely 
lovely.

Arnt


</description>
    <dc:creator>Arnt Gulbrandsen</dc:creator>
    <dc:date>2008-11-22T19:04:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4225">
    <title>managesieve: formats; :global; read-only; checkscript</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4225</link>
    <description>
Hello,

Some more thoughts on ManageSieve:

*FORMATS* Provided that a sieve-script can have textual 
(application/sieve) format, and xml format (draft-freed-sieve-in-xml-01) 
it would be interesting when a managesieve-server can live with several 
possible sieve-formats.  I would like to suggest adding a third optional 
parameter to PUTSCRIPT and GETSCRIPT specifying the format of the sieve 
code. Strictly speaking an intelligent ManageSieve server would 
recognize the format automatically and a dummy server would return in 
GETSCRIPT the file as it was uploaded (regardless of the format). 
However with a third parameter to GETSCRIPT a server can be used for 
converting between xml - application/sieve (- cyrus-sieve-bytecode).


*:GLOBAL* Provided that draft-daboo-sieve-include is not dead, and users 
can "include :global" it would be useful to provide 
managesieve-possibilities to see how the global scripts are written.  My 
suggestion is to let the user see the global scripts, when the 
authorization ID i</description>
    <dc:creator>Дилян Палаузов</dc:creator>
    <dc:date>2008-11-21T20:41:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4221">
    <title>Who is planning to implement draft-freed-sieve-notary-02.txt?</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4221</link>
    <description>
I would appreciate feedback from people who would like to implement this 
document or have already implemented extensions from it.
Please reply to the mailing list or directly to me.


</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-11-20T22:38:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4217">
    <title>modified text for sieve mime loop section</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4217</link>
    <description>
Regarding the multiple enclose issue with respect to the sieve mime loop
specification, here is the modified text I'm putting in to the doc based
on yesterday's WG meeting. Does anyone have comments/modifications?

Tony Hansen
tony&lt; at &gt;att.com

If multiple "enclose" actions are executed by a script, the message is
enclosed multiple times.  (If a Sieve script desires to choose between
different enclosures, or wants to delay the enclosure to the end of the
script, it can use variables with appropriate tests. &lt;xref
target="RFC5229" /&gt;)


</description>
    <dc:creator>Tony Hansen</dc:creator>
    <dc:date>2008-11-19T00:14:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4191">
    <title>WGLC on draft-melnikov-sieve-imapext-metadata-04.tx</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4191</link>
    <description>
Folks,
with my co-chair hat on I would like to start the Sieve Working Group 
Last Call for the following document:

The SIEVE mail filtering language - extension for accessing mailbox metadata
&lt;http://www.ietf.org/internet-drafts/draft-melnikov-sieve-imapext-metadata-04.txt&gt;

The Working Group Last Call for this document starts on November 10th and
will end on November 28th (so it is almost 3 weeks, so that the IETF
meeting in Dublin is covered).

Please send any comments to the Sieve mailing list or directly to me. If
you chose to do the latter, please CC Cyrus Daboo &lt;cyrus&lt; at &gt;daboo.name&gt;.
Reviews that found no issues are also welcomed, so if you review the
document and find it acceptable, please let the mailing
list/authors+chairs know as well.

Thank you,
Alexey, Sieve WG co-chairs


</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-11-08T16:56:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4187">
    <title>Proposed Sieve WG meeting agenda for Minneapolis</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4187</link>
    <description>
Cyrus and I would like to suggest the following agenda for Minneapolis. Comments are welcome.

=================================================================

Agenda

Document status review                                  (10 mins)
WG Status review                                        (10 mins)

Mime Loops (draft-ietf-sieve-mime-loop-07.txt)          (10 mins)
Sieve Reject (draft-ietf-sieve-refuse-reject-07.txt)    (15 mins)
iHave (draft-freed-sieve-ihave-03.txt)                  (15 mins)
Notary (draft-freed-sieve-notary-01.txt)                (10 mins)
SIEVE in XML (expired:draft-freed-sieve-in-xml-01.txt)  (10 mins)
ManageSIEVE (draft-martin-managesieve-10.txt)           (10 mins)
METADATA (draft-melnikov-sieve-imapext-metadata-04.txt) (20 mins)

=================================================================

Total:                                                  110 mins



</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-11-06T15:49:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4185">
    <title>Sieve WG meeting during the Minneapolis IETF</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4185</link>
    <description>
will be held on Monday, November 17 2008 at 17:40-19:30, Central 
Standard Time (which is UTC - 6 hours).


</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-11-04T14:53:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4181">
    <title>Implementations of draft-ietf-sieve-refuse-reject-07 ?</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4181</link>
    <description>
Are there any Sieve implementations that follow draft-ietf-sieve-refuse-reject-07?

I am quite interested in replacing my existing per-user SMTP-time
rejection mechanism based on courier-mta's mailfilter with something
that will hopefully wind up as a standard Sieve-based method.

I've seen reference to Sun's implementation.. is this available as open
source, or as a proprietary product?


</description>
    <dc:creator>Troy Benjegerdes</dc:creator>
    <dc:date>2008-11-01T18:57:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4179">
    <title>WGLC on draft-ietf-sieve-managesieve-01.txt</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4179</link>
    <description>
Hi folks,

draft-martin-managesieve already had an informal WG-like last call 
(before the Sieve WG rechartered). I've just posted 
draft-ietf-sieve-managesieve-01.txt that I believe addressed all major 
outstanding issues. Because the list of changes to the document is long, 
as one of the authors I think it is worth to have another WGLC to verify 
that they are Ok with the WG.

Now, with my co-chair hat on:

This message officially starts the Sieve Working Group Last Call for the 
following document:
A Protocol for Remotely Managing Sieve Scripts
&lt;http://www.ietf.org/internet-drafts/draft-ietf-sieve-managesieve-01.txt&gt;

The Working Group Last Call for this document starts on November 3rd and 
will end on November 21st (so it is almost 3 weeks, so that the IETF 
meeting in Dublin is covered).

Please send any comments to the Sieve mailing list or directly to me. If 
you chose to do the latter, please CC Cyrus Daboo &lt;cyrus&lt; at &gt;daboo.name&gt;.
Reviews that found no issues are also welcomed, so if you review the 
do</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-11-01T18:47:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4171">
    <title>thoughts about external lists</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4171</link>
    <description>
Hello,

Rereading draft-melnikov-sieve-external-lists-01 the main idea that came 
to my mind is that ":list" adds one more (unnecessary) dimension.  In 
case of "header", "address" and "envelope" test, their last parameter so 
far is a string-list:

             address [COMPARATOR] [ADDRESS-PART] [MATCH-TYPE]
             &lt;header-list: string-list&gt; &lt;key-list: string-list&gt;

             envelope [COMPARATOR] [ADDRESS-PART] [MATCH-TYPE]
             &lt;envelope-part: string-list&gt; &lt;key-list: string-list&gt;

             header [COMPARATOR] [MATCH-TYPE]
             &lt;header-names: string-list&gt; &lt;key-list: string-list&gt;

With ":list" added the last parameter will be altered from "list of 
strings" to a "list of list of strings".   At the same time mixing 
"internal" and external lists gets more complicated than necessary.  For 
doing a check "if a mail does not come from my three girlfriends,  or my 
company, then reject it" it would be necessary to write

if anyof(envelope "from" ["g1", "g2", "g3"],
 envelope :li</description>
    <dc:creator>Дилян Палаузов</dc:creator>
    <dc:date>2008-10-27T22:14:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4162">
    <title>draft-ietf-sieve-managesieve-00.txt is to replace         draft-martin-managesieve-12.txt</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4162</link>
    <description>
I've posted draft-ietf-sieve-managesieve-00.txt yesterday.
It has some relatively minor changes from draft-martin-managesieve-12.txt:

1). Addition of the WARNINGS response code (as per comment from Stephan 
Bosch)
2). Addition of the MAXREDIRECTS capability (as per discussion on the 
mailing list)
3). Updates/fixes to some examples (as per Chris Newman's review, etc.)
4). Added IANA registrations of some missing response codes

I only have 2 open issues outstanding:

1). Update to Sieve URL scheme based on Chris Newman's proposal. Based 
on the discussion on the mailing list I believe there is rough consensus 
to make the change, i.e. to add "authorized user" just before the script 
name, but it would be optional. I will send a separate message on this 
so that it is clear to everyone what change I will be implementing.

2). Stephan Bosch suggested that some deployments would like to have 
script verification mode, without allowing SASL ANONYMOUS. I.e. only to 
allow script verification by registered users</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-10-21T10:41:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4153">
    <title>Актуально для директора по персоналу</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4153</link>
    <description>
Практический курс: 

________ 

________


(знания, умения, навыки, личные качества, мотивация, необходимые ДпП, чтобы обеспечить компанию максимально подходящими кадрами на каждый вид работы) 

 

27-28 октября 2008
(8-044)..223-25-71.
 
      
________

  Необходимые компетенции директора по персоналу.
  Позиция HR-Директора в системе управления. Цели и задачи ДП.
  Построение эффективной службы управления персоналом
- Место кадровых технологий в системе управления персоналом
- Кадровая политика в соответствии со стадией развития организации
- Виды организационных структ</description>
    <dc:creator>Managar_Foxtrot</dc:creator>
    <dc:date>2008-10-20T18:33:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4148">
    <title>Questions regarding RFC 5228</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4148</link>
    <description>
Hello,

I am finishing up a first release of my Sieve implementation, and one of 
the TODO items that yet remains is getting some answers to questions 
that arose during development. I've collected these into a file an now I 
submit them to this list to get some clarification. Any help is greatly 
appreciated.

* RFC 5228 (Sieve) : 5.1.  Test address:
"Implementations MUST restrict the address test to headers that contain 
addresses, but MUST include at least From, To, Cc, Bcc, Sender, 
Resent-From, and Resent-To, and it SHOULD include any other header that 
utilizes an "address-list" structured header body."
   
  -&gt; Will this cause a compile error, or are the disallowed headers 
simply ignored? My implementation currently considers this to be a 
compile error.
  -&gt; Given the variables extension, sometimes the specified header names 
aren't known until runtime. If the previous answer was to cause a 
compile error, should this abort the script at runtime?
    
* RFC 5228 (Sieve) : 5.4.  Test envelope:
"The </description>
    <dc:creator>Stephan Bosch</dc:creator>
    <dc:date>2008-10-19T10:31:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4138">
    <title>WGLC on draft-freed-sieve-notary-01.txt</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4138</link>
    <description>
Hi folks,

This message officially starts the Sieve Working Group Last Call for the following document: 

SIEVE Email Filtering: Notary Extension
&lt;http://www.ietf.org/internet-drafts/draft-freed-sieve-notary-01.txt&gt;

The Working Group Last Call for this document starts on October 1st and will end on October 15th.

Please send any comments to the Sieve mailing list or directly to me. If you chose to do the latter,
please CC Ned Freed &lt;ned.freed&lt; at &gt;mrochek.com&gt; and Cyrus Daboo &lt;cyrus&lt; at &gt;daboo.name&gt;.
Reviews that found no issues are also welcomed, so if you review
the document and find it acceptable, please let the mailing list/authors+me know as well.

Thank you,
Alexey, Sieve WG co-chairs



</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-09-30T18:07:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4131">
    <title>Proposal to change sieve: URL syntax used by the ManageSieve         protocol</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4131</link>
    <description>
Hi,
Chris Newman has reviewed the ManageSieve document and sent me the 
following comment on Sieve URLs that point to scripts:


I agree with Chris, however I am concerned that there are existing 
applications using &lt;sieveurl-script&gt; form of Sieve URLs.
So I would like to hear from people:
1). opinions on whether you think this change is a good or a bad idea
2). if you know of any application using existing &lt;sieveurl-script&gt; form 
(with no "owner").



</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-09-21T11:55:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4127">
    <title>draft-ietf-sieve-mime-loop: Multiple Enclose actions on the same         bodypart</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4127</link>
    <description>
Folks,
While reviewing the mailing list archive I've stumbled across an old 
message from Nigel Swinson which I don't think received adequate 
considerations. Nigel wrote in August 2007:

 [...]

Speaking as an implementor I would like to second this. Do we need this 
extra complexity? If an implementation doesn't want to enclose a 
bodypart twice, it can either use Sieve variables, or construct a 
different Sieve script.




</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-09-14T19:28:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4112">
    <title>Status of draft-martin-managesieve</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4112</link>
    <description>
Hi folks,
Soon I will be posting -11. Below I am detailing the major changes in 
the document, most of which were prompted by Chris Newman's review of 
the document. And I will post a separate message(s) asking about some 
remaining changes that were suggested.

1). Clarified that inactivity timeout can be shorter than 30 mins before 
authentication.

2). Allowed characters in Sieve script names - I've changed the document 
to use NET-Unicode (RFC 5198) with some extra restrictions. The 
following characters are disallowed:

        0000-001F; [CONTROL CHARACTERS]
        007F; DELETE
        0080-009F; [CONTROL CHARACTERS]
        2028; LINE SEPARATOR
        2029; PARAGRAPH SEPARATOR

Please let me know if this look reasonable.

3). Clarified script name length limit in Unicode characters and octets. 
Clarified that the server MUST NOT truncate any name to its limit.

4). Described cases when AUTHENTICATE command can be pipelined with others.

5). Chris Newman pointed out that the document was missing tex</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-09-13T15:13:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4111">
    <title>Advertising per-server limit on number of redirects in ManageSieve</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4111</link>
    <description>
I've recently added an option to my Sieve implementation to limit the 
number of Sieve redirects in a script.
I thought it might be useful to be able to advertise such limit in 
ManageSieve, so that clever UI editors can do clever things. Thoughts?



</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-09-13T15:26:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.ietf.mta-filters/4096">
    <title>WGLC on draft-freed-sieve-ihave-02.txt</title>
    <link>http://comments.gmane.org/gmane.ietf.mta-filters/4096</link>
    <description>
Hi folks,

This message officially starts the Sieve Working Group Last Call for the following document: 


SIEVE Email Filtering: Ihave Extension
&lt;http://www.ietf.org/internet-drafts/draft-freed-sieve-ihave-02.txt&gt;

The Working Group Last Call for this document starts on September 8th and will end on September 22nd.

Please send any comments to the Sieve mailing list or directly to me. If you chose to do the latter,
please CC Ned Freed &lt;ned.freed&lt; at &gt;mrochek.com&gt; and Cyrus Daboo &lt;cyrus&lt; at &gt;daboo.name&gt;.
Reviews that found no issues are also welcomed, so if you review
the document and find it acceptable, please let the mailing list/authors+me know as well.

Thank you,
Alexey, Sieve WG co-chairs



</description>
    <dc:creator>Alexey Melnikov</dc:creator>
    <dc:date>2008-09-08T14:00:13</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.ietf.mta-filters">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.ietf.mta-filters</link>
  </textinput>
</rdf:RDF>
