From 2599c940b38f447fb4f4926836a22a5ba8272e2b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 1 Sep 2012 06:39:25 -0400 Subject: [PATCH] mailpipe: clarify the source of missing `Return-Path` (bad email) --- pygrader/mailpipe.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pygrader/mailpipe.py b/pygrader/mailpipe.py index f32c151..bb89144 100644 --- a/pygrader/mailpipe.py +++ b/pygrader/mailpipe.py @@ -155,8 +155,9 @@ def mailpipe(basedir, course, stream=None, mailbox=None, input_=None, You can send receipts to the acknowledge incoming messages, which includes warnings about dropped messages (except for messages without ``Return-Path`` and messages where the ``Return-Path`` - email belongs to multiple ``People``. Both of these cases should - only come from problems with pygrader configuration). + email belongs to multiple ``People``. The former should only + occur with malicious emails, and the latter with improper pygrader + configurations). Response to a successful submission: -- 2.26.2