[Tickets #10282] Re: Create New Folder not working
bugs at horde.org
bugs at horde.org
Wed Aug 31 09:30:54 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10282
------------------------------------------------------------------------------
Ticket | 10282
Updated By | giunta at sissa.it
Summary | Create New Folder not working
Queue | Ingo
Version | 2.0.2
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
giunta at sissa.it (2011-08-31 09:30) wrote:
Create new folder still does't work on 'Spam' rule; if I select
'Create new folder', java pop-up appears, I enter 'minni' as new
folder name, but after press 'Save', rule is saved on my managesieve
server in this way:
# Spam Filter
if allof ( not header :comparator "i;ascii-casemap" :contains
"X-Spam" "-", header :value "ge" :comparator "i;ascii-numeric"
"X-Spam" ["5"] ) {
fileinto "Create new folder [minni]";
stop;
}
this appends ONLY on 'Spam' rule, 'Blacklist' and 'New Rule' work well ...
Similar problem, if I don't select any folder and leave selection on
'Select target folder:'; if I press save button (on 'Blacklist',
'Spam' and 'New Rule') rule is saved in this way:
# Blacklisted Addresses
if address :all :comparator "i;ascii-casemap" :is ["From", "Sender",
"Resent-From"] "pippo at pluto.com" {
fileinto "Select target folder:";
stop;
}
# test 3
if address :all :comparator "i;ascii-casemap" :contains "To" "pippo" {
fileinto "Select target folder:";
stop;
More information about the bugs
mailing list