diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-09 20:56:34 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-09 20:56:34 -0600 |
commit | cd1d97bebf73ba513a3b89df92cc3030f264f7d8 (patch) | |
tree | b7a831c6fc06c371a24e3f5730257da37f452584 /srv/src/http/tpl/follow.html | |
parent | 7f6d7366e3b7bb9bceb01bdd658b0210800f479d (diff) |
don't allow gmail addresses to subscribe
Diffstat (limited to 'srv/src/http/tpl/follow.html')
-rw-r--r-- | srv/src/http/tpl/follow.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/srv/src/http/tpl/follow.html b/srv/src/http/tpl/follow.html index 48b7541..501b310 100644 --- a/srv/src/http/tpl/follow.html +++ b/srv/src/http/tpl/follow.html @@ -42,6 +42,12 @@ complete the process if you don't immediately see anything in your inbox. </p> +<p style="color: red;"> + Unfortunately Google considers all emails from my mail server to be spam. I'm + tired of seeing the bounce errors on my side, so I'm disabling the ability to + sign up for the mailing list with a GMail address. Sorry (not sorry). +</p> + <style> #emailStatus.success { |