Summary | Ingo dumps sieve script text on filter reorder |
Queue | Horde Groupware Webmail Edition |
Queue Version | 1.2.5 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | rod (at) morison (dot) biz |
Created | 03/10/2010 (5596 days ago) |
Due | |
Updated | 03/10/2010 (5596 days ago) |
Assigned | |
Resolved | 03/10/2010 (5596 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
bug 8794.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Ingo dumps sieve script text on filter reorder
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
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@g.morison.org if size :over
1 { redirect "rod@g.morison.org"; keep; } S:OK C:SETACTIVE "ingo" S:OK