[Tickets #14750] invalid sieve script is generated when spam filter is enabled
noreply at bugs.horde.org
noreply at bugs.horde.org
Fri Dec 8 12:16:09 UTC 2017
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14750
------------------------------------------------------------------------------
Ticket | 14750
Created By | jiri.slezka at slu.cz
Summary | invalid sieve script is generated when spam filter is
| enabled
Queue | Ingo
Version | 3.2.16
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
jiri.slezka at slu.cz (2017-12-08 12:16) wrote:
Hello,
when I try to enable Spam filter in Ingo, I get this error
Script not updated: There was an error activating the script. The
driver said: ingo: line 5: error: unknown test 'No' (only reported
once at first occurrence). ingo: error: validation failed.
sieve script is generated in this way
1: # Sieve Filter
2: # Generated by Ingo (http://www.horde.org/apps/ingo/)
(12/08/2017, 12:53)
3: require ["fileinto", "vacation", "regex"];
4: # Spam Filter
5: if No strings specified {
6: fileinto "Junk";
7: stop;
8: }
problem seems to be the string "No strings specified".
I Ingo spamfilter I have selected this values:
- Spam Level: 10
- Folder to receive spam: Spam
We are using versions
- Horde Groupware Webmail Edition 5.2.22
- Horde (horde) 5.2.17
- Filters (ingo) 3.2.16
jiri.slezka at slu.cz (2017-12-08 12:16) uploaded: ingo_spam_filter.png
https://bugs.horde.org/h/services/download/?app=whups&actionID=download_file&file=ingo_spam_filter.png&ticket=14750&fn=%2Fingo_spam_filter.png
More information about the bugs
mailing list