diff options
| author | Barry Warsaw | 2015-03-21 21:32:12 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-21 21:32:12 -0400 |
| commit | 783163c4e7eda6d5983bcca512db645c64dad349 (patch) | |
| tree | ae0a79ac7d8b80ad4cc5a54f003ea61d3e01f3d0 /src/mailman/templates | |
| parent | 18b7980823d2f9d5b7b0f50596cc05e8efb845e8 (diff) | |
| download | mailman-783163c4e7eda6d5983bcca512db645c64dad349.tar.gz mailman-783163c4e7eda6d5983bcca512db645c64dad349.tar.zst mailman-783163c4e7eda6d5983bcca512db645c64dad349.zip | |
* Refactor add_member() so that it uses a RequestRecord namedtuple.
* RequestRecord contains no password key so these are not part of the held
requests database any more.
* Pending record contains `email` now instead of `address`.
Diffstat (limited to 'src/mailman/templates')
| -rw-r--r-- | src/mailman/templates/en/unsubauth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/templates/en/unsubauth.txt b/src/mailman/templates/en/unsubauth.txt index 5975a2ce8..e6a6a82f2 100644 --- a/src/mailman/templates/en/unsubauth.txt +++ b/src/mailman/templates/en/unsubauth.txt @@ -1,7 +1,7 @@ Your authorization is required for a mailing list unsubscription request approval: - By: $address + By: $email From: $listname At your convenience, visit: |
