- 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.
-
- Oct 29, 2012
-
-
Stephan Bosch authored
Apparently automakes in future won't support configure.in anymore.
-
- Oct 17, 2012
-
-
Stephan Bosch authored
-
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.
-
- Oct 16, 2012
-
-
Stephan Bosch authored
It is now possible to track duplicates based on arbitrary headers or even arbitrary string values using the new :header and :value arguments respectively. The experation time can be configured using the new :seconds argument. This change is backwards compatible as long as the name argument wasn't used. This is now a :handle <handle> argument.
-
- Oct 13, 2012
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Oct 12, 2012
-
-
Stephan Bosch authored
-