6.0.0-beta1
8/25/25

[#13917] the menu-item: "Select target folder:" should not be selectable as target folder name.
Summary the menu-item: "Select target folder:" should not be selectable as target folder name.
Queue Ingo
Queue Version 3.2.4
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester pouyan.azari (at) uni-wuerzburg (dot) de
Created 03/17/2015 (3814 days ago)
Due
Updated 03/18/2015 (3813 days ago)
Assigned
Resolved 03/18/2015 (3813 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/18/2015 06:25:36 PM Michael Slusarz Comment #6
Assigned to Michael Slusarz
State ⇒ Resolved
Reply to this comment
Ingo 3.2.5
03/18/2015 06:25:01 PM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (master):

commit d7f956649bf1cea7754e75ad004c5a7b2ff51100
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Wed Mar 18 12:22:54 2015 -0600

     [mms] Enforce selection of a target folder for the spam filter in 
the UI (Bug #13917).

  ingo/docs/CHANGES |    9 +++++++++
  ingo/package.xml  |    1 +
  2 files changed, 10 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/d7f956649bf1cea7754e75ad004c5a7b2ff51100
03/18/2015 06:24:57 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (master):

commit cea6deb7349304605f748077d8388ed534eb0141
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Wed Mar 18 12:19:05 2015 -0600

     For spam filter, a target folder is required

     Bug #13917

  ingo/lib/Form/Spam.php               |    9 +++++++--
  ingo/templates/flist/select.html.php |    4 ++--
  2 files changed, 9 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/cea6deb7349304605f748077d8388ed534eb0141
03/18/2015 06:23:14 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 698933e20e0df966a0c61e46d11e50698b8e05e4
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Wed Mar 18 12:22:54 2015 -0600

     [mms] Enforce selection of a target folder for the spam filter in 
the UI (Bug #13917).

  ingo/docs/CHANGES |    2 ++
  ingo/package.xml  |    2 ++
  2 files changed, 4 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/698933e20e0df966a0c61e46d11e50698b8e05e4
03/18/2015 06:23:11 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 2ba551824cd93ba1b48f34ee77541dd3c6f8fb89
Author: Michael M Slusarz <slusarz@horde.org>
Date:   Wed Mar 18 12:22:00 2015 -0600

     Target folder is required for spam filter

     Bug #13917

  ingo/lib/Basic/Spam.php              |    7 ++++++-
  ingo/lib/Form/Spam.php               |    2 +-
  ingo/templates/flist/select.html.php |    4 ++--
  3 files changed, 9 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/2ba551824cd93ba1b48f34ee77541dd3c6f8fb89
03/17/2015 03:03:17 PM pouyan (dot) azari (at) uni-wuerzburg (dot) de Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ the menu-item: "Select target folder:" should not be selectable as target folder name.
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
When you select a target folder in for the spam filter, the "Select 
target folder:"  also can be selected, it leads to an error in Sieve, 
as this folder doesn't exist on the server.

  # Spam Filter
   if header :comparator "i;ascii-casemap" :contains "X-Spam-Level" "*****"  {
      fileinto "Select target folder:";
      stop;
   }

Saved Queries