In database, there is table names user_signatures which stores email signatures but there is no database field that stores default.
I also checked the table user_preferences table and decoded the data using
unserialize(base64_decode($arr['contents'])) but could not find this.
is this stored in php dfirectly by any chance?
Thank you
Christopher Hart