Summary | Sieve putscript rejects script of zero length |
Queue | Ingo |
Queue Version | 1.1.5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein |
Created | 02/28/2008 (6337 days ago) |
Due | |
Updated | 02/29/2008 (6336 days ago) |
Assigned | 02/28/2008 (6337 days ago) |
Resolved | 02/29/2008 (6336 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
$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
State ⇒ Feedback
http://cvs.horde.org/diff.php/ingo/lib/Driver/timsieved.php?r1=1.32&r2=1.33&ty=u
driver in Ingo.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sieve putscript rejects script of zero length
Queue ⇒ Ingo
State ⇒ Unconfirmed
"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.