You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Tiago Cury <ti...@me.com> on 2012/05/16 16:08:19 UTC

target_address field too small

Hi, the target_address field of table RecipientRewriteTable was created as VARCHAR(100) in mysql and derby. This limit
the mailing list up to 3 or 4 emails. Maybe is better to change this field to VARCHAR(250) or VARCHAR(500)/TEXT.

thanks




---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: target_address field too small

Posted by Tiago Cury <ti...@me.com>.
Eric, created issue:

https://issues.apache.org/jira/browse/JAMES-1409

On May 16, 2012, at 11:08 AM, Tiago Cury wrote:

> Hi, the target_address field of table RecipientRewriteTable was created as VARCHAR(100) in mysql and derby. This limit
> the mailing list up to 3 or 4 emails. Maybe is better to change this field to VARCHAR(250) or VARCHAR(500)/TEXT.
> 
> thanks
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
> 


Re: target_address field too small

Posted by Eric Charles <er...@apache.org>.
Sure, please open a JIRA for this, it will be quickly updated in trunk.

However, with the current JPA implementation, there will be always a 
limit, even if you set it high. We should better think to create as many 
as rows as there are rewrite definitions, but this has more impact.

Thx,
Eric


On 05/16/2012 04:08 PM, Tiago Cury wrote:
> Hi, the target_address field of table RecipientRewriteTable was created as VARCHAR(100) in mysql and derby. This limit
> the mailing list up to 3 or 4 emails. Maybe is better to change this field to VARCHAR(250) or VARCHAR(500)/TEXT.
>
> thanks
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>

-- 
eric | http://about.echarles.net | @echarles

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org