Hi,

I am running dbmail 2.1 with a Postgres server,
and recently the dbmail-lmtpd program has been unable to 
insert a specific header value into dbmail_headervalue.

The problem was that GMail suddenly has started to add a 
rather long header by the name of DomainKey-Signature
that was greater than 255 characters in length.

I solved it by expanding the length of the
dbmail_headervalue.headervalue field in the database.

The largest length of this specific header has until now been
around 400 characters, but to play it safe I expanded the field
to allow 1000 chars.

I don't know if there is a standard limit on header values,
but the database model in dbmail should maybe be altered to adjust
for this in the future.


-- 
Robert Voje (robert at voje dot net)

Reply via email to