log src/deliver/deliver.c @ 6429:65c69a53a7be HEAD

age author description
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 14:04:06 +0300 Timo Sirainen pool_unref() now takes ** pointer. HEAD
Sun, 16 Sep 2007 13:38:34 +0300 Timo Sirainen Renamed strarray_length/remote() to str_array_length/remove() HEAD
Sun, 16 Sep 2007 11:40:56 +0300 Timo Sirainen Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED. HEAD
Sun, 09 Sep 2007 04:42:42 +0300 Timo Sirainen Added -k parameter to preserve environment. Normally everything but TZ and HEAD
Sun, 09 Sep 2007 03:58:57 +0300 Timo Sirainen Fixed home directory handling which got broken by previous changes. HEAD
Sun, 02 Sep 2007 07:44:50 +0300 Timo Sirainen Changed mail_keywords creation APIs to take mailbox/index instead of HEAD
Sun, 02 Sep 2007 06:10:54 +0300 Timo Sirainen mailbox_keywords_create() checks keyword validity now and returns failure if HEAD
Fri, 24 Aug 2007 21:43:27 +0300 Timo Sirainen Extra fields from userdb lookup should override everything. Fixed the code HEAD
Sun, 12 Aug 2007 19:40:54 +0300 Timo Sirainen mail_*() APIs changed to return int and return the actual data as pointer. HEAD
Sun, 12 Aug 2007 18:16:40 +0300 Timo Sirainen mail_index_view_sync_next() and mailbox_sync_next() returns now bool. HEAD
Sun, 12 Aug 2007 18:02:29 +0300 Timo Sirainen mail_index_lookup*() can't fail anymore. Changed several APIs not to return HEAD
Wed, 08 Aug 2007 15:26:45 +0300 Timo Sirainen deliver didn't ignore TABs the same way spaces were ignored. HEAD
Thu, 02 Aug 2007 18:27:46 +0300 Timo Sirainen Renamed i_stream_create_file() to i_stream_create_fd(). HEAD
Tue, 24 Jul 2007 06:59:56 +0300 Timo Sirainen Removed memory pool parameter from iostreams. Default pool was almost always HEAD
Mon, 23 Jul 2007 08:10:59 +0300 Timo Sirainen If save failed for non-first namespace, we got a wrong error message. HEAD
Mon, 23 Jul 2007 08:09:05 +0300 Timo Sirainen If Sieve script didn't save the message anywhere, we saved it to INBOX. HEAD
Sun, 15 Jul 2007 15:30:00 +0300 Timo Sirainen mail_storage.create() now returns error message string. Also fixed handling HEAD
Fri, 13 Jul 2007 01:46:27 +0300 Timo Sirainen If Sieve plugin returns any errors, ignore them. Bounce the message only if HEAD
Thu, 05 Jul 2007 18:16:27 +0300 Timo Sirainen %variables in plugin {} settings need to be expanded. HEAD
Tue, 12 Jun 2007 21:21:59 +0300 Timo Sirainen If save failed, log also the reason for it. HEAD
Sun, 27 May 2007 16:45:27 +0300 Timo Sirainen Don't expand %variables in mail setting coming from userdb. HEAD
Thu, 24 May 2007 20:21:29 +0300 Timo Sirainen Added rejection_reason setting for deliver. HEAD
Tue, 15 May 2007 20:27:30 +0300 Timo Sirainen If Return-Path doesn't contain user and domain, treat it as missing HEAD
Sun, 13 May 2007 20:33:00 +0300 Timo Sirainen Added quota_full_tempfail setting. HEAD
Sun, 13 May 2007 20:10:48 +0300 Timo Sirainen Error handling rewrite. HEAD
Sun, 13 May 2007 18:46:07 +0300 Timo Sirainen lib-storage doesn't need the ability to return syntax errors. They should be HEAD
Sun, 13 May 2007 18:15:07 +0300 Timo Sirainen Added -e parameter to write rejection error to stderr and exit with HEAD
Tue, 03 Apr 2007 11:34:27 +0300 Timo Sirainen Moved namespace handling to lib-storage. Beginnings of namespace support for HEAD
Tue, 03 Apr 2007 08:42:33 +0300 Timo Sirainen Load plugins before chrooting. HEAD
Fri, 30 Mar 2007 16:40:12 +0300 Timo Sirainen Removed mail_storage_create_with_data(). mail_storage_create() with HEAD
Mon, 26 Mar 2007 03:10:08 +0300 Timo Sirainen If storage creation failed, exit with EX_TEMPFAIL instead of EX_CONFIG. HEAD
Mon, 26 Mar 2007 02:58:22 +0300 Timo Sirainen INBOX fallbacking with -n wasn't working. HEAD
Mon, 26 Mar 2007 00:58:39 +0300 Timo Sirainen failure callback was still set too late. HEAD
Sat, 17 Mar 2007 14:07:39 +0200 Timo Sirainen Ignore -m "" parameter. Added -n option to not autocreate the mailbox. If HEAD
Thu, 15 Mar 2007 17:53:00 +0200 Timo Sirainen Fixes to handling log prefixes. imap/pop3 processes now log the HEAD
Sun, 11 Mar 2007 23:58:15 +0200 Timo Sirainen failure_exit_callback hook was set too late, so if log opening failed it HEAD
Fri, 09 Mar 2007 00:07:32 +0200 Timo Sirainen Removed pool parameter from io_loop_create() HEAD
Tue, 06 Mar 2007 18:57:35 +0200 Timo Sirainen Keep only TZ and HOME environments when calling sendmail. HEAD
Tue, 06 Mar 2007 15:14:09 +0200 Timo Sirainen While parsing the input stream ignore the mbox hidden headers so that eg. HEAD
Thu, 22 Feb 2007 16:36:01 +0200 Timo Sirainen Don't compare to PACKAGE_VERSION in lib/ core directly, rather make HEAD
Mon, 19 Feb 2007 16:27:17 +0200 Timo Sirainen Get pop3_uidl_format even if it's inside protocol pop3 {} HEAD
Fri, 16 Feb 2007 15:12:05 +0200 Timo Sirainen module_dir_load() doesn't call init() functions anymore. Added a new HEAD
Thu, 15 Feb 2007 19:38:55 +0200 Timo Sirainen Don't bother trying to save the mail twice into the default mailbox (eg. if it's HEAD
Thu, 15 Feb 2007 16:26:24 +0200 Timo Sirainen Hook all exit()s and if the exit code is one of Dovecot's own FATAL_* ones, HEAD
Mon, 22 Jan 2007 12:57:13 +0200 Timo Sirainen If config file contained quoted "value", the quotes weren't stripped. HEAD
Sun, 21 Jan 2007 17:50:13 +0200 Timo Sirainen If log_timestamp isn't uncommented in dovecot.conf, use the default. HEAD
Fri, 19 Jan 2007 22:26:45 +0200 Timo Sirainen Ignore empty parameters. "Unknown argument: xx" printed wrong argument. HEAD
Thu, 28 Dec 2006 14:26:46 +0200 Timo Sirainen deliver was treating boolean settings set to "no" as if they were "yes" HEAD
Fri, 15 Dec 2006 18:55:29 +0200 Timo Sirainen Added context parameter type safety checks for most callback APIs. HEAD
Sun, 10 Dec 2006 14:35:02 +0200 Timo Sirainen Only imap binary was actually working. HEAD
Wed, 06 Dec 2006 17:08:22 +0200 Timo Sirainen Lock handling changes. Everything goes through file-lock API now and there's HEAD
Sun, 26 Nov 2006 00:17:39 +0200 Timo Sirainen Mailbox list indexing and related changes. Currently works only with HEAD
Mon, 20 Nov 2006 00:38:09 +0200 Timo Sirainen chdir() now gives error only if error is something else than ENOENT. Also HEAD
Sun, 12 Nov 2006 23:31:50 +0200 Timo Sirainen If user has a home directory, but we can't chdir() there, log an error (but HEAD
Sun, 05 Nov 2006 22:47:16 +0200 Timo Sirainen If we're executing as a normal system user, get the HOME environment from HEAD
Thu, 02 Nov 2006 22:05:24 +0200 Timo Sirainen Make mail_debug=yes work with deliver too. HEAD
Thu, 02 Nov 2006 21:55:48 +0200 Timo Sirainen Added -f parameter to usage help. HEAD
Thu, 02 Nov 2006 21:52:55 +0200 Timo Sirainen Don't crash with -f "". Changed the default from envelope to be HEAD
Tue, 17 Oct 2006 13:55:56 +0300 Timo Sirainen Renamed default_mail_env to mail_location. Keep the default_mail_env working HEAD