List Member
List Members are kept at database differently depending on the type of list
they belong to.
For Members of Dynamic Lists (k_lists.tp_list=2) no member record is explicitly
stored at database, but members are dynamically extracted from k_member_address
view each time that the DistributionList is used.
For Members of Static Lists (k_lists.tp_list=1) a record is stored at
k_x_list_members table. |