From fc432afa375f34b935ab692619c1ba8bfb0e191a Mon Sep 17 00:00:00 2001 From: Jim Popovitch Date: Mon, 10 Oct 2016 21:47:57 +0000 Subject: Replaced UserNotification() with OwnerNotification() in two places, removed envsender override when processing owner emails (envsender was coded to use site-email, but to pass DMARC we need it to use the virtual domain) --- Mailman/Queue/MaildirRunner.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Mailman/Queue') diff --git a/Mailman/Queue/MaildirRunner.py b/Mailman/Queue/MaildirRunner.py index d9fe02cb..5959dcd6 100644 --- a/Mailman/Queue/MaildirRunner.py +++ b/Mailman/Queue/MaildirRunner.py @@ -172,7 +172,6 @@ class MaildirRunner(Runner): elif subq == 'owner': msgdata.update({ 'toowner': 1, - 'envsender': Utils.get_site_email(extra='bounces'), 'pipeline': mm_cfg.OWNER_PIPELINE, }) queue = get_switchboard(mm_cfg.INQUEUE_DIR) -- cgit v1.2.3