diff options
author | Karel Balej <balejk@matfyz.cz> | 2024-05-03 12:36:18 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-05-09 22:13:17 +0200 |
commit | 1d96da5126e6cdeda50c31351153241c8c828112 (patch) | |
tree | 8eb5b1768032a04fab4c9ceae33459d74beba014 /doc | |
parent | dc306cf6dcd3d99c9f8ee4db486864b050dc7af7 (diff) | |
download | aerc-1d96da5126e6cdeda50c31351153241c8c828112.tar.gz |
docs: remove msmtp notice
Remove the warning about the behaviour of the msmtp --read-envelope-from
flag with bouncing as it ceased to be true with the release of msmtp
version 1.8.26.
Signed-off-by: Karel Balej <balejk@matfyz.cz>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 1351f5b6..62129bff 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -554,9 +554,6 @@ message list, the message in the message viewer, etc). prefix. For more information please refer to section 3.6.6 of RFC 2822. Note that the bounced message is not copied over to the *sent* folder. - Beware that at least the _msmtp_ sendmail implementation does not consider - the *Resent-From* header when invoked with _--read-envelope-from_. - Also please note that some providers (notably for instance Microsoft's O365) do not allow sending messages with the *From* header not matching any of the account's identities (even if *Resent-From* matches some). |