- Sep 26, 2013
-
-
Stephan Bosch authored
-
- Sep 15, 2013
-
-
Stephan Bosch authored
Bug whould occur when modifier was used and the value became "" at some point. In that case not all operands (modifiers) were read, causing the subsequent operation to start at an erroneous position.
-
Stephan Bosch authored
Messed up signed/unsigned characters.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Aug 15, 2013
-
-
Stephan Bosch authored
Patch by Timo Sirainen (modified).
-
- Jun 18, 2013
-
-
Stephan Bosch authored
-
- May 24, 2013
-
-
Stephan Bosch authored
Emerged when Sieve and ManageSieve were merged into Pigeonhole.
-
- May 12, 2013
-
-
Stephan Bosch authored
-
- May 09, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Added --disable-shared to DISTCHECK_CONFIGURE_FLAGS (in dovecot.m4) to prevent libtool from relinking the libraries.
-
- May 02, 2013
-
-
Stephan Bosch authored
Forgot to rewind mail stream before header parsing. Wrapped mail stream is obtained long before parsing, so if it is used in the mean time, it must be rewound to the beginning.
-
- Apr 07, 2013
-
-
Stephan Bosch authored
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 02, 2013
-
-
Stephan Bosch authored
Initializing multiple Sieve instances would hang.
-
- Mar 28, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Mar 03, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Used errno instead of error variable.
-
- Mar 02, 2013
-
-
Stephan Bosch authored
Made normal compile error an info log item in the administrator log.
-
- Feb 28, 2013
-
-
Stephan Bosch authored
Forgot to increment count for the clone.
-
Stephan Bosch authored
-
- Feb 06, 2013
-
-
Stephan Bosch authored
Setting skip_newline is useless when the connection is transfered to another process after successful login.
-
- Jan 26, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
If a duplicate is detected the implicit keep is canceled, as though the redirect was successful. This prevents getting local deliveries. The original SMTP recipient is used when it is available to augment the entry in the LDA duplicate database. This way, duplicates are only detected when (initially) addressed to the same recipient. The main goal of the duplicate detection is mail loop prevention, but this also has the effect that mere duplicate deliveries are handled specially whithout a good reason. We should fix this in a future version.
-
- Dec 26, 2012
-
-
Stephan Bosch authored
Added LIBDOVECOT_STORAGE to library dependencies in src/lib-sieve/Makefile.am.
-
- Dec 22, 2012
-
-
Stephan Bosch authored
-
- Nov 26, 2012
-
-
Stephan Bosch authored
lib-sieve: vacation extension: Fixed determination of From: address for when sieve_vacation_dont_check_recipient is active.
-
- Oct 17, 2012
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
lib-sieve: vnd.dovecot.duplicate extension: Only track duplicate when Sieve script executes successfully.
-
Stephan Bosch authored
-
Stephan Bosch authored
Forgot to initialize variable, causing a segfault at runtime.
-