- Aug 19, 2021
-
-
Stephan Bosch authored
-
- Jan 22, 2021
-
-
Stephan Bosch authored
Currently, only CPU time is supported.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 15, 2020
-
-
Timo Sirainen authored
-
- May 31, 2019
-
-
Stephan Bosch authored
-
- May 03, 2019
-
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 12, 2018
-
-
Stephan Bosch authored
This conversion now includes a check that may fail. Pigeonhole currently only uses this functionality to obtain an SMTP version of the postmaster address. This code is now consolidated in the sieve_get_postmaster_smtp() function, which provides postmaster address as an SMTP address.
-
- Mar 02, 2018
-
-
Stephan Bosch authored
-
- Mar 01, 2018
-
-
Stephan Bosch authored
Dovecot core doesn't have copyright notices in header files.
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Nov 26, 2017
-
-
Stephan Bosch authored
Now using struct smtp_address rather than sieve_address. In some cases, struct message_address may prove to be more suitable, but this is the best fit for now. Adjusted to the renamed fields in struct mail_deliver_context.
-
- Oct 04, 2017
-
-
Stephan Bosch authored
-
- Jun 20, 2017
-
-
Stephan Bosch authored
For accounts that perform many redirects, the lda-dupes database could grow to impractical sizes. Changed the default retention period from 24 to 12 hours.
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Apr 18, 2016
-
-
Stephan Bosch authored
-
- Apr 09, 2016
-
-
Stephan Bosch authored
This is used mainly when no other means of obtaining the user's email is available, such as when there is no envelope (in IMAP). Before, the postmaster address or the null "<>" address was used as a fallback for sending messages. The redirect and enotify commands can be explicitly configured to use what is configured with sieve_user_email.
-
Stephan Bosch authored
-
Stephan Bosch authored
-
Stephan Bosch authored
-
- Apr 05, 2016
-
-
Stephan Bosch authored
lib-sieve: Implemented support for writing runtime trace output to a directory if it exists, much like Dovecot rawlog.
-
- Feb 12, 2016
-
-
Stephan Bosch authored
Fixed a few printf format problems in the process. Updated test suite to account for the new number width.
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Oct 21, 2015
-
-
Stephan Bosch authored
lib-sieve: Created generic implementation for parsing an envelope_from setting, such as sieve_redirect_envelope_from. Also adds a new source for the envelope_from address called "postmaster". This means that the value is obtained from the postmaster_address LDA setting.
-
- Sep 23, 2015
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Nov 12, 2014
-
-
Stephan Bosch authored
This allows extension of test commands that evaluate the message somehow. Currently this is implemented only for the message header. Extensions can thereby influence what headers are evaluated and how.
-
- Oct 14, 2014
-
-
Stephan Bosch authored
lib-sieve: Implemented sieve_redirect_envelope_from setting, which allows configuring the envelope sender of redirected messages. Can either be set to the envelope sender, recipient, or orignal recipient of the processed message or it can be set explicitly to a static address.
-
- Jul 23, 2014
-
-
Stephan Bosch authored
Doveadm-sieve plugin may be broken at this point; not tested so far.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Dec 25, 2013
-
-
Stephan Bosch authored
-
- Apr 11, 2013
-
-
Stephan Bosch authored
Some environment items in the base specification are not (yet) applicable to Dovecot and are therefore not supported.
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Apr 22, 2012
-
-
Stephan Bosch authored
- Built generic interface for alternative script sources. - Implemented dict script location. NOTE: ManageSieve will not work with this yet, nor will sieve_before/sieve_after.
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Dec 11, 2011
-
-
Stephan Bosch authored
- Added sieve_global_extensions setting.
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Sep 04, 2010
-
-
Stephan Bosch authored
-