On Tue, 2008-12-16 at 23:41 +0100, Matthias Rieber wrote:
> 2008-12-16 23:22:56.597717500 dovecot: Error: IMAP(matthias): ==2013==
> Invalid write of size 1
> 2008-12-16 23:22:56.597720500 dovecot: Error: IMAP(matthias): ==2013==at
> 0x402542D: memmove (mc_replace_strmem.c:517)
> 2008-12-16 2
Hi,
On Wed, 17 Dec 2008, Diederick van Dijk wrote:
Matthias Rieber wrote:
Hi,
On Sun, 14 Dec 2008, Timo Sirainen wrote:
On Wed, 2008-12-10 at 23:55 +0100, Matthias Rieber wrote:
Hi,
I compressed a folder with the following script:
...
for i in *.*.*; do
[...]
done
You should also pre
Matthias Rieber wrote:
Hi,
On Sun, 14 Dec 2008, Timo Sirainen wrote:
On Wed, 2008-12-10 at 23:55 +0100, Matthias Rieber wrote:
Hi,
I compressed a folder with the following script:
...
for i in *.*.*; do
[...]
done
You should also preserve the file's mtime there, otherwise the message's
On Wed, 2008-12-10 at 23:55 +0100, Matthias Rieber wrote:
> Hi,
>
> I compressed a folder with the following script:
>
> ...
> for i in *.*.*; do
> file $i | grep bzip2 >/dev/null 2>&1
> if [ $? -ne 0 ]; then
> echo "Compress: $i"
> cat "$i" | b