[Bug 264306] Re: Panic: file sieve-cmu.c: line 88 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')
Matt Zimmerman
mdz at ubuntu.com
Wed Sep 3 14:46:38 BST 2008
I've reproduced the bugs with a minimal dovecot.conf and sieve.conf as
follows:
dovecot.conf:
# Base directory where to store runtime data.
base_dir = /tmp/dovecot-264306
protocols =
mail_location = maildir:/tmp/dovecot-264306/mail
protocol lda {
postmaster_address =
log_path = /tmp/dovecot-264306/mail.log
mail_plugins = cmusieve
}
plugin {
sieve = /tmp/dovecot-264306/sieve.conf
}
sieve.conf:
if header :contains "Subject" "blahblahblah" { discard; }
--
Panic: file sieve-cmu.c: line 88 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')
https://bugs.launchpad.net/bugs/264306
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.
More information about the Ubuntu-server-bugs
mailing list