kitbogashow / how-to-fix-paypal

Various ways to filter text emails to stop scammers from exploiting PayPal's invoice system.
MIT License
46 stars 31 forks source link

Just filter out all contact info #38

Closed 2br-2b closed 1 year ago

2br-2b commented 1 year ago

Maybe just filter for and remove any contact info (phone numbers, email addresses, etc.) from paypal messages. That way, even if there is a scammer, people will never be able to reach back out.

codecat commented 1 year ago

Something in this direction is #5 which I think is a cool approach!