SpringAll icon indicating copy to clipboard operation
SpringAll copied to clipboard

Disable email notifications if user's address is not valid

Open goobertron opened this issue 3 years ago • 2 comments

If the email address entered by a user proves to be invalid ('no such address' error), it would be worth disabling email notifications for that account from then on, until the user provides a new email address.

goobertron avatar Sep 07 '21 20:09 goobertron

Your mta would have to backtalk to the app when the email comes back as bad.

I use a hack for this and run bounces from mta to procmail to https://git.feneas.org/diasporg/diaspora/-/blob/master/script/bounce.rb

dmorley avatar Sep 07 '21 20:09 dmorley

Thanks David, that will likely be helpful.

goobertron avatar Sep 08 '21 10:09 goobertron