diff options
| author | mailman | 1998-04-27 23:21:48 +0000 |
|---|---|---|
| committer | mailman | 1998-04-27 23:21:48 +0000 |
| commit | 58a9f14014c7a678758d615203e59636335abb6e (patch) | |
| tree | 74145858b817741f2286577a08745488c0a5f0bb | |
| parent | 3738d3280a37742cd813fd86395c14d0a81bafab (diff) | |
| download | mailman-58a9f14014c7a678758d615203e59636335abb6e.tar.gz mailman-58a9f14014c7a678758d615203e59636335abb6e.tar.zst mailman-58a9f14014c7a678758d615203e59636335abb6e.zip | |
| -rwxr-xr-x | cgi/subscribe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cgi/subscribe b/cgi/subscribe index 9eadfacf6..e24d89a6c 100755 --- a/cgi/subscribe +++ b/cgi/subscribe @@ -2,7 +2,7 @@ """Process listinfo form submission, ie subscriptions or roster requests.""" -__version__ = "$Revision: 481 $" +__version__ = "$Revision: 482 $" import sys sys.path.append('/home/mailman/mailman/modules') @@ -177,7 +177,9 @@ else: list.GetRequestEmail(), pw, digesting)), - add_headers = ["Errors-To: %s" + add_headers = ["Reply-to: %s" + % list.GetRequestEmail(), + "Errors-To: %s" % list.GetAdminEmail()]) except mm_err.MMBadEmailError: results = results + ("Mailman won't accept the given email " |
