Till I did look at the .sieve.log and I see the following:
Code:
# cat .sieve
require ["fileinto", "regex", "date", "relational", "vacation"];
### BEGIN FILTER_ID:6
if (/^Subject: .*Jesus/:h)
{
exception {
to /dev/null
}
}
### END FILTER_ID:6
keep;
As for sieve.log
Code:
# cat .sieve.log
sieve: info: started log at Feb 23 03:04:14.
main_script: line 6: error: expecting test identifier after '(' in test list, but found '/'.
main_script: line 6: error: unexpected character(s) starting with '^'.
main_script: line 6: error: unexpected character(s) starting with '.'.
main_script: line 7: error: failed to accept more tests for command 'if'.
main_script: error: parse failed.
sieve: info: started log at Feb 23 03:05:02.
main_script: line 6: error: expecting test identifier after '(' in test list, but found '/'.
main_script: line 6: error: unexpected character(s) starting with '^'.
main_script: line 6: error: unexpected character(s) starting with '.'.
main_script: line 7: error: failed to accept more tests for command 'if'.
main_script: error: parse failed.
sieve: info: started log at Feb 23 03:05:39.
main_script: line 6: error: expecting test identifier after '(' in test list, but found '/'.
main_script: line 6: error: unexpected character(s) starting with '^'.
main_script: line 6: error: unexpected character(s) starting with '.'.
main_script: line 7: error: failed to accept more tests for command 'if'.
main_script: error: parse failed.
Kindly advice why the errors above ...
Thanks, Joseph
Recent comments
12 hours 43 min ago
19 hours 24 min ago
23 hours 15 min ago
1 day 53 min ago
1 day 9 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 3 hours ago
2 days 3 hours ago