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
1 day 17 hours ago
1 day 19 hours ago
2 days 7 hours ago
2 days 10 hours ago
2 days 14 hours ago
2 days 20 hours ago
3 days 6 hours ago
3 days 8 hours ago
3 days 16 hours ago
3 days 17 hours ago