Displaying 3 results from an estimated 3 matches for "sieve_test".
2009 Jul 28
1
dovecot-1.2.2+sieve 0.1.9: sieve issues with (global?) includes
...:global "test2.sieve";
include :global "test3.sieve";
keep;
===============================
/etc/dovecot/sieve/test1.sieve:
===============================
require ["fileinto"];
if header :contains "Subject" "test1" {
fileinto "sieve_test";
stop;
}
===============================
/etc/dovecot/sieve/test2.sieve:
===============================
require ["fileinto"];
if header :contains "Subject" "test2" {
fileinto "sieve_test";
stop;
}
=============================...
2009 Jul 29
1
sieve 0.1.8 raw backtrace
...["m-a-test at test\\.ch","m-a-members at test\\.ch", \
>"m-a-region at test\\.ch","m-a-sig at test\\.ch"] {
> fileinto "Test";
> stop;
>}
if i remove even one of the regex tests, then this script will not make
deliver or sieve_test go panic.
here the backtrace:
2009-07-29 18:15:37 deliver(xxx): Panic: pool_data_stack_realloc(): stack
frame changed
2009-07-29 18:15:37 deliver(xxx): Error: Raw backtrace:
/usr/lib/dovecot/deliver [0x496bc2] ->
/usr/lib/dovecot/deliver(default_fatal_handler+0x34) [0x496cc4] -...
2009 Feb 02
1
sieve 0.1.2 problem with address and :regex
...nv=0xbfccc688, msgctx=0x0,
result=0x8984180, estatus=0xbfccc6c4, interrupted=0x0) at sieve-interpreter.c:506
#8 0x08080789 in sieve_interpreter_run (interp=0x8986190, msgdata=0xbfccc6b0,
senv=0xbfccc688, result=0xbfccc60c,
estatus=0xbfccc6c4) at sieve-interpreter.c:528
#9 0x0806eb09 in sieve_test (sbin=0x89752e0, msgdata=0xbfccc6b0, senv=0xbfccc688,
estatus=0xbfccc6c4,
stream=0x897cab4, ehandler=0x897adb0, trace_stream=0x0) at sieve.c:256
#10 0x08064349 in main (argc=3, argv=0xbfccc7b4) at sieve-test.c:174
I tried to walk through the core, but I'm not adept enough to figure it o...