If I create a file of data:

    dd if=/dev/urandom of=random-data-512k count=1024

... and send it to myself:

    openchangeclient --sendmail --to=myself --profile=myself
--body="attachment size test" --attachments="/$PWD/random-data-512k"

... and then read it back:

    openchangeclient --profile=myself --fetchmail --storemail=atts

... then I see this:

[EMAIL PROTECTED]:~$ ls -l random-data-512k atts/random-data-512k
-rw------- 1 qualica qualica 540672 2007-09-21 12:57 atts/random-data-512k
-rw-r--r-- 1 qualica qualica 524288 2007-09-21 12:07 random-data-512k

Somewhere, my file has gained exactly 16,384 bytes of data at the end.
Looking at them with xxd, they're nearly all zeros.

Is Exchange doing something weird?
Or is this a problem with libmapi / openchangeclient?

Andrew
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to