Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 534 of 808  Not logged in ELOG logo
icon5.gif   Entry size too large for email notification, posted by Jacky Li on Tue May 19 12:26:39 2015 
Hi,

I am doing an inline image that is about 2.2 MB.  When I do a submit, I got the following message:

Error sending Email via <i>"<email server>"</i>: Entry size too large for email notification.
icon5.gif   Entry size too large for email notification, posted by Jacky Li on Tue May 19 12:27:01 2015 
Hi,

I am doing an inline image that is about 2.2 MB.  When I do a submit, I got the following message:

Error sending Email via <i>"<email server>"</i>: Entry size too large for email notification.
    icon2.gif   Re: Entry size too large for email notification, posted by Andreas Luedeke on Tue May 19 16:34:20 2015 
Hi Jacky,

if I read the source code correctly then the maximum size of a base64 encoded email is hard coded to be 10 MB in elogd.h (recompile
after changing it):

#define MAX_CONTENT_LENGTH 10*1024*1024

But
I think that an 2.2 MB image should easily fit into that.

Andreas

icon1.gif   elogd complains about unknown cookies, posted by Konstantin Olchanski on Wed May 20 01:45:09 2015 
elogd is spewing these messages about unknown cookies:

Received unknown cookie "is_returning"
icon1.gif   elconv deletes everything, posted by Konstantin Olchanski on Wed May 20 01:49:37 2015 
Converting from elog 2.9.something to new elog 3.1.0 elogd refuses to start, instructs running elconv in one logbook.

When I do so, elconv converts a existing mhttpd-style elog entries to the new format (the corresponding new-format entries already exist)
icon1.gif   elogd moves elog entries, posted by Konstantin Olchanski on Wed May 20 01:59:17 2015 
elogd 3.1.0 moves all elog entries into year-named subdirectories. this feature makes it incompatible with older elogs and so should be clearly mentioned
in the documentation,
in the release announcement and in the release and migration notes. K.O.
    icon2.gif   Re: elogd moves elog entries, posted by Andreas Luedeke on Wed May 20 11:59:59 2015 
> elogd 3.1.0 moves all elog entries into year-named subdirectories. this feature makes it incompatible with older elogs and so should be clearly mentioned
in the documentation,
> in the release announcement and in the release and migration notes. K.O.
    icon2.gif   Re: elogd moves elog entries, posted by David Pilgram on Wed May 20 12:52:31 2015 
> > elogd 3.1.0 moves all elog entries into year-named subdirectories. this feature makes it incompatible with older elogs and so should be clearly mentioned
in the documentation,
> > in the release announcement and in the release and migration notes. K.O.
ELOG V3.1.5-3fb85fa6