[Tickets #8906] Ingo dumps sieve script text on filter reorder
bugs at horde.org
bugs at horde.org
Wed Mar 10 18:04:03 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8906
------------------------------------------------------------------------------
Ticket | 8906
Created By | rod at morison.biz
Summary | Ingo dumps sieve script text on filter reorder
Queue | Horde Groupware Webmail Edition
Version | 1.2.5
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rod at morison.biz (2010-03-10 13:04) wrote:
I created 2 filters with Ingo connected to sieve on localhost. Then,
click the UpArrow on the last filter to move it up one position. The
rule does succesfully reorder and the rule is activated correctly.
However, Ingo dumps the following at the top of the page, just after
the body tag (occurs on any rule reorder click):
C:HAVESPACE "ingo" 557 S:OK C:PUTSCRIPT "ingo" {557+} # Sieve Filter #
Generated by Ingo (http://www.horde.org/ingo/) (03/10/2010, 09:58:11
AM) require "fileinto"; # Spam Filter if header :comparator
"i;ascii-casemap" :contains "X-Spam-Level" "*****" { fileinto
"INBOX/Junk"; stop; } # Archive if size :over 1 { keep; fileinto
"INBOX/Archive/2010"; } # django-users if address :all :comparator
"i;ascii-casemap" :contains "To" "django-users" { fileinto
"INBOX/Lists/django-users"; stop; } # rod at g.morison.org if size :over
1 { redirect "rod at g.morison.org"; keep; } S:OK C:SETACTIVE "ingo" S:OK
More information about the bugs
mailing list