# HG changeset patch # User Paul Boddie # Date 1441662448 -7200 # Node ID ff31da09caf342a66fedc3ad8c339d60d121fca6 # Parent 64bd801145389142ab63c91a35e65d3488db3e56 Improved the outgoing-only explanation. diff -r 64bd80114538 -r ff31da09caf3 imiptools/__init__.py --- a/imiptools/__init__.py Mon Sep 07 23:46:47 2015 +0200 +++ b/imiptools/__init__.py Mon Sep 07 23:47:28 2015 +0200 @@ -236,7 +236,9 @@ # Check for participating recipients. Non-participating recipients will # have their messages left as being unhandled. - # Note that no user is set for outgoing messages. + # Note that no user is set for outgoing messages, and so a check for + # their participation must be done in an outgoing handler once they are + # identified. if outgoing_only or self.is_participating():