You can also grep everything before 'list:' and pipe to grep for email:
grep -B 1000000 "list:" example.txt | grep "[email protected]"