I have the same problem. For me the solution was to update the table ADCP and set the field FLAGCOMM6 to space, like this:
Update ADCP Set FLAGCOMM6 = ' ' Where ADDRNUMBER = <fs_data>-addrnumber.
The flag FLAGCOMM6 indicates that an email address is maintained.
I hope this can help other.