[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Checking if user-mail-address is in To or CC (to avoid an embarrassi
From: |
James Thomas |
Subject: |
Re: Checking if user-mail-address is in To or CC (to avoid an embarrassing social situation) BCC |
Date: |
Wed, 12 Feb 2025 02:26:01 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Uwe Brauer writes:
> Let’s assume I write an email to:
>
> - Arthur,
> - add John and Richard in CC, and
> - also include Robert in BCC.
>
> This is done to ensure that Arthur does not know Robert received a
> copy of the email.
>
> Now, if John replies and uses the "Reply to all" function, everything
> is fine. However, if Robert does the same because he wants to reply to
> John and Richard, Arthur will also receive a copy—revealing that
> Robert was originally BCC'd.
>
> Robert can only avoid this by using a function (before replying to
> all) that checks whether the sender was included in the original
> email’s *To* or *CC* fields.
>
> Here is a function that performs this check, but it only works in the
> *article buffer*.
Have you ruled out using the message-prune-recipient-rules and
message-dont-reply-to-names in (info "(message) Wide Reply")? They may
be enough for you (I haven't read your code).
--
- Re: [Solution of sorts], (continued)
- Re: [Solution of sorts], Michael Heerdegen, 2025/02/10
- Re: [Solution of sorts], Uwe Brauer, 2025/02/11
- [defadvice, advice-add ] (was: [Solution of sorts]), Uwe Brauer, 2025/02/11
- Re: [defadvice, advice-add ], Michael Heerdegen, 2025/02/11
- [which hook?] (was: [defadvice, advice-add ]), Uwe Brauer, 2025/02/12
- Re: [defadvice, advice-add ], Uwe Brauer, 2025/02/12
- Re: [defadvice, advice-add ], Christoph Groth, 2025/02/12
- Re: [defadvice, advice-add ], Uwe Brauer, 2025/02/13
- Re: [defadvice, advice-add ], Uwe Brauer, 2025/02/15
- [a better solution without using advice] (was: [defadvice, advice-add ]), Uwe Brauer, 2025/02/22
Re: Checking if user-mail-address is in To or CC (to avoid an embarrassing social situation) BCC,
James Thomas <=