diff options
| author | Barry Warsaw | 2009-02-09 22:47:11 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-02-09 22:47:11 -0500 |
| commit | 18d3ad0469aeb1c5d76136d460c8c900bcdc898e (patch) | |
| tree | 69f0d52b9398ec5f056679dbbd4b0f44b864c3b1 /src/mailman/mta/smtp_direct.py | |
| parent | e2355e3c7057227d27fe385b907071fa6d9345a5 (diff) | |
| download | mailman-18d3ad0469aeb1c5d76136d460c8c900bcdc898e.tar.gz mailman-18d3ad0469aeb1c5d76136d460c8c900bcdc898e.tar.zst mailman-18d3ad0469aeb1c5d76136d460c8c900bcdc898e.zip | |
More cleanup of Utils.py on the path of its eventual demise.
Move the attic and web directories out of src/mailman for easier grepping.
Eventually these will go away.
Diffstat (limited to 'src/mailman/mta/smtp_direct.py')
| -rw-r--r-- | src/mailman/mta/smtp_direct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/mta/smtp_direct.py b/src/mailman/mta/smtp_direct.py index 327820e72..64694cfc5 100644 --- a/src/mailman/mta/smtp_direct.py +++ b/src/mailman/mta/smtp_direct.py @@ -114,7 +114,7 @@ def process(mlist, msg, msgdata): if mlist: envsender = mlist.bounces_address else: - envsender = Utils.get_site_noreply() + envsender = config.mailman.site_owner # Time to split up the recipient list. If we're personalizing or VERPing # then each chunk will have exactly one recipient. We'll then hand craft # an envelope sender and stitch a message together in memory for each one |
