Hi again,

Regarding this subject, could somebody do a simple check and post the
result? It's a matter of making a trivial message filter with only a
clause that select messages that starts with a string.

In my tests it consistently fails. I checked it in several systems
with clean installations, all of them Fedora Core 5 or 6. The only
idea is that in a given package release there was a mistake and it is
still carried on.

BTW, I forgot to mention the release I'm presently using:

evolution-2.8.1.1-3.fc6
evolution-connector-2.8.1-1.fc6
evolution-data-server-1.8.1-1.fc6

Regards

Iñigo Sáez

On 11/2/06, Doublas M2 <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> First of all, the scenario. I'm running Fedora Core and connect to a
> Exchange server through OWA.
>
> I have a problem with some message filters, those that include the
> clause "starts with". The problem is that these filters don't work so
> messages that theorically meet the filter's criteria aren't moved or
> whatever I want to do with them.
>
> The problem arised in a concrete release. The last packages that
> worked fine were:
>
> evolution-2.6.0-1.i386.rpm
> evolution-connector-2.6.1-1.fc5.1.i386.rpm
> evolution-data-server-1.6.0-1.i386.rpm
>
> From this point I tried every update in FC5 and now in FC6 to no avail.
>
> I mean that the same filter definition works with those packages and
> doesn't with newer packages (the filters.xml file doesn't change at
> all). I'm not sure where the filters are processed so I report you
> about the three packages.
>
> This is a excerpt from the filters.xml file showing a filter definition:
>
> ==============
>     <rule grouping="all" source="incoming">
>       <title>Subject is icm*Logcheck</title>
>       <partset>
>         <part name="subject">
>           <value name="subject-type" type="option" value="starts with"/>
>           <value name="subject" type="string">
>             <string>icm</string>
>           </value>
>         </part>
>         <part name="subject">
>           <value name="subject-type" type="option" value="ends with"/>
>           <value name="subject" type="string">
>             <string>logcheck</string>
>           </value>
>         </part>
>         <part name="sender">
>           <value name="sender-type" type="option" value="contains"/>
>           <value name="sender" type="string">
>             <string>root</string>
>           </value>
>         </part>
>       </partset>
>       <actionset>
>         <part name="delete"/>
>         <part name="stop"/>
>       </actionset>
>     </rule>
> ==============
>
> I'm pretty sure that the problem is located in the very next version
> to those cited. I could make the filters work simply removing new
> version of the packages and reinstalling the older ones.
>
> Any help will be appreciated. Regards
>
> Iñigo Sáez
>
_______________________________________________
Evolution-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to