From 6c33e0d986cb2b1ada585a6956c7542e5bd8da4f Mon Sep 17 00:00:00 2001 From: Faisal Misle Date: Wed, 3 May 2023 19:56:22 +0200 Subject: [PATCH] documentation clarification (#1717) --- docs/api.md | 2 +- templates/base.html | 2 +- templates/dashboard/refused_email.html | 4 ++-- templates/emails/transactional/bounce/bounced-email.html | 2 +- .../emails/transactional/bounce/bounced-email.txt.jinja2 | 2 +- templates/notification/bounce-forward-phase.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/api.md b/docs/api.md index a4bfac4f..ec35b3a2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -711,7 +711,7 @@ Return 200 and `existed=true` if contact is already added. It can return 403 with an error if the user cannot create reverse alias. -``json +```json { "error": "Please upgrade to create a reverse-alias" } diff --git a/templates/base.html b/templates/base.html index 6c69538e..59c88b5e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,7 +23,7 @@ + content="Protect your email address with email ALIAS. Create a different email alias for each website. No more phishing, or spam."/> diff --git a/templates/dashboard/refused_email.html b/templates/dashboard/refused_email.html index 996e6894..c82b6a04 100644 --- a/templates/dashboard/refused_email.html +++ b/templates/dashboard/refused_email.html @@ -15,7 +15,7 @@

Quarantine & Bounce

- This page shows all emails that are either refused by your mailbox (bounced) or detected as spams/phishing (quarantine) via our + This page shows all emails that are either refused by your mailbox (bounced) or detected as spam/phishing (quarantine) via our anti-phishing program ↗ @@ -31,7 +31,7 @@ rel="noopener noreferrer">Setting up filter for SimpleLogin emails ↗
  • - If the email is flagged as spams/phishing, this means that the sender explicitly states their emails should respect + If the email is flagged as spam/phishing, this means that the sender explicitly states their emails should respect DMARC (an email authentication protocol) and any email that violates this should either be quarantined or rejected. If possible, please contact the sender so they can update their DMARC setting or fix their SPF/DKIM that cause the DMARC failure. diff --git a/templates/emails/transactional/bounce/bounced-email.html b/templates/emails/transactional/bounce/bounced-email.html index 04ff0b3c..2afa8cec 100644 --- a/templates/emails/transactional/bounce/bounced-email.html +++ b/templates/emails/transactional/bounce/bounced-email.html @@ -31,7 +31,7 @@ Please consider the following options: disable the alias or block the sender - if they send too many spams. + if they send too many spam emails.

  • diff --git a/templates/emails/transactional/bounce/bounced-email.txt.jinja2 b/templates/emails/transactional/bounce/bounced-email.txt.jinja2 index c77f1d1f..e9acbdba 100644 --- a/templates/emails/transactional/bounce/bounced-email.txt.jinja2 +++ b/templates/emails/transactional/bounce/bounced-email.txt.jinja2 @@ -12,7 +12,7 @@ Please consider the following options: 2. If this email is spam, it means your alias {{alias}} is now in the hands of a spammer. You can either disable the alias on {{disable_alias_link}} - or block the sender on {{ block_sender_link }} if they send too many spams. + or block the sender on {{ block_sender_link }} if they send too many spam emails. Please note that the alias can be automatically disabled if too many emails sent to it are bounced. diff --git a/templates/notification/bounce-forward-phase.html b/templates/notification/bounce-forward-phase.html index 3889bf7d..368c0668 100644 --- a/templates/notification/bounce-forward-phase.html +++ b/templates/notification/bounce-forward-phase.html @@ -19,7 +19,7 @@ disable the alias or block the sender - if they send too many spams. + if they send too many spam emails.