Il 10/06/13 16:26, v.dimit...@synergetic.ag ha scritto:
You may use something like this:
bcc_table:
address | enabled
| 1
spec...@example.com | 1
SELECT case when `enabled` then 'other_...@example.com' else
'default_...@example.com' end FROM `bcc_table` where `address` in ('%s','')
order by
> Hi list,
>
> I need to setup recipient_bcc_maps to get the following behaviour:
> - by default, I need every message to be BBC'd to
> default_...@example.com
> - for particular recipients, I need the message to be BCC'd to
> other_...@example.com (and to this address only)
>
> - I need particul