| Summary | Sieve putscript rejects script of zero length |
| Queue | Ingo |
| Queue Version | 1.1.5 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Jan Schneider <jan (at) horde (dot) org> |
| Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein |
| Created | 02/28/2008 (73 days ago) |
| Due | |
| Updated | 02/29/2008 (72 days ago) |
| Assigned | 02/28/2008 (73 days ago) |
| Resolved | 02/29/2008 (72 days ago) |
| Attachments | |
| Milestone | |
| Patch |
I had to adopt the patch for
$Horde: ingo/lib/Driver/timsieved.php,v 1.15.10.7 2006/10/09 15:52:52 jan Exp $
part of Webmail v1.0.5, but the idea works. Thanks
Assigned to Jan Schneider
Please try this patch: http://cvs.horde.org/diff.php/ingo/lib/Driver/timsieved.php?r1=1.32&r2=1.33&ty=uPS: I'm using the ManageSieve path to Dovecot 1.0.10 and the timesieve driver in Ingo.Queue ⇒ Ingo
Summary ⇒ Sieve putscript rejects script of zero length
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Using the "Deactivate Script" button on Ingo's "Script" page results in an
"PUTSCRIPT aborted (no message data)." error.
Ingo sends this command:
PUTSCRIPT "horde-ingo" {0+}
http://tools.ietf.org/html/draft-martin-managesieve-08#section-2.6
says:
A script of zero length SHOULD be disallowed.
http://tools.ietf.org/html/draft-martin-managesieve-08#section-2.8
Arguments:
String - script name
This command sets a script active. If the script name is the empty
string (i.e. "") then any active script is disabled.