79613124

Date: 2025-05-08 20:33:10
Score: 1
Natty:
Report link

You can also grep everything before 'list:' and pipe to grep for email:

grep -B 1000000 "list:" example.txt | grep "[email protected]"

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov