Displaying 11 results from an estimated 11 matches for "flags_list".
2015 Oct 07
2
bug report: dovecot-imapd core dump
...ds at entry=0x7ffecb8adeb8) at mailbox-keywords.c:94
>> No locals.
>> #2 0x00007f404ea254ad in cmd_append_handle_args
>> (nonsync_r=0x7ffecb8ade8f,
>> #args=<optimized out>, cmd=0x7f4050bc3250) at cmd-append.c:602
>> ctx = 0x7f4050bc3348
>> flags_list = 0x7f4050bcc840
>> flags = 9
>> keywords_list = 0x7f4050bc33f0
>> internal_date_str = 0x7f4050bcca00 "17-Sep-2015 14:19:23
>> +0200"
>> internal_date = -1
>> timezone_offset = 0
>> keywords = 0x0
&g...
2010 Apr 03
1
dovecot 2 beta4 errors & core dumps
...uffer = 0x80b3320, element_size = 8}, v = 0x80b3320, v_modifiable =
0x80b3320}, ignored_uid_changes = 0, ignored_modseq_changes = 0}
msg = <value optimized out>
client = (struct client *) 0x8084318
ctx = (struct cmd_append_context *) 0x80893b8
args = (const struct imap_arg *) 0x80ab218
flags_list = <value optimized out>
flags = <value optimized out>
keywords_list = <value optimized out>
keywords = <value optimized out>
internal_date_str = <value optimized out>
internal_date = <value optimized out>
ret = <value optimized out>
timezone_offset =...
2008 May 28
6
Error using antispam plugin
Hi
When activating antispam plugin in imap protocol, when sending an
email, Evolution/Thunderbirdkeeps infinitely "Sending authentication
information", and Dovecor logs shows "dovecot: May 28 10:14:35 Error:
child 6910 (imap) killed with signal 11"; lots of empty folders in
/tmp are created with names like "antispam-mail-ZvyWeZ".
I am using Dovecot1.1 rc15 compiled
2013 Sep 10
1
Dovecot 2.0, 2.1 and 2.2.5 core dump when Quota Plugin (FS) is enabled
...= {buffer = 0x1a62000,
element_size = 8}, v = 0x1a62000, v_modifiable =
0x1a62000}, ignored_modseq_changes = 0,
changed = true, no_read_perm = false}
msg = <value optimized out>
client = 0x1a4e240
ctx = 0x1a4eb48
args = 0x1a59a98
flags_list = <value optimized out>
flags = <value optimized out>
keywords_list = <value optimized out>
keywords = <value optimized out>
internal_date_str = <value optimized out>
msg = <value optimized out>
internal_date = <...
2015 Oct 10
0
bug report: dovecot-imapd core dump
...b8) at mailbox-keywords.c:94
>>> No locals.
>>> #2 0x00007f404ea254ad in cmd_append_handle_args
>>> (nonsync_r=0x7ffecb8ade8f,
>>> #args=<optimized out>, cmd=0x7f4050bc3250) at cmd-append.c:602
>>> ctx = 0x7f4050bc3348
>>> flags_list = 0x7f4050bcc840
>>> flags = 9
>>> keywords_list = 0x7f4050bc33f0
>>> internal_date_str = 0x7f4050bcca00 "17-Sep-2015 14:19:23
>>> +0200"
>>> internal_date = -1
>>> timezone_offset = 0
>>&g...
2020 Mar 09
4
[PATCH v3 0/3] Switch augeas APIs to OCaml
This reimplements the augeas APIs using ocaml-augeas (dropping all the
C code).
The behaviour seems unchanged, although I may have not tested all the
various corner cases.
Changes from v2:
- dropped patch #1, as it was applied already (was a real bugfix)
- rebased on master
Pino Toscano (3):
Revert "Revert "daemon: implement OptString for OCaml APIs""
daemon: move augeas
2020 Jan 09
5
[PATCH v2 0/4] Switch augeas APIs to OCaml
This reimplements the augeas APIs using ocaml-augeas (dropping all the
C code).
The behaviour seems unchanged, although I may have not tested all the
various corner cases.
Pino Toscano (4):
daemon: fix/enhance error reporting of Augeas exceptions
Revert "Revert "daemon: implement OptString for OCaml APIs""
daemon: move augeas APIs to OCaml
daemon: drop usage of C
2019 May 30
5
[PATCH 0/5] RFC: switch augeas APIs to OCaml
This synchronizes the embedded ocaml-augeas copy, and reimplements the
augeas APIs using it (dropping all the C code).
The behaviour seems unchanged, although I may have not tested all the
various corner cases.
Pino Toscano (5):
common/mlaugeas: Synchronize with latest ocaml-augeas
daemon: fix/enhance error reporting of Augeas exceptions
Revert "Revert "daemon: implement
2012 Jun 15
3
doveadm backup panic
using latest auto build didn't help.
this happens only with a specific account.
# doveadm -o imapc_user=----- at domain.com -o imapc_password=---- backup
-u =----- at domain.com -R imapc:
dsync(---- at domain.com): Panic: pool_data_stack_realloc(): stack frame
changed
dsync(---- at domain.com): Error: Raw backtrace:
/usr/lib/dovecot/libdovecot.so.0(+0x4209a) [0xb762b09a] ->
2008 Sep 08
6
error in 1.1.2
Ive been getting a LOT of these errors since 1.1.2: So far ive seen this
with 1800 customers, and we're getting active complaints about errors in
imap clients. When I check the users log I always see this error..
This always happens with COPY commands in Squirrelmail.
Sep 2 20:09:35 userimap4.xs4all.nl dovecot: IMAP(xxxxxxx):
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...last message */
@@ -295,6 +330,11 @@
return cmd_sync(cmd, sync_flags, imap_flags, msg);
}
+ /* APPLE - catenate */
+ if (args_indicate_catenate(args))
+ return ctx->failed ? catenate_begin_cancel(cmd, args) :
+ catenate_begin_parsing(cmd, args);
+
if (!validate_args(args, &flags_list, &internal_date_str,
&ctx->msg_size, &nonsync)) {
client_send_command_error(cmd, "Invalid arguments.");
@@ -330,6 +370,11 @@
} else if (!imap_parse_datetime(internal_date_str,
&internal_date, &timezone_offset)) {
client_send_tagline(cmd, "B...