[Incidencias #14546] Filter rule with something contains a text with comma generates wrong sieve rule
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Dec 22 15:19:51 UTC 2016
NO CONTESTE A ESTE MENSAJE. ESTA DIRECCIÓN NO SE CONSULTA.
URL de la incidencia: https://bugs.horde.org/ticket/14546
------------------------------------------------------------------------------
Incidencia | 14546
Creada por | ibon.igartua at ehu.eus
Resumen | Filter rule with something contains a text with comma
| generates wrong sieve rule
Cola | Ingo
Versión | 3.2.12
Tipo | Bug
Estado | Unconfirmed
Prioridad | 1. Low
Milestone |
Patch |
Propietarios |
------------------------------------------------------------------------------
ibon.igartua at ehu.eus (2016-12-22 15:19) escribió:
If we create a filter rule as:
Body -> Contains -> first, second
then Flag the message as Seen
The generated sieve rule results as follows:
185: if body :comparator "i;ascii-casemap" :contains ["first", "
second"] {
186: addflag ["\\Seen"];
187: stop;
188: }
It matches any body containing "first" or " second"
More information about the bugs
mailing list