Displaying 1 result from an estimated 1 matches for "jowisz".
Did you mean:
joris
2018 Feb 07
0
dovecot-2.22.33.2, segfault on empty emails
...#39;m using maildir format with zlib_save=bz2. Here is the way how I generate empty mails and this leads to segfault:
create empty message:
# echo -n "" | /usr/libexec/dovecot/dovecot-lda -d marcin at mejor.pl
this creates empy email in maildir (size 14B):
# ls -l 1518011524.M96165P15900.jowisz\,S\=0\,W\=0\:2\,
-rwxrw----+ 1 mail mail 14 Feb 7 14:52 '1518011524.M96165P15900.jowisz,S=0,W=0:2,'
# file 1518011524.M96165P15900.jowisz\,S\=0\,W\=0\:2\,
1518011524.M96165P15900.jowisz,S=0,W=0:2,: bzip2 compressed data, block size = 200k
next I'm accesing to Inbox, deleting mail usi...