diff options
author | Lou Logan <lou@lrcd.com> | 2019-04-18 12:01:57 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2019-04-18 12:01:57 -0800 |
commit | d7e8e62797d80032471410ff2ae568a482f0f8b4 (patch) | |
tree | 7ed0bd2572977cb895f95c28548739efa850389e | |
parent | 09f8b21deb16c545e8fe9cc531314284b92e8371 (diff) | |
download | ffmpeg-d7e8e62797d80032471410ff2ae568a482f0f8b4.tar.gz |
doc/mailing-list-faq: add DMARC munging
Signed-off-by: Lou Logan <lou@lrcd.com>
-rw-r--r-- | doc/mailing-list-faq.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/mailing-list-faq.texi b/doc/mailing-list-faq.texi index 132c037554..9c202d690a 100644 --- a/doc/mailing-list-faq.texi +++ b/doc/mailing-list-faq.texi @@ -257,6 +257,21 @@ with the subject @emph{set delivery off}. To re-enable mail delivery send a message to @email{ffmpeg-user-request@@ffmpeg.org} with the subject @emph{set delivery on}. +@section Why is the mailing list munging my address? + +This is due to subscribers that use a mail service with a DMARC reject policy +which adds difficulties to mailing list operators. + +The mailing list must re-write (munge) the @emph{From:} header for such users; +otherwise their mail service will reject and bounce the message resulting in +automatic unsubscribing from the mailing list. + +When sending a message these users will see @emph{via <mailing list name>} +added to their name and the @emph{From:} address munged to the address of +the particular mailing list. + +If you want to avoid this then please use a different mail service. + @chapter Rules and Etiquette @section What are the rules and the proper etiquette? |