Displaying 4 results from an estimated 4 matches for "dsieve".
Did you mean:
sieve
2006 Jun 16
2
Problem compile dovecot-sieve under Debian
I get the source from CVS:
# cvs -d :pserver:anonymous@dovecot.org:/home/cvs co dovecot-sieve
Edit configure.in to change
- AC_CONFIG_HEADERS([dsieve-config.h])
+ AC_CONFIG_HEADERS(dsieve-config.h)
Launch autogen.sh, and I have some errors:
configure.in: 4: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
configure.in: 11: automake requires `AM_PROG_LEX', not `AC_PROG_LEX'
automake: src/libsieve/Makefile.am: not su...
2006 Aug 02
3
configure.in bug?
Hello,
I have no autotools knowledge but I had to remove square brackets in
configure.in shipped with dovecot
AC_CONFIG_HEADERS([config.h])
and dovecot-sieve
AC_CONFIG_HEADERS([dsieve-config.h])
to be able to build them.
thanks
2019 Mar 28
2
pigeonhole tests crashing in deleteheader.svtest
...) at testsuite.c:203
(gdb) up
#1 0x00007f992514fdd2 in smtp_address_clone (pool=0x7f992528dce0
<static_system_pool>, src=src at entry=0x7ffd30eace10) at smtp-address.c:632
632 dsize = strlen(src->domain) + 1;
(gdb) p *src
$4 = {localpart = 0x55f73480cdc8
"/tmp/dsieve-testsuite.1553794316.30960/smtp/0.eml", domain = 0x1
<error: Cannot access memory at address 0x1>}
2007 Jan 03
1
Dovecot Sieve capabilties - regex
Hi
Does the Dovecot Sieve implementation support the regex capability?
I get the following error when I try to add it:
Jan 3 16:07:30 absinthe deliver(james): sieve parse error: line 1:
Unsupported features in require line
The line is:
require "regex";
Thanks
James Turnbull
--
James Turnbull <james at lovedthanlost.net>
---
Author of Pro Nagios 2.0