diff options
| author | klm | 1998-04-07 04:47:02 +0000 |
|---|---|---|
| committer | klm | 1998-04-07 04:47:02 +0000 |
| commit | d9d7c513234d6323d02661fffafbf5b1c9580a9f (patch) | |
| tree | 8f1bd55f3cf1eaf1b1911b062300d0e408a13f85 /cgi | |
| parent | af4af1239daa58e3b8885683f8a96f8643f1dd49 (diff) | |
| download | mailman-d9d7c513234d6323d02661fffafbf5b1c9580a9f.tar.gz mailman-d9d7c513234d6323d02661fffafbf5b1c9580a9f.tar.zst mailman-d9d7c513234d6323d02661fffafbf5b1c9580a9f.zip | |
Use new add_to_headers field on SendTextToUser...
Diffstat (limited to 'cgi')
| -rwxr-xr-x | cgi/subscribe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/subscribe b/cgi/subscribe index dce685bc7..ce374cc4f 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -179,7 +179,8 @@ else: list.GetRequestEmail(), pw, digesting)), - errorsto = list.GetAdminEmail()) + add_to_headers = ["Errors-To: %s" + % list.GetAdminEmail()]) except mm_err.MMBadEmailError: results = results + ("Mailman won't accept the given email " "address as a valid address. (Does it " |
