Hi,

In my previous post I asked how to create a group of addresses - I already figured it out.

Now I ran into another problem:

When I added a few members to a group with web admin api I got 500 error because it put all the members into the

the same row in database (I use James 3.8.1 with Derby db network server) and TARGET_ADDRESS field is not big enough (var(100))

the record in db looks like that:

| DOMAIN_NAME | USER_NAME | TARGET_ADDRESS |
| example.com   | test               | group:clie...@example3.com;group:cli...@example3.com;group:us...@example.com;group:user@ex |

I think it's a bug,  web admin api should put each member into a new row.

Later when needed we can get all the members like that

select TARGET_ADDRESS from JAMES_RECIPIENT_REWRITE where DOMAIN_NAME='example.com' and USER_NAME='test'

Reply via email to