diff --git a/FAQ.md b/FAQ.md index d6e6a608b0..93e38b0369 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3011,6 +3011,8 @@ You can enable downloading message headers in the connection settings and check Some common header conditions (regex): * *.*To:.*undisclosed-recipients.** +* *.*Cc:.*test@example.com.** +* *.*Envelope-to:.*test@example.com.** * *.*Auto-Submitted:.** [RFC3834](https://tools.ietf.org/html/rfc3834) * *.*List-Unsubscribe:.** [RFC3834](https://datatracker.ietf.org/doc/html/rfc2369) * *.*Content-Type:.*multipart/report.** [RFC3462](https://tools.ietf.org/html/rfc3462) diff --git a/index.html b/index.html index 329f64b8be..20ce7aaea2 100644 --- a/index.html +++ b/index.html @@ -1657,6 +1657,8 @@ $year$
Some common header conditions (regex):