I'm writing a Python script to unsubscribe in bulk from "spammy" email newsletters using the List-Unsubscribe header. Unfortunately, many spammers provide bogus links in there.
So, in that case, I would like to fake a bouncing email using the Return-Path, as if the mailbox did not exist, hoping this would get my mail address removed from spam newsletters. Problem is the email already got delivered on my mail server.
Is there a way to fake that or a standard error code to reply, and would this be at least somewhat efficient ?