Displaying 4 results from an estimated 4 matches for "flags_r".
2007 Dec 31
1
Segmentation fault in dovecot-sieve-1.1.2 + dovecot-1.1.beta13
...ject containing "test"
is delivered via dovecot lda.
The fault backtrace is:
(gdb) run
Starting program: /usr/local/libexec/dovecot/deliver -d
load1 at virt1.cti2.com < bad.txt
Program received signal SIGSEGV, Segmentation fault.
get_flags (sieve_flags=0xbfe7e438, flags_r=0xbfe7dee4,
keywords_r=0x2)
at
/root/dovecot-1.1.beta13/src/lib/array.h:145
145
*count_r = array->buffer->used / array->element_size;
(gdb) bt
#0 get_flags
(sieve_flags=0xbfe7e438, flags_r=0xbfe7dee4, keywords_r=0x2)
at
/root/dovecot-1.1.beta13/src/lib/array....
2007 Jul 25
2
Allowing tilde at start of mailbox names
...& (name[1] == '\0' ||
diff -r a23be6956727 -r ab9cf3790ea9 src/lib-storage/mail-storage.c
--- a/src/lib-storage/mail-storage.c Tue Jul 24 05:48:03 2007 +0300
+++ b/src/lib-storage/mail-storage.c Wed Jul 25 14:08:43 2007 +0100
@@ -66,6 +66,8 @@ void mail_storage_parse_env(enum mail_st
*flags_r = 0;
if (getenv("FULL_FILESYSTEM_ACCESS") != NULL)
*flags_r |= MAIL_STORAGE_FLAG_FULL_FS_ACCESS;
+ if (getenv("ALLOW_TILDE") != NULL)
+ *flags_r |= MAIL_STORAGE_FLAG_ALLOW_TILDE;
if (getenv("DEBUG") != NULL)
*flags_r |= MAIL_STORAGE_FLAG_DEBUG;
if (getenv(...
2006 Aug 21
3
sieve-cvs build failing @ 'make'
...ars in.)
sieve-cmu.c:181: error: parse error before 'union'
sieve-cmu.c:181: warning: unused variable 'v_modifiable'
sieve-cmu.c:181: warning: unused variable 'v'
sieve-cmu.c:178: warning: unused parameter 'sieve_flags'
sieve-cmu.c:179: warning: unused parameter 'flags_r'
sieve-cmu.c:179: warning: unused parameter 'keywords_r'
sieve-cmu.c: At top level:
sieve-cmu.c:181: warning: type defaults to 'int' in declaration of
'keywords'
sieve-cmu.c:181: warning: data definition has no type or storage class
sieve-cmu.c:185: warning: type default...
2010 Apr 05
1
Core dump in 2.0-beta4 and latest Mercurial
I'm seeing core-dumps with both 2.0-beta4 and a fresh checkout from
Mercurial. I'm very new to Dovecot, so there's a good chance this is
caused by my limited experience with Dovecot configuration, but it's my
understanding that any core-dump is considered a bug (nice policy by the
way).
The installation seemed to be working as expected until I added the two
namespaces and