diff options
| author | bwarsaw | 2006-07-08 17:58:13 +0000 |
|---|---|---|
| committer | bwarsaw | 2006-07-08 17:58:13 +0000 |
| commit | f321ff8f419284c32f7eea4e06c83212bccef6b0 (patch) | |
| tree | 7e1d1e1a1b8b81a48d86afb5c47eb039529993ac /Mailman/MTA/Manual.py | |
| parent | 7a94dcd001240e0c06cc4b50017b8bfd097d9ff4 (diff) | |
| download | mailman-f321ff8f419284c32f7eea4e06c83212bccef6b0.tar.gz mailman-f321ff8f419284c32f7eea4e06c83212bccef6b0.tar.zst mailman-f321ff8f419284c32f7eea4e06c83212bccef6b0.zip | |
Diffstat (limited to 'Mailman/MTA/Manual.py')
| -rw-r--r-- | Mailman/MTA/Manual.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Mailman/MTA/Manual.py b/Mailman/MTA/Manual.py index cb25e9fba..4a3d6aec4 100644 --- a/Mailman/MTA/Manual.py +++ b/Mailman/MTA/Manual.py @@ -85,9 +85,7 @@ equivalent) file by adding the following lines, and possibly running the if not cgi: print >> outfp return - # Send the message to the site -owner so someone can do something about - # this request. - siteowner = Utils.get_site_email(extra='owner') + siteowner = Utils.get_site_noreply() # Should this be sent in the site list's preferred language? msg = Message.UserNotification( siteowner, siteowner, @@ -130,7 +128,7 @@ equivalent) file by removing the following lines, and possibly running the if not cgi: print >> outfp return - siteowner = Utils.get_site_email(extra='owner') + siteowner = Utils.get_site_noreply() # Should this be sent in the site list's preferred language? msg = Message.UserNotification( siteowner, siteowner, |
