- Dec 30, 2015
-
-
Stephan Bosch authored
lib-sieve: message body: Explicitly prevent attempting text extraction from header and multipart body parts.
-
Stephan Bosch authored
This error can apparently occur if the program terminates earlier than the program client issues shutdown().
-
- Dec 29, 2015
-
-
Stephan Bosch authored
No final '\0' character was added to those body parts. This occurs for the body test with the (default) `:text' body transform.
-
- Dec 28, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: code: Added assert to prevent emitting invalid byte code when extension definitions are wrong.
-
- Dec 25, 2015
-
-
Stephan Bosch authored
-
- Dec 22, 2015
-
-
Stephan Bosch authored
Also improved handling of permission errors caused by ACL plugin.
-
Stephan Bosch authored
lib-sieve: Fixed handling of global errors. If master and user error handler were identical, in some cases the log message could be lost.
-
Stephan Bosch authored
lib-sieve: result: Fixed handling of implicit keep for a partially executed transaction that yield a temporary failure. It would probably result in message duplication.
-
- Dec 21, 2015
-
-
Stephan Bosch authored
LDA Sieve plugin: Made sure there is always a proper error handler for the implicit keep action during multiscript execution. Should fix reported bug on missing message-ID in log.
-
Stephan Bosch authored
This would probably cause a segfault at multiscript errors.
-
- Dec 14, 2015
-
-
Stephan Bosch authored
Should not dereference array_idx() result on the spot.
-
Stephan Bosch authored
Error code was not passed back to caller, so that it operates on an uninitialized value. Bug found by CLang warning.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Dec 08, 2015
-
-
Stephan Bosch authored
-
- Dec 07, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Dec 05, 2015
-
-
Stephan Bosch authored
It is now named pg_t_str_trim() to prevent a new conflict at the next attempt.
-
- Dec 04, 2015
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Included scripts now execute in the context of the inner parent foreverypart loop.
-
Stephan Bosch authored
-
- Dec 01, 2015
-
-
Stephan Bosch authored
For some inapparent reason it was not included in the output tarball.
-
- Nov 29, 2015
-
-
Stephan Bosch authored
An empty string yielded an empty string rather than "0".
-
Stephan Bosch authored
The free handler of code dumper extensions was never executed.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Needed for test suite.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
When the program crosses the boundary of the current jump somehow, the program is terminated and a corruption error is returned.
-
Stephan Bosch authored
-