- Apr 07, 2013
-
-
Stephan Bosch authored
It is still a plugin, but no longer a separate package.
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Unsetting the normal active script attribute would 'rescue' the non-link script and turn it into a symlink.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 05, 2013
-
-
Stephan Bosch authored
-
- Apr 02, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Tested whether this change breaks ManageSieve and basic dsync, but not much more. More tests pending. If you use sync be careful with this commit.
-
Stephan Bosch authored
Initializing multiple Sieve instances would hang.
-
- Mar 28, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
It compiles, doesn't break normal ManageSieve operation, but it remains untested otherwise.
-
- Mar 25, 2013
-
-
Stephan Bosch authored
Patch by Timo Sirainen.
-
- Mar 23, 2013
-
-
Stephan Bosch authored
-
- Mar 22, 2013
-
-
Stephan Bosch authored
http://dovecot.org/patches/2.2/doveadm-sieve-plugin.diff Made some small modifications. This code should not interfere with normal ManageSieve operation, so I commit this right now without much testing. The actual doveadm sieve plugin has a few open issues that need to be resolved still.
-
- Mar 04, 2013
-
-
Stephan Bosch authored
Passed senv->script_context rather than senv itself. Somehow the compiler fails to warn about this.
-
- Mar 03, 2013
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
Used sieve_script_create instead of sieve_script_create_open. Changed plugin debug output a bit as well.
-
Stephan Bosch authored
-
Stephan Bosch authored
Used errno instead of error variable.
-
- Mar 02, 2013
-
-
Stephan Bosch authored
Very useful to show that debugging is enabled and what version of pigeonhole is actually running.
-
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.
-
- Jan 14, 2013
-
-
Stephan Bosch authored
-
- Jan 08, 2013
-
-
Stephan Bosch authored
By Timo Sirainen.
-
Stephan Bosch authored
-
- 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.
-