6.0.0-beta1
7/5/25

[#8906] Ingo dumps sieve script text on filter reorder
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

History
03/10/2010 06:40:05 PM Jan Schneider Comment #2
State ⇒ Duplicate
Reply to this comment
Duplicate of bug 8794.
03/10/2010 06:04:03 PM rod (at) morison (dot) biz Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Ingo dumps sieve script text on filter reorder
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
Reply to this comment
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@g.morison.org if size :over 
1 { redirect "rod@g.morison.org"; keep; } S:OK C:SETACTIVE "ingo" S:OK


Saved Queries