[Tickets #5564] Re: problems attaching files when gpg-signing
bugs at bugs.horde.org
bugs at bugs.horde.org
Wed Jul 18 15:39:27 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5564
-----------------------------------------------------------------------
Ticket | 5564
Updated By | adrieder at sbox.tugraz.at
Summary | problems attaching files when gpg-signing
Queue | IMP
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 3. High
Owners |
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2007-07-18 08:39) wrote:
> I guess it is again a memcache item size problem. This fle is about
> 500kb, smaller files seem to work. I tried to disable the mailbox
> cache by stetting $conf['mboxcache']['use_mboxcache'] = false; but
> this didn't help.
> I always get errors of this kind when opening the message:
>
> PHP Notice: Memcache::set() [<a
> href='function.Memcache-set'>function.Memcache-set</a>]: marked
> server 'xxx.xxx.xxx.xxx:11211' as failed in
> /tmp/include/Horde/Memcache.php on line 151, referer:
>
https://webmail.tugraz.at/cvs_dev/horde/imp/mailbox.php?mailbox=INBOX&start=3
>
As I guessed, it is indeed a memcache max item size problem. The default
memcached allows only for a max item size of 1Mb.
When dirty hacking the memached server to allow 2Mb items the gpg signed
message including the attachment opens correcly, but that's not a clean
solution.
BTW:
When the message is not gpg-signed, then it's no problem to open and
download the attachment.
More information about the bugs
mailing list